Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-10620] [SPARK-13054] Minor addendum to #10835 #10958

Closed

Commits on Jan 27, 2016

  1. Fix indentations, visibility, deprecation etc.

    Andrew Or committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    8be6c86 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:apache/spark into task-metrics-to…

    …-accums-followups
    
    Conflicts:
    	core/src/main/scala/org/apache/spark/Accumulable.scala
    Andrew Or committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    9de795b View commit details
    Browse the repository at this point in the history
  3. create -> createAll

    Andrew Or committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    5404254 View commit details
    Browse the repository at this point in the history
  4. Add comments

    Andrew Or committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    822899d View commit details
    Browse the repository at this point in the history
  5. Simplify unnecessary branching in DAGScheduler

    With this change, we ALWAYS post task end events in canceled
    stages for both tasks that succeeded and tasks that failed.
    Andrew Or committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    ba5f555 View commit details
    Browse the repository at this point in the history
  6. Fix MiMa

    Andrew Or committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    6e4859d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Revert "Simplify unnecessary branching in DAGScheduler"

    This reverts commit ba5f555.
    Andrew Or committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    3b1e414 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:apache/spark into task-metrics-to…

    …-accums-followups
    
    Conflicts:
    	core/src/test/scala/org/apache/spark/InternalAccumulatorSuite.scala
    Andrew Or committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    854c71f View commit details
    Browse the repository at this point in the history