[GitHub] spark pull request #21756: [SPARK-24764] [CORE] Add ServiceLoader implementa...

2018-09-17 Thread shrutig
Github user shrutig closed the pull request at: https://github.com/apache/spark/pull/21756 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark issue #21756: [SPARK-24764] [CORE] Add ServiceLoader implementation fo...

2018-09-14 Thread shrutig
Github user shrutig commented on the issue: https://github.com/apache/spark/pull/21756 Thank you for your feedback. I have created a separate JIRA https://issues.apache.org/jira/browse/SPARK-25428 to track Spark support for plain Kerberos authentication. Hence, this PR can be closed

[GitHub] spark issue #21756: [SPARK-24764] [CORE] Add ServiceLoader implementation fo...

2018-09-04 Thread shrutig
Github user shrutig commented on the issue: https://github.com/apache/spark/pull/21756 @dbtsai @vanzin What we are trying to achieve is to make Spark work with plain Kerberos authentication. We `login user from keytab` at the startup of driver and executors and then use

[GitHub] spark issue #21756: [SPARK-24764] [CORE] Add ServiceLoader implementation fo...

2018-07-31 Thread shrutig
Github user shrutig commented on the issue: https://github.com/apache/spark/pull/21756 `SparkHadoopUtil` is accessed in multiple points in Apache Spark , and is not limited to usage by yarn. External cluster managers should also be able to change any functions in `SparkHadoopUtil

[GitHub] spark pull request #21756: [SPARK-24764] [CORE] Add ServiceLoader implementa...

2018-07-12 Thread shrutig
GitHub user shrutig opened a pull request: https://github.com/apache/spark/pull/21756 [SPARK-24764] [CORE] Add ServiceLoader implementation for SparkHadoopUtil ## What changes were proposed in this pull request? Currently SparkHadoopUtil creation is static and cannot