This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch hackathon-0619
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/hackathon-0619 by this push:
new 500d8b5 Support building Hoodie with Hadoop 2.8.x (#762)
500d8b5 is described below
commit 500d8b5052910adf96fb2b32136edb132eaff446
Author: Aaron Tokhy <[email protected]>
AuthorDate: Wed Jun 26 22:30:38 2019 -0700
Support building Hoodie with Hadoop 2.8.x (#762)
---
hoodie-common/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/hoodie-common/pom.xml b/hoodie-common/pom.xml
index 79d14d1..8f6287d 100644
--- a/hoodie-common/pom.xml
+++ b/hoodie-common/pom.xml
@@ -120,11 +120,17 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs</artifactId>
+ <scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
+ <scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>