Repository: bigtop Updated Branches: refs/heads/master 0b1a6ae4d -> d32c23a54
BIGTOP-2091. Build ignite-hadoop assembly with specific version of Spark Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/d32c23a5 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d32c23a5 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d32c23a5 Branch: refs/heads/master Commit: d32c23a548d48ebd7f1aa29b07c8055714ae73a5 Parents: 0b1a6ae Author: Konstantin Boudnik <[email protected]> Authored: Thu Oct 15 16:39:24 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Oct 15 16:39:24 2015 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/ignite-hadoop/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d32c23a5/bigtop-packages/src/common/ignite-hadoop/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/ignite-hadoop/do-component-build b/bigtop-packages/src/common/ignite-hadoop/do-component-build index 8d229b9..62212d4 100644 --- a/bigtop-packages/src/common/ignite-hadoop/do-component-build +++ b/bigtop-packages/src/common/ignite-hadoop/do-component-build @@ -20,4 +20,4 @@ set -ex export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M" -mvn clean package -DskipTests -Dhadoop.version=$HADOOP_VERSION -Dignite.edition=hadoop +mvn clean package -DskipTests -Dhadoop.version=$HADOOP_VERSION -Dspark.version=$SPARK_VERSION -Dignite.edition=hadoop
