git commit: [HOTFIX] Wait for EOF only for the PySpark shell

2014-08-28 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 78e3c036e - 54ccd93e6 [HOTFIX] Wait for EOF only for the PySpark shell In `SparkSubmitDriverBootstrapper`, we wait for the parent process to send us an `EOF` before finishing the application. This is applicable for the PySpark shell

git commit: [HOTFIX] Wait for EOF only for the PySpark shell

2014-08-28 Thread pwendell
Repository: spark Updated Branches: refs/heads/master f38fab97c - dafe34349 [HOTFIX] Wait for EOF only for the PySpark shell In `SparkSubmitDriverBootstrapper`, we wait for the parent process to send us an `EOF` before finishing the application. This is applicable for the PySpark shell