spark-instrumented-optimizer/core/src/main
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
..
java/org/apache/spark/network/netty Fix failed unit tests 2013-12-27 11:24:30 -08:00
resources/org/apache/spark SPARK-1008: Logging improvments 2013-12-29 23:14:33 -08:00
scala/org/apache Merge pull request #330 from tgravescs/fix_addjars_null_handling 2014-01-06 10:29:04 -08:00