LuciferYang commented on PR #38079: URL: https://github.com/apache/spark/pull/38079#issuecomment-1264850816
Manual test : - `build/sbt "yarn/test" -Phadoop-2 -Pyarn` - `mvn clean test -pl resource-managers/yarn -Phadoop-2 -Pyarn` locally, but they all passed. From the characteristics of the failed case, the am start failed because the start command line is too long ``` Caused by: java.io.IOException: error=7, Argument list too long ``` maybe due to the classpath contains too many jars(CLASSPATH and SPARK_DIST_CLASSPATH includes all jars in .cache) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
