Browse Source

Update the HDFS version used by HDFS Repo (#53693)

James Baiera 5 years ago
parent
commit
fe24848666

+ 1 - 1
plugins/repository-hdfs/build.gradle

@@ -35,7 +35,7 @@ esplugin {
 }
 
 versions << [
-  'hadoop2': '2.8.1'
+  'hadoop2': '2.8.5'
 ]
 
 testFixtures.useFixture ":test:fixtures:krb5kdc-fixture", "hdfs"

+ 0 - 1
plugins/repository-hdfs/licenses/hadoop-annotations-2.8.1.jar.sha1

@@ -1 +0,0 @@
-335a867cf42bf789919bfc3229ff26747124e8f1

+ 1 - 0
plugins/repository-hdfs/licenses/hadoop-annotations-2.8.5.jar.sha1

@@ -0,0 +1 @@
+3a301159daf9368b05364577c985498857b5c48f

+ 0 - 1
plugins/repository-hdfs/licenses/hadoop-auth-2.8.1.jar.sha1

@@ -1 +0,0 @@
-688ccccc0e0739d8737a93b0039a4a661e52084b

+ 1 - 0
plugins/repository-hdfs/licenses/hadoop-auth-2.8.5.jar.sha1

@@ -0,0 +1 @@
+63fe1f9d9ef6bdf2cb52dfeb28ed8faf78e4b85c

+ 0 - 1
plugins/repository-hdfs/licenses/hadoop-client-2.8.1.jar.sha1

@@ -1 +0,0 @@
-4812f251f8100fd4722c3cec5d7353f71f69cda9

+ 1 - 0
plugins/repository-hdfs/licenses/hadoop-client-2.8.5.jar.sha1

@@ -0,0 +1 @@
+45e11f6004581e53959bc3d38c4d01dbeb5f4b22

+ 0 - 1
plugins/repository-hdfs/licenses/hadoop-common-2.8.1.jar.sha1

@@ -1 +0,0 @@
-a4df18b79e4d0349ce4b58a52d314e7ae1d6be99

+ 1 - 0
plugins/repository-hdfs/licenses/hadoop-common-2.8.5.jar.sha1

@@ -0,0 +1 @@
+376e807b4f9df627b03aeaf85999cd1ffe496f05

+ 0 - 1
plugins/repository-hdfs/licenses/hadoop-hdfs-2.8.1.jar.sha1

@@ -1 +0,0 @@
-a378f4bc8e6cd779d779c9f512e0e31edd771633

+ 1 - 0
plugins/repository-hdfs/licenses/hadoop-hdfs-2.8.5.jar.sha1

@@ -0,0 +1 @@
+36914392fd3e77d46e54c3bb092dfc32d3f4a32b

+ 0 - 1
plugins/repository-hdfs/licenses/hadoop-hdfs-client-2.8.1.jar.sha1

@@ -1 +0,0 @@
-6b0100e4f58ecf7ce75817fce1ffdfbec947337a

+ 1 - 0
plugins/repository-hdfs/licenses/hadoop-hdfs-client-2.8.5.jar.sha1

@@ -0,0 +1 @@
+9d72fa62b01c32f1c0587d53c5005fc49f2bd11c

+ 1 - 1
test/fixtures/hdfs-fixture/build.gradle

@@ -20,7 +20,7 @@
 apply plugin: 'elasticsearch.build'
 
 dependencies {
-  compile "org.apache.hadoop:hadoop-minicluster:2.8.1"
+  compile "org.apache.hadoop:hadoop-minicluster:2.8.5"
 }
 
 test.enabled = false