Skip to content

Commit

Permalink
upgrade to spark 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imranq2 committed Nov 4, 2021
1 parent 3401ab1 commit 4f38350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
java-version: '14'
- uses: vemonet/setup-spark@v1
with:
spark-version: '3.1.1' # Exact version
hadoop-version: '3.2'
spark-version: '3.2.0' # Exact version
hadoop-version: '3.3.1'
spark-url: 'https://archive.apache.org/dist/spark/spark-3.2.0/spark-3.2.0-bin-hadoop3.2.tgz'
- run: spark-submit --version
- name: Get Previous tag
id: previoustag
Expand Down

0 comments on commit 4f38350

Please sign in to comment.