LuciferYang edited a comment on pull request #34620:
URL: https://github.com/apache/spark/pull/34620#issuecomment-974673504


   @srowen
   
   I tested the 
   
   ```
   mvn clean install -Phadoop-3.2 -Pyarn -Dtest=none 
-DwildcardSuites=org.apache.spark.deploy.yarn.YarnShuffleIntegrationSuite
   ```
   
   on `branch-3.2`, `branch-3.1` and `branch-3.0`. 
   
   `branch-3.2` and `branch-3.1` failed for the same reason as the master
   
   ```
   Caused by: java.lang.ClassNotFoundException: breeze.linalg.Matrix
   ```
   
   but branch 3.0 was failed with different reason:
   
   ```
   Caused by: java.lang.SecurityException: class 
"javax.servlet.http.HttpSessionIdListener"'s signer information does not match 
signer information of other classes in the same package
   ```
   
   and I after cherry-pick the fix of SPARK-32954 to `branch 3.0`, `branch 3.0` 
will also fail for the same reason as other branches
   
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to