iwasakims commented on PR #1311:
URL: https://github.com/apache/bigtop/pull/1311#issuecomment-2513500591
smoke-tests failed on rockylinux-8 aarch64. I'm looking into the cause.
```
org.apache.bigtop.itest.spark.TestSpark > testSparkSQL STANDARD_OUT
SPARK_MASTER isn't set. yarn will be used as the master URL. Refer to
smoke-tests/README If this isn't what you you expect.
Failed command: timeout 300 /usr/lib/spark/bin/spark-shell --master yarn
--class org.apache.spark.examples.sql.SparkSQLExample --jars
/usr/lib/spark/examples/jars/spark-examples*.jar >
/tmp/TestSpark_testSparkSQL.log 2>&1
error code: 124
stdout: []
stderr: []
org.apache.bigtop.itest.spark.TestSpark > testSparkSQL FAILED
java.lang.AssertionError: Failed ...
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert$assertTrue$0.callStatic(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
at
org.apache.bigtop.itest.spark.TestSpark.testSparkSQL(TestSpark.groovy:91)
org.apache.bigtop.itest.spark.TestSpark > testSparkR STANDARD_OUT
SPARK_MASTER isn't set. yarn will be used as the master URL. Refer to
smoke-tests/README If this isn't what you you expect.
Failed command: timeout 300 /usr/lib/spark/bin/spark-submit --master
yarn /tmp/dataframe.R > /tmp/TestSpark_testSparkR.log 2>&1
error code: 124
stdout: []
stderr: []
org.apache.bigtop.itest.spark.TestSpark > testSparkR FAILED
java.lang.AssertionError: Failed to execute SparkR script
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert$assertTrue$0.callStatic(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
at
org.apache.bigtop.itest.spark.TestSpark.testSparkR(TestSpark.groovy:113)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]