File tree Expand file tree Collapse file tree 5 files changed +0
-22
lines changed
Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
2424LOCATION ' s3://<your_bucket>/export/blocks/' ;
2525
2626MSCK REPAIR TABLE blocks;
27-
28- select *
29- from blocks
30- where block_date = ' 2015-10-01'
31- ;
Original file line number Diff line number Diff line change @@ -13,9 +13,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1313LOCATION ' s3://<your_bucket>/export/logs/' ;
1414
1515MSCK REPAIR TABLE logs;
16-
17- show partitions logs;
18- select *
19- from logs
20- where block_date = ' 2015-11-08'
21- ;
Original file line number Diff line number Diff line change @@ -15,8 +15,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1515LOCATION ' s3://<your_bucket>/export/receipts/' ;
1616
1717MSCK REPAIR TABLE receipts;
18-
19- select *
20- from receipts
21- where block_date = ' 2015-11-08'
22- ;
Original file line number Diff line number Diff line change @@ -12,7 +12,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1212LOCATION ' s3://<your_bucket>/export/token_transfers/' ;
1313
1414MSCK REPAIR TABLE token_transfers;
15- select *
16- from token_transfers
17- where block_date = ' 2015-11-13'
18- ;
Original file line number Diff line number Diff line change @@ -19,5 +19,3 @@ ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe'
1919LOCATION ' s3://<your_bucket>/export/transactions/' ;
2020
2121MSCK REPAIR TABLE transactions;
22- SHOW PARTITIONS anton_test .transactions ;
23- SELECT * FROM anton_test .transactions ;
You can’t perform that action at this time.
0 commit comments