mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Address UT failure
This commit is contained in:
parent
32d3f72e4f
commit
c9506ab699
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ public class LivyInterpreterIT {
|
|||
properties.setProperty("zeppelin.livy.url", cluster.livyEndpoint());
|
||||
properties.setProperty("zeppelin.livy.session.create_timeout", "120");
|
||||
properties.setProperty("zeppelin.livy.spark.sql.maxResult", "100");
|
||||
properties.setProperty("zeppelin.livy.displayAppInfo", "false");
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
|
|
|||
Loading…
Reference in a new issue