Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

shell script ends after the spark submit command and the below commands remain unexecuted?

I am trying to run a spark job written in java using a shell script ,whereas there is a aapke submit command followed by a few more commands.

the problem that happens is that once either the spark submit command either fails or success then also the shell script gets killed without actually running the below commands in the shell script followed by the spark submit .

Comments