Skip to content

Commit

Permalink
remove hardcoded scala 430 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed Jul 3, 2024
1 parent ef46490 commit ffcd5cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mvn-verify-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ jobs:
distribution: adopt
java-version: 8

- name: Cache local Maven repository
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ needs.cache-dependencies.outputs.dailyCacheKey }}
# - name: Cache local Maven repository
# uses: actions/cache@v4
# with:
# path: ~/.m2
# key: ${{ needs.cache-dependencies.outputs.dailyCacheKey }}

- name: check runtime before tests
run: |
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,10 @@
</activation>
<properties>
<buildver>321cdh</buildver>
<scala.plugin.version>4.3.0</scala.plugin.version>
<spark.version>${spark321cdh.version}</spark.version>
<spark.test.version>${spark321cdh.version}</spark.test.version>
<parquet.hadoop.version>1.10.1</parquet.hadoop.version>
<cloudera.repo.enabled>true</cloudera.repo.enabled>
<!-- Keeping the scala plugin version 4.3.0 for details
check https://github.com/NVIDIA/spark-rapids/issues/11112 -->
<scala.plugin.version>4.3.0</scala.plugin.version>
</properties>
<modules>
<module>shim-deps/cloudera</module>
Expand Down Expand Up @@ -462,15 +458,11 @@
</activation>
<properties>
<buildver>330cdh</buildver>
<scala.plugin.version>4.3.0</scala.plugin.version>
<spark.version>${spark330cdh.version}</spark.version>
<spark.test.version>${spark330cdh.version}</spark.test.version>
<parquet.hadoop.version>1.10.99.7.1.8.0-801</parquet.hadoop.version>
<iceberg.version>${spark330.iceberg.version}</iceberg.version>
<cloudera.repo.enabled>true</cloudera.repo.enabled>
<!-- Keeping the scala plugin version 4.3.0 for details
check https://github.com/NVIDIA/spark-rapids/issues/11112 -->
<scala.plugin.version>4.3.0</scala.plugin.version>
</properties>
<modules>
<module>shim-deps/cloudera</module>
Expand All @@ -489,15 +481,11 @@
</activation>
<properties>
<buildver>332cdh</buildver>
<scala.plugin.version>4.3.0</scala.plugin.version>
<spark.version>${spark332cdh.version}</spark.version>
<spark.test.version>${spark332cdh.version}</spark.test.version>
<parquet.hadoop.version>1.10.99.7.1.9.0-387</parquet.hadoop.version>
<iceberg.version>${spark330.iceberg.version}</iceberg.version>
<cloudera.repo.enabled>true</cloudera.repo.enabled>
<!-- Keeping the scala plugin version 4.3.0 for details
check https://github.com/NVIDIA/spark-rapids/issues/11112 -->
<scala.plugin.version>4.3.0</scala.plugin.version>
</properties>
<modules>
<module>shim-deps/cloudera</module>
Expand Down
9 changes: 0 additions & 9 deletions scala2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@
<spark.test.version>${spark321cdh.version}</spark.test.version>
<parquet.hadoop.version>1.10.1</parquet.hadoop.version>
<cloudera.repo.enabled>true</cloudera.repo.enabled>
<!-- Keeping the scala plugin version 4.3.0 for details
check https://github.com/NVIDIA/spark-rapids/issues/11112 -->
<scala.plugin.version>4.3.0</scala.plugin.version>
</properties>
<modules>
<module>shim-deps/cloudera</module>
Expand Down Expand Up @@ -466,9 +463,6 @@
<parquet.hadoop.version>1.10.99.7.1.8.0-801</parquet.hadoop.version>
<iceberg.version>${spark330.iceberg.version}</iceberg.version>
<cloudera.repo.enabled>true</cloudera.repo.enabled>
<!-- Keeping the scala plugin version 4.3.0 for details
check https://github.com/NVIDIA/spark-rapids/issues/11112 -->
<scala.plugin.version>4.3.0</scala.plugin.version>
</properties>
<modules>
<module>shim-deps/cloudera</module>
Expand All @@ -492,9 +486,6 @@
<parquet.hadoop.version>1.10.99.7.1.9.0-387</parquet.hadoop.version>
<iceberg.version>${spark330.iceberg.version}</iceberg.version>
<cloudera.repo.enabled>true</cloudera.repo.enabled>
<!-- Keeping the scala plugin version 4.3.0 for details
check https://github.com/NVIDIA/spark-rapids/issues/11112 -->
<scala.plugin.version>4.3.0</scala.plugin.version>
</properties>
<modules>
<module>shim-deps/cloudera</module>
Expand Down

0 comments on commit ffcd5cc

Please sign in to comment.