Skip to content

Commit fa6cb3e

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
1 parent 1390e56 commit fa6cb3e

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
@@ -1557,7 +1557,7 @@
15571557
<properties>
15581558
<hadoop.version>2.3.0</hadoop.version>
15591559
<protobuf.version>2.5.0</protobuf.version>
1560-
<jets3t.version>0.9.0</jets3t.version>
1560+
<jets3t.version>0.9.2</jets3t.version>
15611561
<hbase.version>0.98.7-hadoop2</hbase.version>
15621562
<commons.math3.version>3.1.1</commons.math3.version>
15631563
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
@@ -1569,7 +1569,7 @@
15691569
<properties>
15701570
<hadoop.version>2.4.0</hadoop.version>
15711571
<protobuf.version>2.5.0</protobuf.version>
1572-
<jets3t.version>0.9.0</jets3t.version>
1572+
<jets3t.version>0.9.2</jets3t.version>
15731573
<hbase.version>0.98.7-hadoop2</hbase.version>
15741574
<commons.math3.version>3.1.1</commons.math3.version>
15751575
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>

0 commit comments

Comments
 (0)