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

This commit is contained in:
James Baiera 2020-03-25 14:01:29 -04:00 committed by GitHub
parent 077bf52acc
commit b84c74cf70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1 +0,0 @@
335a867cf42bf789919bfc3229ff26747124e8f1

View File

@ -0,0 +1 @@
3a301159daf9368b05364577c985498857b5c48f

View File

@ -1 +0,0 @@
688ccccc0e0739d8737a93b0039a4a661e52084b

View File

@ -0,0 +1 @@
63fe1f9d9ef6bdf2cb52dfeb28ed8faf78e4b85c

View File

@ -1 +0,0 @@
4812f251f8100fd4722c3cec5d7353f71f69cda9

View File

@ -0,0 +1 @@
45e11f6004581e53959bc3d38c4d01dbeb5f4b22

View File

@ -1 +0,0 @@
a4df18b79e4d0349ce4b58a52d314e7ae1d6be99

View File

@ -0,0 +1 @@
376e807b4f9df627b03aeaf85999cd1ffe496f05

View File

@ -1 +0,0 @@
a378f4bc8e6cd779d779c9f512e0e31edd771633

View File

@ -0,0 +1 @@
36914392fd3e77d46e54c3bb092dfc32d3f4a32b

View File

@ -1 +0,0 @@
6b0100e4f58ecf7ce75817fce1ffdfbec947337a

View File

@ -0,0 +1 @@
9d72fa62b01c32f1c0587d53c5005fc49f2bd11c

View File

@ -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