mirror of https://github.com/apache/druid.git
Add gs:// hdfs support
Used to access google cloud storage
This commit is contained in:
parent
cf7f6da392
commit
375620cfb3
|
@ -393,6 +393,7 @@ public class JobHelper
|
|||
switch (outputFS.getScheme()) {
|
||||
case "hdfs":
|
||||
case "viewfs":
|
||||
case "gs":
|
||||
loadSpec = ImmutableMap.<String, Object>of(
|
||||
"type", "hdfs",
|
||||
"path", indexOutURI.toString()
|
||||
|
|
Loading…
Reference in New Issue