spark-instrumented-optimizer/core/src
jerryshao 9407baa2a7 [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting application
Detailed exception log can be seen in [SPARK-9877](https://issues.apache.org/jira/browse/SPARK-9877), the problem is when creating `StandaloneRestServer`, `self` (`masterEndpoint`) is null.  So this fix is creating `StandaloneRestServer` when `self` is available.

Author: jerryshao <sshao@hortonworks.com>

Closes #8127 from jerryshao/SPARK-9877.
2015-08-14 13:44:38 -07:00
..
main [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting application 2015-08-14 13:44:38 -07:00
test [SPARK-9948] Fix flaky AccumulatorSuite - internal accumulators 2015-08-14 13:42:53 -07:00