Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.1.0
-
Component/s: Command-line Interface
-
Labels:
Description
Now that Hive-created Avro and Parquet tables can be read, it makes sense to add a list command to list available tables. It should work like this:
$ kite-dataset list # list Hive tables dataset:hive:default/table dataset:hive:db/table_in_db ... $ kite-dataset list repo:hdfs:/user/me/datasets # list a specific repo dataset:hdfs:/user/me/datasets/default/dataset dataset:hdfs:/user/me/datasets/ns/dataset ...