ZEPPELIN-198 Updated ZeppelinConfiguration to hold HDFS interpreter

This commit is contained in:
Tom Runyon 2016-03-10 21:09:43 -05:00
parent 98326223ca
commit 5e9e1316ad

View file

@ -446,6 +446,7 @@ public class ZeppelinConfiguration extends XMLConfiguration {
+ "org.apache.zeppelin.shell.ShellInterpreter,"
+ "org.apache.zeppelin.hive.HiveInterpreter,"
+ "org.apache.zeppelin.alluxio.AlluxioInterpreter,"
+ "org.apache.zeppelin.file.HDFSFileInterpreter,"
+ "org.apache.zeppelin.phoenix.PhoenixInterpreter,"
+ "org.apache.zeppelin.postgresql.PostgreSqlInterpreter,"
+ "org.apache.zeppelin.tajo.TajoInterpreter,"