[
https://issues.apache.org/jira/browse/HADOOP-15227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364291#comment-16364291
]
Steve Loughran commented on HADOOP-15227:
-----------------------------------------
I'd done that for HDFS as that's always in my head. Mapred conf is the solution
here, though I may think about using a bit of reflection so if the jar isn't on
the CP, nothing fails.
> 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]