Skip to content
  • Cheng Hao's avatar
    94cdb05f
    [SPARK-5825] [Spark Submit] Remove the double checking instance name when stopping the service · 94cdb05f
    Cheng Hao authored
    `spark-daemon.sh` will confirm the process id by fuzzy matching the class name while stopping the service, however, it will fail if the java process arguments is very long (greater than 4096 characters).
    This PR looses the check for the service process.
    
    Author: Cheng Hao <hao.cheng@intel.com>
    
    Closes #4611 from chenghao-intel/stopping_service and squashes the following commits:
    
    a0051f6 [Cheng Hao] loosen the process checking while stopping a service
    94cdb05f
    [SPARK-5825] [Spark Submit] Remove the double checking instance name when stopping the service
    Cheng Hao authored
    `spark-daemon.sh` will confirm the process id by fuzzy matching the class name while stopping the service, however, it will fail if the java process arguments is very long (greater than 4096 characters).
    This PR looses the check for the service process.
    
    Author: Cheng Hao <hao.cheng@intel.com>
    
    Closes #4611 from chenghao-intel/stopping_service and squashes the following commits:
    
    a0051f6 [Cheng Hao] loosen the process checking while stopping a service
Loading