Skip to content
Snippets Groups Projects
  1. May 03, 2014
    • Allan Douglas R. de Oliveira's avatar
      EC2 configurable workers · 4669a84a
      Allan Douglas R. de Oliveira authored
      Added option to configure number of worker instances and to set SPARK_MASTER_OPTS
      
      Depends on: https://github.com/mesos/spark-ec2/pull/46
      
      Author: Allan Douglas R. de Oliveira <allan@chaordicsystems.com>
      
      Closes #612 from douglaz/ec2_configurable_workers and squashes the following commits:
      
      d6c5d65 [Allan Douglas R. de Oliveira] Added master opts parameter
      6c34671 [Allan Douglas R. de Oliveira] Use number of worker instances as string on template
      ba528b9 [Allan Douglas R. de Oliveira] Added SPARK_WORKER_INSTANCES parameter
      4669a84a
  2. Apr 10, 2014
  3. Mar 05, 2014
    • CodingCat's avatar
      SPARK-1156: allow user to login into a cluster without slaves · 3eb009f3
      CodingCat authored
      Reported in https://spark-project.atlassian.net/browse/SPARK-1156
      
      The current spark-ec2 script doesn't allow user to login to a cluster without slaves. One of the issues brought by this behaviour is that when all the worker died, the user cannot even login to the cluster for debugging, etc.
      
      Author: CodingCat <zhunansjtu@gmail.com>
      
      Closes #58 from CodingCat/SPARK-1156 and squashes the following commits:
      
      104af07 [CodingCat] output ERROR to stderr
      9a71769 [CodingCat] do not allow user to start 0-slave cluster
      24a7c79 [CodingCat] allow user to login into a cluster without slaves
      3eb009f3
  4. Mar 02, 2014
    • Patrick Wendell's avatar
      Remove remaining references to incubation · 1fd2bfd3
      Patrick Wendell authored
      This removes some loose ends not caught by the other (incubating -> tlp) patches. @markhamstra this updates the version as you mentioned earlier.
      
      Author: Patrick Wendell <pwendell@gmail.com>
      
      Closes #51 from pwendell/tlp and squashes the following commits:
      
      d553b1b [Patrick Wendell] Remove remaining references to incubation
      1fd2bfd3
  5. Feb 18, 2014
  6. Feb 13, 2014
  7. Jan 10, 2014
  8. Jan 02, 2014
  9. Jan 01, 2014
  10. Dec 27, 2013
  11. Dec 16, 2013
  12. Nov 11, 2013
  13. Nov 10, 2013
  14. Nov 01, 2013
  15. Oct 07, 2013
  16. Oct 05, 2013
  17. Sep 19, 2013
    • 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
  18. Sep 11, 2013
  19. Sep 06, 2013
  20. Aug 21, 2013
  21. Aug 20, 2013
  22. Aug 19, 2013
  23. Aug 08, 2013
  24. Aug 01, 2013
  25. Jul 30, 2013
  26. Jul 29, 2013
  27. Jul 17, 2013
  28. Jul 16, 2013
  29. Jul 11, 2013
Loading