Repository: bigtop
Updated Branches:
  refs/heads/master 7a64bfd4e -> f6eac001a


Added workaround for problem IGNITE-1195


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f6eac001
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f6eac001
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f6eac001

Branch: refs/heads/master
Commit: f6eac001ae43cd4564a7831570da095d80461914
Parents: 82e567f
Author: iveselovskiy <[email protected]>
Authored: Tue Aug 4 19:42:46 2015 +0300
Committer: Konstantin Boudnik <[email protected]>
Committed: Fri Aug 7 13:50:20 2015 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/ignite-hadoop/do-component-build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f6eac001/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 180587d..f038006 100644
--- a/bigtop-packages/src/common/ignite-hadoop/do-component-build
+++ b/bigtop-packages/src/common/ignite-hadoop/do-component-build
@@ -19,4 +19,6 @@ set -ex
 . `dirname $0`/bigtop.bom
 
 export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M"
-mvn clean package -DskipTests -Dhadoop.version=$HADOOP_VERSION 
-Dignite.edition=hadoop
+
+# Workaroud: ignore "ignite-yarn" module due to bug 
https://issues.apache.org/jira/browse/IGNITE-1195.
+mvn clean package -DskipTests -pl \!modules/yarn 
-Dhadoop.version=$HADOOP_VERSION -Dignite.edition=hadoop

Reply via email to