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
Post a Comment