Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
Description
I am porting some old Kite code to 1.0.0. One change that is pertinent is the new URI format, so I went to read the Dataset, View, and Repository URIs document to see what I should be using.
I'm trying to create a Hive external table. The documentation implies that I should be using a URI like "dataset:hive:namespace/dataset?location=/path/to/data/dir" but I found that this produced an exception with the message "Location URIs must be fully-qualified and have a FS scheme"
I believe that using the scheme, which seems to be required, would be a better example. I suggest using this: "dataset:hive:namespace/dataset?location=hdfs:/path/to/data/dir"