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

Fix #SPARK-1149 Bad partitioners can cause Spark to hang #44

Closed
wants to merge 18 commits into from

Commits on Feb 28, 2014

  1. Configuration menu
    Copy the full SHA
    6bb725e View commit details
    Browse the repository at this point in the history
  2. make the code more readable

    liguoqiang committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    3a65903 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. add partition index check to submitJob

    liguoqiang committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    e68210a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into SPARK-1149

    liguoqiang committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    61e5a87 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Optimize performance for partitions check

    liguoqiang committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    3348619 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into SPARK-1149

    liguoqiang committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    1e3331e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Merge branch 'master' into SPARK-1149

    liguoqiang committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    db6ecc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928e1e3 View commit details
    Browse the repository at this point in the history
  3. partitions check bugfix

    liguoqiang committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    adc443e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into SPARK-1149

    liguoqiang committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    3feb3a8 View commit details
    Browse the repository at this point in the history
  5. code Formatting

    liguoqiang committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    ac006a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Configuration menu
    Copy the full SHA
    3395ee7 View commit details
    Browse the repository at this point in the history
  2. review comment

    liguoqiang committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    d0a6005 View commit details
    Browse the repository at this point in the history
  3. review comment

    liguoqiang committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    b0d5c07 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. Merge branch 'master' into SPARK-1149

    liguoqiang committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    e3e56aa View commit details
    Browse the repository at this point in the history
  2. review comment

    liguoqiang committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    3dad595 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2014

  1. Configuration menu
    Copy the full SHA
    8425395 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Merge branch 'master' into SPARK-1149

    liguoqiang committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    3dcdcaf View commit details
    Browse the repository at this point in the history