LuciferYang commented on issue #22149: [SPARK-25158][SQL]Executor accidentally 
exit because ScriptTransformationWriterThread throws TaskKilledException.
URL: https://github.com/apache/spark/pull/22149#issuecomment-460020214
 
 
   @cloud-fan There are two things to confirm before submit the test case:
   
   1. This case is about `hive transform` not UDF, so I need add a python 
script file for this case, will we accept this?
   
   2.  `SparkUncaughtExceptionHandler` not register to Executor in local mode, 
the test case maybe only add a `TestUncaughtExceptionHandler` like I add to 
`ScriptTransformationSuite` and register it manually,  then verify job fails 
but there is no exception catch by `TestUncaughtExceptionHandler` like asserts 
in `ScriptTransformationSuite`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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