hortonworks / streamline

StreamLine - Streaming Analytics
Apache License 2.0
164 stars 96 forks source link

Exclude hadoop-hdfs transitive dependency #1351

Closed arunmahadevan closed 5 years ago

arunmahadevan commented 5 years ago

hive-metastore brings hadoop-hdfs 2.2.0 transitive dependency which conflicts with hadoop-*3.x jars.

$ mvn dependency:tree -Dincludes=org.apache.hadoop:hadoop-hdfs:jar:2.2.0
[INFO] com.hortonworks.streamline:webservice:jar:0.6.0-SNAPSHOT
[INFO] \- com.hortonworks.streamline:streamline-service:jar:0.6.0-SNAPSHOT:compile
[INFO]    \- com.hortonworks.streamline:streamline-catalog:jar:0.6.0-SNAPSHOT:compile
[INFO]       \- org.apache.hive:hive-metastore:jar:3.1.0.3.1.0.0-78:compile
[INFO]          \- org.apache.hive:hive-standalone-metastore:jar:3.1.0.3.1.0.0-78:compile
[INFO]             \- org.apache.orc:orc-core:jar:1.5.1.3.1.0.0-78:compile
[INFO]                \- org.apache.hadoop:hadoop-hdfs:jar:2.2.0:compile
arunmahadevan commented 5 years ago

merged https://github.com/hortonworks/streamline/pull/1352