Bug Found Using:
Machine: EMR cluster, created by following the Quickstart Guide (AWS GUI Method).
Geowave version: 0.9.6-SNAPSHOT
To Reproduce:
Send the CLI command, geowave --version
Expected Result:
The CLI should return a list of Geowave parameters, including the geowave version.
Actual Result:
The CLI returns more information, logs I believe, before the expected output:
/usr/local/bin/geowave: line 47: /usr/lib/spark/bin/load-spark-env.sh: No such file or directory
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/geowave-0.9.6-apache/tools/geowave-tools-0.9.6-apache.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
{build.os=Linux
build.jvm.vendor=Oracle Corporation
build.jvm.version=1.8.0_131-b11
build.maven.version=3.2.2
build.os.arch=amd64
build.os.version=4.9.27-14.31.amzn1.x86_64
build.timestamp=2017-10-24T00:55:31+0000
build.user=root
project.branch=UNKNOWN
project.build.args=-Dvendor.version=apache
project.scm.revision=4c88f1986c49eacaefc13a49de96ad305429cc70
project.version=0.9.6-SNAPSHOT}
Bug Found Using:
Machine: EMR cluster, created by following the Quickstart Guide (AWS GUI Method).
Geowave version: 0.9.6-SNAPSHOT
To Reproduce:
Send the CLI command,
geowave --versionExpected Result:
The CLI should return a list of Geowave parameters, including the geowave version.
Actual Result:
The CLI returns more information, logs I believe, before the expected output: