Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.14.1
-
Fix Version/s: 0.15.0
-
Component/s: Data Module
-
Labels:None
Description
Parquet uses snappy-java rather than Hadoop's Snappy implementation. However, if the native Hadoop libs are not on the java.library.path, then Kite will refuse to enable snappy even though it will work fine. We should remove the spurious check.