Re: Spark Standalone Mode, application runs, but executor is killed

2018-01-26 Thread Chandu
/Reply from Marco posted in another thread/ Re: Best active groups, forums or contacts for Spark ? Posted by Marco Mistroni on Jan 26, 2018; 9:08am URL: http://apache-spark-user-list.1001560.n3.nabble.com/Best-active-groups-forums-or-contacts-for-Spark-tp30744p30748.html Hi From personal

Re: Spark Standalone Mode, application runs, but executor is killed

2018-01-26 Thread Chandu
@Marco Thank you. I thought Standalone and Standalone cluster are the same? The app is not a huge app. It's just PI calculation example. The value of PI is calculated passed to the driver successfully. When I issue the spark.stop from my driver, that is when I see the KILLED message on the worker

Re: Spark Standalone Mode, application runs, but executor is killed

2018-01-26 Thread Chandu
/Reply from Marco in another post/ Re: Best active groups, forums or contacts for Spark ? Posted by Marco Mistroni on Jan 26, 2018; 9:08am URL: http://apache-spark-user-list.1001560.n3.nabble.com/Best-active-groups-forums-or-contacts-for-Spark-tp30744p30748.html Hi From personal

Re: Spark Standalone Mode, application runs, but executor is killed

2018-01-26 Thread Chandu
/Reply from Marco posted in another thread/ Re: Best active groups, forums or contacts for Spark ? Posted by Marco Mistroni on Jan 26, 2018; 9:08am URL: http://apache-spark-user-list.1001560.n3.nabble.com/Best-active-groups-forums-or-contacts-for-Spark-tp30744p30748.html Hi From personal

Spark Standalone Mode, application runs, but executor is killed

2018-01-25 Thread Chandu
Hi, I tried my question @ stackoverlfow.com ( https://stackoverflow.com/questions/48445145/spark-standalone-mode-application-runs-but-executor-is-killed-with-exitstatus), yet to be answere, so thought I will tru the user group. I am new to Apache Spark and was trying to run the example Pi