We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b9ced4 + 6b88a4d commit 2d77827Copy full SHA for 2d77827
1 file changed
.github/workflows/cicd.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: compile
35
run: |
36
- ./dev/make-distribution.sh --name openmldbspark --tgz -Phadoop-2.7 -Pyarn -Pkubernetes -Phive -Phive-thriftserver
+ ./dev/make-distribution.sh --name openmldbspark --tgz -Phadoop-3.3 -Pyarn -Pkubernetes -Phive -Phive-thriftserver
37
38
- name: Release
39
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments