We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8f0da commit e810be0Copy full SHA for e810be0
2 files changed
pom.xml
@@ -1085,8 +1085,8 @@
1085
<id>cloudera</id>
1086
<properties>
1087
<accumulo.version>1.7.2-cdh5.5.0</accumulo.version>
1088
- <hbase.version>1.2.0-cdh5.9.0</hbase.version>
1089
- <hadoop.version>2.6.0-cdh5.9.0</hadoop.version>
+ <hbase.version>1.2.0-cdh5.12.1</hbase.version>
+ <hadoop.version>2.6.0-cdh5.12.1</hadoop.version>
1090
<spark.version>2.1.0.cloudera2</spark.version>
1091
<accumulo.api>1.7</accumulo.api>
1092
</properties>
test/pom.xml
@@ -73,7 +73,6 @@
73
<dependency>
74
<groupId>org.apache.hadoop</groupId>
75
<artifactId>hadoop-minicluster</artifactId>
76
- <version>${hadoop.version}</version>
77
<exclusions>
78
<exclusion>
79
<artifactId>jdk.tools</artifactId>
0 commit comments