summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-22 09:50:48 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-04-22 09:59:00 +0200
commit98818c1d9e204d07040fc2201be3917cf9960b83 (patch)
treeb5cfd5aaa3bc292feb32c21a383a6a22d383a9c2 /vespa-hadoop
parent8eb766fa049f5261e450863f532f5cd53072bd26 (diff)
Bump hadoop to 3.3.2 and add dirty mockito hack.
Diffstat (limited to 'vespa-hadoop')
-rw-r--r--vespa-hadoop/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index 6fe87541448..5da226f10e6 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <hadoop.version>2.10.1</hadoop.version>
+ <hadoop.version>3.3.2</hadoop.version>
<pig.version>0.14.0</pig.version>
</properties>
@@ -99,6 +99,12 @@
</exclusions>
</dependency>
<dependency>
+ <!-- This is a HACK due to hadoop relying on mockito in NameNodeAdapter, but not providing it. Brum, brum !! -->
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<!-- Use slf4j's replacement for log4j to avoid log4j in the dependency tree -->
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>