mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
print spark standalone cluster log when ci test fails
This commit is contained in:
parent
a208cd0b3a
commit
1493b2c05d
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ after_failure:
|
|||
- cat zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.log
|
||||
- cat zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
|
||||
- cat zeppelin-web/npm-debug.log
|
||||
- cat spark-*/logs/*
|
||||
|
||||
after_script:
|
||||
- ./testing/stopSparkCluster.sh $SPARK_VER $HADOOP_VER
|
||||
|
|
|
|||
Loading…
Reference in a new issue