Skip to content
Snippets Groups Projects
  1. Sep 22, 2013
  2. Sep 21, 2013
  3. Sep 20, 2013
    • Aaron Davidson's avatar
      Add "org.apache." prefix to packages in spark-class · 8933f9e9
      Aaron Davidson authored
      Lacking this, the if/case statements never trigger on Spark 0.8.0+.
      8933f9e9
    • Ankur Dave's avatar
      After unit tests, clear port properties unconditionally · 026dba6a
      Ankur Dave authored
      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.
      026dba6a
  4. Sep 19, 2013
    • Patrick Wendell's avatar
      Merge pull request #938 from ilikerps/master · cd7222c3
      Patrick Wendell authored
      Fix issue with spark_ec2 seeing empty security groups
      cd7222c3
    • Aaron Davidson's avatar
      Fix issue with spark_ec2 seeing empty security groups · f589ce77
      Aaron Davidson authored
      Under unknown, but occasional, circumstances, reservation.groups is empty
      despite reservation.instances each having groups. This means that the
      spark_ec2 get_existing_clusters() method would fail to find any instances.
      To fix it, we simply use the instances' groups as the source of truth.
      
      Note that this is actually just a revival of PR #827, now that the issue
      has been reproduced.
      f589ce77
  5. Sep 18, 2013
  6. Sep 15, 2013
  7. Sep 13, 2013
  8. Sep 12, 2013
  9. Sep 11, 2013
  10. Sep 10, 2013
Loading