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-4281][Build] Package Yarn shuffle service into its own jar #3147

Closed
wants to merge 6 commits into from

Commits on Nov 7, 2014

  1. Package network-yarn and its dependencies

    This allows make-distribution to create a small uber jar for the
    network-yarn module, such that all uses of the Yarn shuffle service
    can just drop this jar onto the NM classpath and start the shuffle
    service after configuring the NM to include it.
    Andrew Or committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    c653028 View commit details
    Browse the repository at this point in the history
  2. Do the same for SBT

    Andrew Or committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    abcefd1 View commit details
    Browse the repository at this point in the history
  3. Actually mark slf4j as provided

    Andrew Or committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    65db822 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Rename jar to spark-{VERSION}-yarn-shuffle.jar

    Andrew Or committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    fb7f398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e9705 View commit details
    Browse the repository at this point in the history
  3. Fix line too long

    Andrew Or committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    bda58d0 View commit details
    Browse the repository at this point in the history