Skip to content

Commit

Permalink
[SPARK-37445][INFRA][FOLLOWUP] Use hadoop3.2 profile instead of hadoo…
Browse files Browse the repository at this point in the history
…p3 for the scheduled GA job for branch-3.2

### What changes were proposed in this pull request?

This PR fixes an issue that the scheduled GA job for `branch-3.2` fails.
SPARK-37445 (apache#34715), renamed the profile name `hadoop3.2` to `hadoop3` but It should be `hadoop3.2` for the scheduled build.
https://github.com/apache/spark/runs/4453894964?check_suite_focus=true

### Why are the changes needed?

To recover the job.

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

No.

### How was this patch tested?

The scheduled job itself.

Closes apache#34835 from sarutak/followup-SPARK-37445.

Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
sarutak authored and HyukjinKwon committed Dec 8, 2021
1 parent cf19cf5 commit 8f14f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo '::set-output name=branch::branch-3.2'
echo '::set-output name=type::scheduled'
echo '::set-output name=envs::{"SCALA_PROFILE": "scala2.13"}'
echo '::set-output name=hadoop::hadoop3'
echo '::set-output name=hadoop::hadoop3.2'
elif [ "${{ github.event.schedule }}" = "0 10 * * *" ]; then
echo '::set-output name=java::8'
echo '::set-output name=branch::master'
Expand Down

0 comments on commit 8f14f82

Please sign in to comment.