Skip to content

Commit

Permalink
Add maprfs scheme (apache#3920)
Browse files Browse the repository at this point in the history
Add maprfs scheme to JobHelper to treated as HDFS deep storage
  • Loading branch information
baruchz authored and fjy committed Feb 13, 2017
1 parent 3800057 commit b7a8870
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ public long push() throws IOException
switch (outputFS.getScheme()) {
case "hdfs":
case "viewfs":
case "maprfs":
loadSpec = ImmutableMap.<String, Object>of(
"type", "hdfs",
"path", indexOutURI.toString()
Expand Down

0 comments on commit b7a8870

Please sign in to comment.