Skip to content

Commit

Permalink
[KYUUBI #772] Add kyuubi-spark-monitor module in nightly.yml
Browse files Browse the repository at this point in the history
Description:
Error:  Failed to execute goal on project kyuubi-spark-sql-engine: Could not resolve dependencies for project org.apache.kyuubi:kyuubi-spark-sql-engine:jar:1.3.0-SNAPSHOT: Could not find artifact org.apache.kyuubi:kyuubi-spark-monitor:jar:1.3.0-SNAPSHOT in Apache Snapshots Repository (https://repository.apache.org/snapshots/) -> [Help 1]

Add Kyuubi-spark-monitor module in nightly.yml

Closes #772 from zhang1002/branch-1.2_add-monitor-module-for-nightly.

Closes #772

5ffb54f [张宇翔] Add kyuubi-spark-monitor module for nightly.yml

Authored-by: 张宇翔 <[email protected]>
Signed-off-by: ulysses-you <[email protected]>
  • Loading branch information
zhang1002 authored and ulysses-you committed Jul 12, 2021
1 parent 69d4197 commit 622783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
profiles:
- '-Pspark-master -pl :kyuubi-spark-sql-engine,:kyuubi-common,:kyuubi-ha,:kyuubi-zookeeper'
- '-Pspark-master -pl :kyuubi-spark-sql-engine,:kyuubi-common,:kyuubi-ha,:kyuubi-zookeeper,:kyuubi-spark-monitor'
env:
SPARK_LOCAL_IP: localhost
steps:
Expand Down

0 comments on commit 622783b

Please sign in to comment.