Skip to content

Commit

Permalink
avoid issue with special symbols in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Sep 18, 2020
1 parent f0be2a3 commit 152bca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ export MAPR_TICKETFILE_LOCATION=$(maprlogin print | grep "keyfile" | awk '{print
drill querying data
```sql
select sessionId, isReprocessable from dfs.`/mapr/dp.prod.zurich/vantage/data/store/processed/0171eabfceff/reprocessable/part-00000-63dbcc0d1bed-c000.snappy.parquet`;
-- or even
select sessionId, isReprocessable from dfs.`/mapr/dp.prod.zurich/vantage/data/store/processed/*/*/part-00000-63dbcc0d1bed-c000.snappy.parquet`;
```
!!! important: you should avoid colon ':' symbol in path ( explicitly or implicitly with asterix )

[drill http](https://docs.datafabric.hpe.com/61/Drill/drill-web-permissions.html)
```sh
Expand Down

0 comments on commit 152bca4

Please sign in to comment.