https://github.com/apache/spark
Raw File
Tip revision: 9bb448a151a63426b61d1fa3c7c44aef667d1f40 authored by Matei Zaharia on 01 June 2011, 18:45:47 UTC
Catch Throwable instead of Exception in LocalScheduler and Executor. Fixes #57.
Tip revision: 9bb448a
.gitignore
*~
*.swp
*.iml
.idea/
/build/
work/
out/
.DS_Store
third_party/libmesos.so
third_party/libmesos.dylib
conf/java-opts
conf/spark-env.sh
conf/log4j.properties
target/
reports/
.project
.classpath
.scala_dependencies
lib_managed/
src_managed/
project/boot/
project/plugins/project/build.properties
project/build/target/
project/plugins/target/
project/plugins/lib_managed/
project/plugins/src_managed/
back to top