Repository: bigtop
Updated Branches:
  refs/heads/master 6431a031e -> 0e7029fd7


BIGTOP-2917: Ignite smoke test failed with JDK8

Closes #300

Change-Id: I687a59386d5c9dfa4d7dff054bfdf16d2883e1ac
Signed-off-by: Konstantin Boudnik <[email protected]>


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

Branch: refs/heads/master
Commit: 0e7029fd7d2b0e21dbd8c0a092a708d1c53125ef
Parents: 6431a03
Author: Jun He <[email protected]>
Authored: Thu Nov 9 17:28:31 2017 +0800
Committer: Konstantin Boudnik <[email protected]>
Committed: Mon Dec 11 16:08:46 2017 +0300

----------------------------------------------------------------------
 bigtop-packages/src/common/ignite-hadoop/do-component-build    | 1 +
 bigtop-tests/smoke-tests/ignite-hadoop/TestIgniteHadoop.groovy | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0e7029fd/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 5f0eb5d..9c37a59 100644
--- a/bigtop-packages/src/common/ignite-hadoop/do-component-build
+++ b/bigtop-packages/src/common/ignite-hadoop/do-component-build
@@ -20,4 +20,5 @@ set -ex
 
 export MAVEN_OPTS="-Xmx512M"
 
+sed -i '/asm-all/{n;s/4.2/5.0.2/}' modules/hadoop/pom.xml
 mvn clean install -DskipTests -Dhadoop.version=$HADOOP_VERSION 
-Dspark.version=$SPARK_VERSION -Dignite.edition=hadoop

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0e7029fd/bigtop-tests/smoke-tests/ignite-hadoop/TestIgniteHadoop.groovy
----------------------------------------------------------------------
diff --git a/bigtop-tests/smoke-tests/ignite-hadoop/TestIgniteHadoop.groovy 
b/bigtop-tests/smoke-tests/ignite-hadoop/TestIgniteHadoop.groovy
index 6358b7f..beb31ea 100644
--- a/bigtop-tests/smoke-tests/ignite-hadoop/TestIgniteHadoop.groovy
+++ b/bigtop-tests/smoke-tests/ignite-hadoop/TestIgniteHadoop.groovy
@@ -34,7 +34,7 @@ class TestIgniteHadoop {
   static String hadoopClassPath = 
"/usr/lib/ignite-hadoop/libs/*:/usr/lib/ignite-hadoop/libs/ignite-hadoop/*"
 
   static String cmdPrefix = "export 
HADOOP_CLASSPATH=$hadoopClassPath:\$HADOOP_CLASSPATH; " +
-    "export HADOOP_CONF_DIR=\$(pwd)/conf;"
+    "export HADOOP_CONF_DIR=\$(pwd)/conf;HADOOP_USER_NAME=hdfs"
 
 
   private static void execCommand(String cmd) {

Reply via email to