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-20434][YARN][CORE] Move Hadoop delegation token code from yarn to core #17723

Closed

Commits on Apr 18, 2017

  1. [Mesosphere SPARK-126] Move YarnSparkHadoopUtil token helpers into th…

    …e generic SparkHadoopUtil class
    Dr. Stefan Schimanski authored and Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    ce63a9b View commit details
    Browse the repository at this point in the history
  2. [Mesosphere SPARK-126] Add Mesos Kerberos support

    Dr. Stefan Schimanski authored and Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    75d849a View commit details
    Browse the repository at this point in the history
  3. Par down kerberos support

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    35002f2 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    13981c8 View commit details
    Browse the repository at this point in the history
  5. style

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    af4a3e4 View commit details
    Browse the repository at this point in the history
  6. Add MesosSecurityManager

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    5cc66dc View commit details
    Browse the repository at this point in the history
  7. info logs

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    a47c9c0 View commit details
    Browse the repository at this point in the history
  8. style

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    c8ec049 View commit details
    Browse the repository at this point in the history
  9. Re-add org.apache.spark.deploy.yarn.security.ServiceCredentialProvide…

    …r for backwards compatibility
    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    954eeff View commit details
    Browse the repository at this point in the history
  10. move YARNHadoopFSCredentialProviderSuite

    Michael Gummelt committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    2d76928 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Move hive test deps to the core module

    Michael Gummelt committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    d8a968d View commit details
    Browse the repository at this point in the history
  2. remove test scope

    Michael Gummelt committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    b8093c8 View commit details
    Browse the repository at this point in the history
  3. remove test scope

    Michael Gummelt committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    25d5088 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Removed MesosSecurityManager, added RPC call, removed META-INF Servic…

    …eCredentialProvider from core
    Michael Gummelt committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    4c387eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e32afee View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Add HadoopAccessManager

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    be69f5a View commit details
    Browse the repository at this point in the history
  2. Remove mesos code

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    55616da View commit details
    Browse the repository at this point in the history
  3. re-add mistakenly removed files

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    240df31 View commit details
    Browse the repository at this point in the history
  4. test ConfigurableCredentialManager.obtainUserTokens

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    810c6b2 View commit details
    Browse the repository at this point in the history
  5. add tests

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    ad4e33b View commit details
    Browse the repository at this point in the history
  6. rat-excludes

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    e15f1ab View commit details
    Browse the repository at this point in the history
  7. fix RAT

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    a546aab View commit details
    Browse the repository at this point in the history
  8. style

    Michael Gummelt committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    d6d21d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Remove unneeded import

    Michael Gummelt committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    092aac7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Make ServiceCredentialProvider private

    Michael Gummelt committed May 18, 2017
    Configuration menu
    Copy the full SHA
    38adaae View commit details
    Browse the repository at this point in the history
  2. Addressed style comments

    Michael Gummelt committed May 18, 2017
    Configuration menu
    Copy the full SHA
    92ac3f0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. review comments

    Michael Gummelt committed May 23, 2017
    Configuration menu
    Copy the full SHA
    cd58b6c View commit details
    Browse the repository at this point in the history
  2. style

    Michael Gummelt committed May 23, 2017
    Configuration menu
    Copy the full SHA
    bf758e6 View commit details
    Browse the repository at this point in the history
  3. Remove YARNHadoopAccessManagerSuite.scala

    Michael Gummelt committed May 23, 2017
    Configuration menu
    Copy the full SHA
    e820b09 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Move thrifts deps back to yarn/pom.xml

    Michael Gummelt committed May 31, 2017
    Configuration menu
    Copy the full SHA
    7f4ca86 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. dependency testing

    Michael Gummelt committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    cda3538 View commit details
    Browse the repository at this point in the history
  2. Fix dependency issues, and address style comments

    Michael Gummelt committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    376dba0 View commit details
    Browse the repository at this point in the history
  3. Fix scalastyle

    Michael Gummelt committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    0ffe8f0 View commit details
    Browse the repository at this point in the history
  4. Add other deps to provided scope

    Michael Gummelt committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    7796e14 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Replicate deps in yarn to fix transitivity issue

    Michael Gummelt committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    1479c60 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. update comments

    Michael Gummelt committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    4d57f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. style

    Michael Gummelt committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    7e2f90d View commit details
    Browse the repository at this point in the history
  2. Don't throw an exception when Hive classes are not loaded

    Michael Gummelt committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    563b80a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. rename

    Michael Gummelt committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    c684d88 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. fix docs

    Michael Gummelt committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    c4149dd View commit details
    Browse the repository at this point in the history