Add gs:// hdfs support

Used to access google cloud storage
This commit is contained in:
Erik Dubbelboer 2016-03-12 08:57:57 +00:00
parent cf7f6da392
commit 375620cfb3
1 changed files with 1 additions and 0 deletions

View File

@ -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()