Details
-
Type: Bug
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.1.0
-
Fix Version/s: None
-
Component/s: Data Module
-
Labels:None
Description
We are calling kite sdk from Sqoop to write data onto Swift as Parquet file, the following exception is thrown:
org.kitesdk.data.DatasetNotFoundException: Unknown dataset URI pattern: dataset:swift://xxxxxx Check that JARs for swift datasets are on the classpath at org.kitesdk.data.spi.Registration.lookupDatasetUri(Registration.java:128) at org.kitesdk.data.Datasets.create(Datasets.java:228) at org.kitesdk.data.Datasets.create(Datasets.java:307) ...
In org.kitesdk.data.spi.filesystem.Loader, the function of load(), the following schemas are registered:
- file:
- hdfs:
- webhdfs:
Swift is the object store on Cloud. Do you have any plan to support Swift in kite sdk?