Prathit Malik created HUDI-8941:
-----------------------------------
Summary: Stop spark context with proper exit code in HoodieStreamer
Key: HUDI-8941
URL: https://issues.apache.org/jira/browse/HUDI-8941
Project: Apache Hudi
Issue Type: Task
Components: deltastreamer
Reporter: Prathit Malik
Currently in Hoodiestreamer, jssc.stop(); is being called which always stops
the application with exit code 0 even in case of any exception is raised.
With new spark versions, exit code can be passed while stopping spark context.
For reference :
[https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkContext.scala#L2306]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)