spark-instrumented-optimizer/core
Matei Zaharia 33de11c51d Merge pull request #124 from tgravescs/sparkHadoopUtilFix
Pull SparkHadoopUtil out of SparkEnv (jira SPARK-886)

Having the logic to initialize the correct SparkHadoopUtil in SparkEnv prevents it from being used until after the SparkContext is initialized.   This causes issues like https://spark-project.atlassian.net/browse/SPARK-886.  It also makes it hard to use in singleton objects.  For instance I want to use it in the security code.
2013-10-30 16:58:27 -07:00
..
src Merge pull request #124 from tgravescs/sparkHadoopUtilFix 2013-10-30 16:58:27 -07:00
pom.xml Add a zookeeper compile dependency to fix build in maven 2013-10-11 16:31:47 +08:00