ZEPPELIN-198 Changed group for hdfs interpreter

This commit is contained in:
Tom Runyon 2016-03-10 21:07:11 -05:00
parent c34a9133ce
commit 98326223ca

View file

@ -39,7 +39,7 @@ public class HDFSFileInterpreter extends FileInterpreter {
static {
Interpreter.register(
"hdfs",
"hdfs",
"file",
HDFSFileInterpreter.class.getName(),
new InterpreterPropertyBuilder()
.add(HDFS_URL, "http://localhost:50070/webhdfs/v1/", "The URL for WebHDFS")