hddong opened a new pull request #25389: [SPARK-28657][CORE]Fix currentContext 
Instance failed sometimes
URL: https://github.com/apache/spark/pull/25389
 
 
   ## What changes were proposed in this pull request?
   
   Running spark on yarn, I got
   """
   java.lang.ClassCastException: org.apache.hadoop.ipc.CallerContext$Builder 
cannot be cast to scala.runtime.Nothing$
   """ 
   Utils.classForName return Class[Nothing], I think it should be defind as 
Class[_] to resolve this issue
   
   ## How was this patch tested?
   
   not need
   
   Please review https://spark.apache.org/contributing.html before opening a 
pull request.
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to