Kengo Seki created BIGTOP-3451:
----------------------------------
Summary: Fix smoke test for SparkR
Key: BIGTOP-3451
URL: https://issues.apache.org/jira/browse/BIGTOP-3451
Project: Bigtop
Issue Type: Bug
Components: spark, tests
Reporter: Kengo Seki
Assignee: Kengo Seki
Fix For: 1.5.0
Thanks to BIGTOP-3415, one of the Spark smoke test (testSparkSQL) got to
succeed on Jenkins within five minutes. But the other one (testSparkSQL)
continues to fail.
[https://ci.bigtop.apache.org/view/Test/job/Bigtop-trunk-smoke-tests/COMPONENTS=hdfs.yarn.spark@spark,OS=centos-7-x86_64-deploy/ws/smoke-tests/spark/build/reports/tests/test/classes/org.apache.bigtop.itest.spark.TestSpark.html#tab1]
I locally reproduced it and found the following error in the log. For avoiding
this failure, the spark-sparkr package should depend on R so as to install it
transitively.
{code:java}
Exception in thread "main" java.io.IOException: Cannot run program "Rscript":
error=2, No such file or directory
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)