Merge pull request #2645 from atomx/gs-scheme

Add gs:// hdfs support
This commit is contained in:
Himanshu 2016-03-14 22:15:42 -05:00
commit ea3281ad78
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()