mirror of https://github.com/apache/druid.git
commit
ea3281ad78
|
@ -393,6 +393,7 @@ public class JobHelper
|
||||||
switch (outputFS.getScheme()) {
|
switch (outputFS.getScheme()) {
|
||||||
case "hdfs":
|
case "hdfs":
|
||||||
case "viewfs":
|
case "viewfs":
|
||||||
|
case "gs":
|
||||||
loadSpec = ImmutableMap.<String, Object>of(
|
loadSpec = ImmutableMap.<String, Object>of(
|
||||||
"type", "hdfs",
|
"type", "hdfs",
|
||||||
"path", indexOutURI.toString()
|
"path", indexOutURI.toString()
|
||||||
|
|
Loading…
Reference in New Issue