mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-804 Refactoring registration mechanism on Interpreters
- Fixed test environments
This commit is contained in:
parent
8a90fe439a
commit
1fa2e522bd
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ public class SparkInterpreterTest {
|
|||
Properties p = new Properties();
|
||||
p.setProperty("master", "local[*]");
|
||||
p.setProperty("spark.app.name", "Zeppelin Test");
|
||||
p.setProperty("zeppelin.spark.useHiveContext", "true");
|
||||
p.setProperty("zeppelin.spark.maxResult", "1000");
|
||||
|
||||
return p;
|
||||
|
|
|
|||
Loading…
Reference in a new issue