Repository: bigtop Updated Branches: refs/heads/master 20a774e06 -> 1870b4af1
upgrading to Spark 2.1 Signed-off-by: Amir Sanjar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1870b4af Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1870b4af Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1870b4af Branch: refs/heads/master Commit: 1870b4af15c42ffc36facccbb89e3ff50b9eb372 Parents: 20a774e Author: Amir Sanjar <[email protected]> Authored: Mon Jan 2 06:20:26 2017 -0600 Committer: Amir Sanjar <[email protected]> Committed: Mon Jan 2 06:24:15 2017 -0600 ---------------------------------------------------------------------- bigtop.bom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1870b4af/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index baf1565..45fd248 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -300,7 +300,7 @@ bigtop { name = 'spark' pkg = 'spark-core' relNotes = 'Apache Spark' - version { base = '2.0.2'; pkg = base; release = 1 } + version { base = '2.1.0'; pkg = base; release = 1 } tarball { destination = "$name-${version.base}.tar.gz" source = "$name-${version.base}.tgz" } url { download_path = "/$name/$name-${version.base}"
