Re: Exiting driver main() method...

2015-05-04 Thread James Carman
Carman [mailto:ja...@carmanconsulting.com] *Sent:* Friday, May 1, 2015 5:53 AM *To:* user@spark.apache.org *Subject:* Exiting driver main() method... In all the examples, it seems that the spark application doesn't really do anything special in order to exit. When I run my application, however

RE: Exiting driver main() method...

2015-05-02 Thread Mohammed Guller
driver main() method... In all the examples, it seems that the spark application doesn't really do anything special in order to exit. When I run my application, however, the spark-submit script just hangs there at the end. Is there something special I need to do to get that thing to exit

Re: Exiting driver main() method...

2015-05-02 Thread Akhil Das
It used to exit without any problem for me. You can basically check in the driver UI (that runs on 4040) and see what exactly its doing. Thanks Best Regards On Fri, May 1, 2015 at 6:22 PM, James Carman ja...@carmanconsulting.com wrote: In all the examples, it seems that the spark application

Exiting driver main() method...

2015-05-01 Thread James Carman
In all the examples, it seems that the spark application doesn't really do anything special in order to exit. When I run my application, however, the spark-submit script just hangs there at the end. Is there something special I need to do to get that thing to exit normally?