spark-instrumented-optimizer/core
Patrick Wendell 357083c29f Merge pull request #330 from tgravescs/fix_addjars_null_handling
Fix handling of empty SPARK_EXAMPLES_JAR

Currently if SPARK_EXAMPLES_JAR is left unset you get a null pointer exception when running the examples (atleast on spark on yarn).  The null now gets turned into a string of "null" when its put into the SparkConf so addJar no longer properly ignores it. This fixes that so that it can be left unset.
2014-01-06 10:29:04 -08:00
..
src Merge pull request #330 from tgravescs/fix_addjars_null_handling 2014-01-06 10:29:04 -08:00
pom.xml restore core/pom.xml file modification 2014-01-01 11:30:08 +08:00