You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2017/12/02 07:45:01 UTC

[jira] [Created] (BIGTOP-2956) bigtop/bigtop-tests/smoke-tests/run_itest.sh is broken

Evans Ye created BIGTOP-2956:
--------------------------------

             Summary: bigtop/bigtop-tests/smoke-tests/run_itest.sh is broken
                 Key: BIGTOP-2956
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2956
             Project: Bigtop
          Issue Type: Sub-task
          Components: tests
    Affects Versions: 1.2.1
            Reporter: Evans Ye
            Assignee: Evans Ye


Two issues:
* JAVA_HOME detection is not working:
{code}
[root@bb7b8b1ce5c7 smoke-tests]# ./run_itest.sh
./run_itest.sh: line 117: /bigtop-home/bigtop-tests/smoke-tests/bin/bigtop-detect-javahome: No such file or directory
######################################################
#               CLUSTER INFORMATION                  #
######################################################
# OS: CentOS Linux release 7.4.1708 (Core)
# ARCH: x86_64
# KERNEL: 4.9.31-moby
# MEMORY: 1.95 GB
# TOTAL YARN NODES: 1
# HADOOP_VERSION: Hadoop 2.7.3
# HADOOP_CONF_DIR: /etc/hadoop/conf
# HADOOP_MAPRED_HOME: /usr/lib/hadoop-mapreduce
# BASH_VERSION: 4.2.46(2)-release
# SH_VERSION: 4.2.46(2)-release
# JAVA_HOME:
# JAVA_VERSION: 1.8.0_151

**** Could not find Java tools.jar, please set JAVA_HOME to a JDK and make sure the java devel package is installed! ****
{code}
* gradlew can not be found under smoke-tests directory
{code}
[root@bb7b8b1ce5c7 smoke-tests]# ./run_itest.sh
######################################################
#               CLUSTER INFORMATION                  #
######################################################
# OS: CentOS Linux release 7.4.1708 (Core)
# ARCH: x86_64
# KERNEL: 4.9.31-moby
# MEMORY: 1.95 GB
# TOTAL YARN NODES: 1
# HADOOP_VERSION: Hadoop 2.7.3
# HADOOP_CONF_DIR: /etc/hadoop/conf
# HADOOP_MAPRED_HOME: /usr/lib/hadoop-mapreduce
# BASH_VERSION: 4.2.46(2)-release
# SH_VERSION: 4.2.46(2)-release
# JAVA_HOME: /usr/lib/jvm/java-openjdk
# JAVA_VERSION: 1.8.0_151
######################################################
#                 STARTING ITEST                     #
######################################################
# Use --debug/--info for more details
./run_itest.sh: line 281: /bigtop-home/bigtop-tests/smoke-tests/gradlew: No such file or directory
######################################################
#                     RESULTS                        #
######################################################
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)