aboutsummaryrefslogtreecommitdiff
path: root/graphx/pom.xml
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-03-20 14:13:16 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-03-20 14:13:16 -0700
commitca76423e23f5f626c56041cecbc38a93ae1e0298 (patch)
treef86cd6d42f4c4b3a66c3a18d77dfd87e8da95db1 /graphx/pom.xml
parent66a03e5fe0167f590d150e099b15902e826a188f (diff)
downloadspark-ca76423e23f5f626c56041cecbc38a93ae1e0298.tar.gz
spark-ca76423e23f5f626c56041cecbc38a93ae1e0298.tar.bz2
spark-ca76423e23f5f626c56041cecbc38a93ae1e0298.zip
[Hot Fix #42] Do not stop SparkUI if bind() is not called
This is a bug fix for #42 (79d07d66040f206708e14de393ab0b80020ed96a). In Master, we do not bind() each SparkUI because we do not want to start a server for each finished application. However, when we remove the associated application, we call stop() on the SparkUI, which throws an assertion failure. This fix ensures we don't call stop() on a SparkUI that was never bind()'ed. Author: Andrew Or <andrewor14@gmail.com> Closes #188 from andrewor14/ui-fix and squashes the following commits: 94a925f [Andrew Or] Do not stop SparkUI if bind() is not called
Diffstat (limited to 'graphx/pom.xml')
0 files changed, 0 insertions, 0 deletions