mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-198 Changed group for hdfs interpreter
This commit is contained in:
parent
c34a9133ce
commit
98326223ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue