Skip to content

Commit cfc7b99

Browse files
committed
Upgrade to Spring Hadoop 2.0.0.RC2
1 parent 093c9f8 commit cfc7b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

describe_shdp_yarn_deps_gradle.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ Hadoop distribution dependencies.
1111
.Apache Hadoop 2.2.x
1212
----
1313
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")
1515
}
1616
----
1717

1818
[source,groovy]
1919
.Hortonworks Data Platform 2.x
2020
----
2121
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")
2323
}
2424
----
2525

2626
[source,groovy]
2727
.Cloudera CDH 5.x
2828
----
2929
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")
3131
}
3232
----
3333

0 commit comments

Comments
 (0)