Skip to content
Snippets Groups Projects
  • Colin Patrick Mccabe's avatar
    6e9fb632
    spark-submit: add exec at the end of the script · 6e9fb632
    Colin Patrick Mccabe authored
    Add an 'exec' at the end of the spark-submit script, to avoid keeping a
    bash process hanging around while it runs.  This makes ps look a little
    bit nicer.
    
    Author: Colin Patrick Mccabe <cmccabe@cloudera.com>
    
    Closes #858 from cmccabe/SPARK-1907 and squashes the following commits:
    
    7023b64 [Colin Patrick Mccabe] spark-submit: add exec at the end of the script
    6e9fb632
    History
    spark-submit: add exec at the end of the script
    Colin Patrick Mccabe authored
    Add an 'exec' at the end of the spark-submit script, to avoid keeping a
    bash process hanging around while it runs.  This makes ps look a little
    bit nicer.
    
    Author: Colin Patrick Mccabe <cmccabe@cloudera.com>
    
    Closes #858 from cmccabe/SPARK-1907 and squashes the following commits:
    
    7023b64 [Colin Patrick Mccabe] spark-submit: add exec at the end of the script
spark-submit 1.48 KiB