spark-instrumented-optimizer/.github/workflows
Dongjoon Hyun 586f89886f [SPARK-36345][INFRA] Update PySpark GitHubAction docker image to 20210730
### What changes were proposed in this pull request?

This PR aims to upgrade PySpark GitHub Action job to use the latest docker image `20210730` having `sklearn` and `mlflow` additionally.
- 5ca94453d1

```
$ docker run -it --rm dongjoon/apache-spark-github-action-image:20210730 python3.9 -m pip list | grep mlflow
mlflow                    1.19.0

$ docker run -it --rm dongjoon/apache-spark-github-action-image:20210730 python3.9 -m pip list | grep sklearn
sklearn                   0.0
```

### Why are the changes needed?

This will save the installation time.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the GitHub Action PySpark jobs.

Closes #33595 from dongjoon-hyun/SPARK-36345.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 0e65ed5fb9)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
2021-07-31 07:21:15 +09:00
..
benchmark.yml [SPARK-36007][INFRA] Failed to run benchmark in GA 2021-07-05 09:18:03 +09:00
build_and_test.yml [SPARK-36345][INFRA] Update PySpark GitHubAction docker image to 20210730 2021-07-31 07:21:15 +09:00
cancel_duplicate_workflow_runs.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
labeler.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
notify_test_workflow.yml [SPARK-35995][INFRA][3.2][FOLLOWUP] Fix the reference branches and PR builder 2021-07-02 14:47:45 -07:00
publish_snapshot.yml [BUILD][MINOR] Do not publish snapshots from forks 2020-12-23 00:22:42 +09:00
stale.yml [SPARK-30173] Tweak stale PR message 2020-01-07 08:34:59 -06:00
test_report.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
update_build_status.yml [SPARK-35575][INFRA] Recover updating build status in GitHub Actions 2021-05-31 19:29:54 +09:00