Skip to content

Commit

Permalink
SDC-13011. Can't run a Hive pipeline using HDP 3.1.4 client
Browse files Browse the repository at this point in the history
Version of guava used by this lib which is 11.0.2 doesn't include failure-access so patch brings it in explicitly.
Tested against a local HDP cluster.

Change-Id: I8445afda2b95a9d9c1e3e729307fcf0b95e4e989
Reviewed-on: https://review.streamsets.net/c/datacollector/+/27862
Reviewed-by: Xavier Baqués <xavi@streamsets.com>
  • Loading branch information
viragkothari committed Nov 25, 2019
1 parent cba0c20 commit e2c2df6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hdp_3_1-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<aws.java.sdk.version>1.11.134</aws.java.sdk.version>
<parquet.version>1.10.0.3.1.4.0-315</parquet.version>
<atlas.version>1.1.0.3.1.4.0-315</atlas.version>
<failureaccess.version>1.0.1</failureaccess.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -635,6 +636,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- Version of guava used here which is 11.0.2 doesn't include failure-access so bring it in explicitly-->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
<version>${failureaccess.version}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit e2c2df6

Please sign in to comment.