Skip to content

Commit

Permalink
show databases, show schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Feb 7, 2021
1 parent 3dc365a commit ce64005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ record

### drill querying data
```sql
show databases; -- show schemas;
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`;
Expand Down

0 comments on commit ce64005

Please sign in to comment.