File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ Hadoop distribution dependencies.
11
11
.Apache Hadoop 2.2.x
12
12
----
13
13
dependencies {
14
- compile("org.springframework.data:spring-yarn-boot:2.0.0.RC1 ")
14
+ compile("org.springframework.data:spring-yarn-boot:2.0.0.RC2 ")
15
15
}
16
16
----
17
17
18
18
[source,groovy]
19
19
.Hortonworks Data Platform 2.x
20
20
----
21
21
dependencies {
22
- compile("org.springframework.data:spring-yarn-boot:2.0.0.RC1 -hdp20")
22
+ compile("org.springframework.data:spring-yarn-boot:2.0.0.RC2 -hdp20")
23
23
}
24
24
----
25
25
26
26
[source,groovy]
27
27
.Cloudera CDH 5.x
28
28
----
29
29
dependencies {
30
- compile("org.springframework.data:spring-yarn-boot:2.0.0.RC1 -cdh5")
30
+ compile("org.springframework.data:spring-yarn-boot:2.0.0.RC2 -cdh5")
31
31
}
32
32
----
33
33
You can’t perform that action at this time.
0 commit comments