[
https://issues.apache.org/jira/browse/HADOOP-15227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363783#comment-16363783
]
Steve Loughran commented on HADOOP-15227:
-----------------------------------------
oh, maybe it's mapred default. Explains why I couldn't find it.
I'm implementing a filesystem diagnostics JAR in
https://github.com/steveloughran/cloudstore ; it wasn't finding it. But if it
doesn't get loaded until JobConf is loaded then yes, it'll be there.
In which case: docs are wrong. Let me fix them instead.
And I'll force load mapred-default & site through a bit of reflection if is
thsre
> add mapreduce.outputcommitter.factory.scheme.s3a to core-default
> ----------------------------------------------------------------
>
> Key: HADOOP-15227
> URL: https://issues.apache.org/jira/browse/HADOOP-15227
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Affects Versions: 3.1.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Blocker
>
> Need to add this property to core-default.xml. It's documented as being
> there, but it isn't.
> {code}
> <property>
> <name>mapreduce.outputcommitter.factory.scheme.s3a</name>
> <value>org.apache.hadoop.fs.s3a.commit.S3ACommitterFactory</value>
> <description>
> The committer factory to use when writing data to S3A filesystems.
> </description>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]