Uploaded image for project: 'Kite SDK (READ-ONLY)'
  1. Kite SDK (READ-ONLY)
  2. KITE-1058

Incorrect/Misleading Examples in URI Documentation

    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"

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              twheeler@cloudera.com Tom Wheeler
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: