dongjoon-hyun edited a comment on pull request #32983:
URL: https://github.com/apache/spark/pull/32983#issuecomment-864508244
`distribute jars archive` passed in Jenkins.
```
ClientSuite:
...
- distribute jars archive
```
The current UT failure is `YarnClusterSuite` which looks irrelevant.
```
YarnClusterSuite:
- run Spark in yarn-client mode
- run Spark in yarn-cluster mode
- run Spark in yarn-client mode with unmanaged am
- run Spark in yarn-client mode with different configurations, ensuring
redaction *** FAILED ***
The code passed to eventually never returned normally. Attempted 190 times
over 3.0014907111 minutes. Last failure message: handle.getState().isFinal()
was false. (BaseYarnClusterSuite.scala:198)
- run Spark in yarn-cluster mode with different configurations, ensuring
redaction *** FAILED ***
The code passed to eventually never returned normally. Attempted 190 times
over 3.0011775924166666 minutes. Last failure message:
handle.getState().isFinal() was false. (BaseYarnClusterSuite.scala:198)
- yarn-cluster should respect conf overrides in SparkHadoopUtil
(SPARK-16414, SPARK-23630) *** FAILED ***
The code passed to eventually never returned normally. Attempted 190 times
over 3.001122617833333 minutes. Last failure message:
handle.getState().isFinal() was false. (BaseYarnClusterSuite.scala:198)
- run Spark in yarn-client mode with additional jar *** FAILED ***
The code passed to eventually never returned normally. Attempted 190 times
over 3.001084003683333 minutes. Last failure message:
handle.getState().isFinal() was false. (BaseYarnClusterSuite.scala:198)
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]