[spark] branch branch-2.4 updated: [SPARK-27872][K8S][2.4] Fix executor service account inconsistency

2020-09-25 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new bf32ac8 [SPARK-27872][K8S][2.4] Fix

[spark] branch branch-2.4 updated (cd3caab -> bf32ac8)

2020-09-25 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from cd3caab [SPARK-32886][SPARK-31882][WEBUI][2.4] fix 'undefined' link in event timeline view add bf32ac8

[spark] branch branch-2.4 updated (cd3caab -> bf32ac8)

2020-09-25 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from cd3caab [SPARK-32886][SPARK-31882][WEBUI][2.4] fix 'undefined' link in event timeline view add bf32ac8

[spark] branch branch-2.4 updated (cd3caab -> bf32ac8)

2020-09-25 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from cd3caab [SPARK-32886][SPARK-31882][WEBUI][2.4] fix 'undefined' link in event timeline view add bf32ac8

[spark] branch branch-2.4 updated (cd3caab -> bf32ac8)

2020-09-25 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from cd3caab [SPARK-32886][SPARK-31882][WEBUI][2.4] fix 'undefined' link in event timeline view add bf32ac8

[spark] branch master updated (fca0a6c -> b095232)

2019-11-14 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from fca0a6c [SPARK-28833][DOCS][SQL] Document ALTER VIEW command add b095232 [SPARK-29865][K8S] Ensure client-mode

[spark] branch master updated: [SPARK-23153][K8S] Support client dependencies with a Hadoop Compatible File System

2019-05-22 Thread eje
This is an automated email from the ASF dual-hosted git repository. eje pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 5e74570 [SPARK-23153][K8S] Support client

spark git commit: [SPARK-25828][K8S] Bumping Kubernetes-Client version to 4.1.0

2018-10-26 Thread eje
Repository: spark Updated Branches: refs/heads/master ca545f794 -> e9b71c8f0 [SPARK-25828][K8S] Bumping Kubernetes-Client version to 4.1.0 ## What changes were proposed in this pull request? Changed the `kubernetes-client` version and refactored code that broke as a result ## How was this

spark git commit: [SPARK-25287][INFRA] Add up-front check for JIRA_USERNAME and JIRA_PASSWORD

2018-08-30 Thread eje
Repository: spark Updated Branches: refs/heads/master d6d1224ff -> bb3e6ed92 [SPARK-25287][INFRA] Add up-front check for JIRA_USERNAME and JIRA_PASSWORD ## What changes were proposed in this pull request? Add an up-front check that `JIRA_USERNAME` and `JIRA_PASSWORD` have been set. If they

spark git commit: [SPARK-25275][K8S] require memberhip in wheel to run 'su' in dockerfiles

2018-08-30 Thread eje
Repository: spark Updated Branches: refs/heads/master a5fb5b62c -> d6d1224ff [SPARK-25275][K8S] require memberhip in wheel to run 'su' in dockerfiles ## What changes were proposed in this pull request? Add a PAM configuration in k8s dockerfile to require authentication into wheel to run as

spark git commit: [SPARK-24534][K8S] Bypass non spark-on-k8s commands

2018-06-19 Thread eje
Repository: spark Updated Branches: refs/heads/master 9dbe53eb6 -> 13092d733 [SPARK-24534][K8S] Bypass non spark-on-k8s commands ## What changes were proposed in this pull request? This PR changes the entrypoint.sh to provide an option to run non spark-on-k8s commands (init, driver,

spark git commit: [SPARK-23680] Fix entrypoint.sh to properly support Arbitrary UIDs

2018-03-16 Thread eje
Repository: spark Updated Branches: refs/heads/master 88d8de926 -> 9945b0227 [SPARK-23680] Fix entrypoint.sh to properly support Arbitrary UIDs ## What changes were proposed in this pull request? As described in SPARK-23680, entrypoint.sh returns an error code because of a command pipeline