Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Target Version:
Description
the hue release jar packs its own copy of thrift. since thrift is often used separately by many projects, which probably depend on their own thrift versions, this causes conflicts.
in my hadoop setup,
[hadoop]$ find . -name "*.jar" -exec bash -c " jar tf {} | grep TServiceClient " \; -print
org/apache/thrift/TServiceClient.class
org/apache/thrift/TServiceClientFactory.class
org/apache/thrift/TServiceClient.java
org/apache/thrift/TServiceClientFactory.java
./lib/hue-plugins-1.2.0-cdh3u4a.jar
Hue should not include this as part of their release