spark-instrumented-optimizer/core
Ankur Dave 026dba6aba After unit tests, clear port properties unconditionally
In MapOutputTrackerSuite, the "remote fetch" test sets spark.driver.port
and spark.hostPort, assuming that they will be cleared by
LocalSparkContext. However, the test never sets sc, so it remains null,
causing LocalSparkContext to skip clearing these properties. Subsequent
tests therefore fail with java.net.BindException: "Address already in
use".

This commit makes LocalSparkContext clear the properties even if sc is
null.
2013-09-19 22:05:23 -07:00
..
src After unit tests, clear port properties unconditionally 2013-09-19 22:05:23 -07:00
pom.xml Add explicit jets3t dependency, which is excluded in hadoop-client 2013-09-10 06:39:25 +00:00