Repository: bigtop Updated Branches: refs/heads/master dfd47eb51 -> bb2e69b16
BIGTOP-2565: update Spark to 1.6.2 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/bb2e69b1 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bb2e69b1 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bb2e69b1 Branch: refs/heads/master Commit: bb2e69b1625edf11fe989a06e191f39f10b655f7 Parents: dfd47eb Author: Amir Sanjar <[email protected]> Authored: Wed Nov 2 17:38:49 2016 +0000 Committer: amir sanjar <[email protected]> Committed: Thu Nov 3 14:38:47 2016 -0500 ---------------------------------------------------------------------- bigtop-packages/src/common/spark/patch0.diff | 6 +++--- bigtop.bom | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bb2e69b1/bigtop-packages/src/common/spark/patch0.diff ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/spark/patch0.diff b/bigtop-packages/src/common/spark/patch0.diff index 6b7f350..5e1aefb 100644 --- a/bigtop-packages/src/common/spark/patch0.diff +++ b/bigtop-packages/src/common/spark/patch0.diff @@ -1,6 +1,6 @@ ---- spark-1.5.1-patched/pom.xml 2015-09-23 22:50:32.000000000 -0700 -+++ spark-1.5.1/pom.xml 2015-10-30 13:46:54.326426316 -0700 -@@ -2366,7 +2366,7 @@ +--- spark-1.6.2/pom.xml 2016-06-21 20:56:39.000000000 -0500 ++++ spark-1.6.2-patched/pom.xml 2016-11-01 21:46:37.629234248 -0500 +@@ -2511,7 +2511,7 @@ <profile> <id>hadoop-2.6</id> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/bb2e69b1/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index ff0d7fd..086a7b8 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -288,7 +288,7 @@ bigtop { name = 'spark' pkg = 'spark-core' relNotes = 'Apache Spark' - version { base = '1.5.1'; pkg = base; release = 1 } + version { base = '1.6.2'; pkg = base; release = 1 } tarball { destination = "$name-${version.base}.tar.gz" source = "$name-${version.base}.tgz" } url { download_path = "/$name/$name-${version.base}"
