spark git commit: [SPARK-5729] Potential NPE in standalone REST API

2015-02-10 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 1cb377007 - b96918265 [SPARK-5729] Potential NPE in standalone REST API If the user specifies a bad REST URL, the server will throw an NPE instead of propagating the error back. This is because the default `ErrorServlet` has the wrong

spark git commit: [SPARK-5729] Potential NPE in standalone REST API

2015-02-10 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 79cd59cde - 1bc75b0a8 [SPARK-5729] Potential NPE in standalone REST API If the user specifies a bad REST URL, the server will throw an NPE instead of propagating the error back. This is because the default `ErrorServlet` has the