Kengo Seki created BIGTOP-2676:
----------------------------------
Summary: Smoke test fails on Spark 2
Key: BIGTOP-2676
URL: https://issues.apache.org/jira/browse/BIGTOP-2676
Project: Bigtop
Issue Type: Bug
Components: spark, tests
Reporter: Kengo Seki
{{./gradlew bigtop-tests:smoke-tests:spark:test -Psmoke.tests --info}} fails
with the following error on spark 2.x:
{code}
17/01/23 12:55:05 ERROR itest.JarContent: No /usr/lib/spark/lib exists.
Check your installation.
{code}
It seems that $SPARK_HOME/lib/spark-examples.*jar has been moved to
$SPARK_HOME/examples/jars and class JavaSparkSQL has been renamed
JavaSparkSQLExample.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)