ZEPPELIN-804 Refactoring registration mechanism on Interpreters

- Fixed test environments
This commit is contained in:
Jongyoul Lee 2016-04-14 15:43:59 +09:00
parent 8a90fe439a
commit 1fa2e522bd

View file

@ -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;