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.
1 parent 457ce2f commit 1e549c1Copy full SHA for 1e549c1
.github/workflows/release.yml
@@ -34,8 +34,6 @@ jobs:
34
uses: actions/setup-java@v1
35
with:
36
java-version: '1.8'
37
- - name: Install kyuubi-shaded jars
38
- run: ./build/mvn clean install -pl :kyuubi-shaded-curator,:kyuubi-shaded-hive-service-rpc -am -Pkyuubi-shaded
39
- name: Make Distribution -Pspark-3.0
40
run: ./build/dist --tgz -Pspark-3.0
41
- name: Make Distribution -Pspark-3.0 -Dhadoop.binary.version=3.2
0 commit comments