BIGTOP-1304. bigtop_toolchain needs to install Scala 2.10 to support Spark build
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5e140da0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5e140da0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5e140da0 Branch: refs/heads/master Commit: 5e140da0f35c580b6c2e8caa2633613c0c019ccd Parents: ee16d82 Author: Konstantin Boudnik <[email protected]> Authored: Fri May 9 12:06:14 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Fri May 9 12:06:14 2014 -0700 ---------------------------------------------------------------------- bigtop_toolchain/manifests/deps.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5e140da0/bigtop_toolchain/manifests/deps.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/deps.pp b/bigtop_toolchain/manifests/deps.pp index 8b3a7f3..d35e841 100644 --- a/bigtop_toolchain/manifests/deps.pp +++ b/bigtop_toolchain/manifests/deps.pp @@ -18,8 +18,8 @@ class bigtop_toolchain::deps { include bigtop_toolchain::jdk case $operatingsystem{ - Ubuntu: { $scala_file = 'scala-2.9.3.deb' } - default: { $scala_file = 'scala-2.9.3.rpm'} + Ubuntu: { $scala_file = 'scala-2.10.3.deb' } + default: { $scala_file = 'scala-2.10.3.rpm'} } exec {"/usr/bin/wget http://www.scala-lang.org/files/archive/$scala_file":
