Skip to content

Commit 0f9d765

Browse files
committed
[SPARK-5671] Upgrade jets3t to 0.9.2 in hadoop-2.3 and 2.4 profiles
Upgrading from jets3t 0.9.0 to 0.9.2 fixes a dependency issue that was causing UISeleniumSuite to fail with ClassNotFoundExceptions when run the hadoop-2.3 or hadoop-2.4 profiles. The jets3t release notes can be found at http://www.jets3t.org/RELEASE_NOTES.html Author: Josh Rosen <[email protected]> Closes #4454 from JoshRosen/SPARK-5671 and squashes the following commits: fa6cb3e [Josh Rosen] [SPARK-5671] Upgrade jets3t to 0.9.2 in hadoop-2.3 and 2.4 profiles (cherry picked from commit 5de14cc) Signed-off-by: Josh Rosen <[email protected]>
1 parent 51fbca4 commit 0f9d765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@
15681568
<properties>
15691569
<hadoop.version>2.3.0</hadoop.version>
15701570
<protobuf.version>2.5.0</protobuf.version>
1571-
<jets3t.version>0.9.0</jets3t.version>
1571+
<jets3t.version>0.9.2</jets3t.version>
15721572
<hbase.version>0.98.7-hadoop2</hbase.version>
15731573
<commons.math3.version>3.1.1</commons.math3.version>
15741574
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
@@ -1581,7 +1581,7 @@
15811581
<properties>
15821582
<hadoop.version>2.4.0</hadoop.version>
15831583
<protobuf.version>2.5.0</protobuf.version>
1584-
<jets3t.version>0.9.0</jets3t.version>
1584+
<jets3t.version>0.9.2</jets3t.version>
15851585
<hbase.version>0.98.7-hadoop2</hbase.version>
15861586
<commons.math3.version>3.1.1</commons.math3.version>
15871587
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>

0 commit comments

Comments
 (0)