[
https://issues.apache.org/jira/browse/BEAM-6976?focusedWorklogId=223656&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-223656
]
ASF GitHub Bot logged work on BEAM-6976:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/19 15:46
Start Date: 05/Apr/19 15:46
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on issue #8201: [BEAM-6976]
Fix incorrect doc of HadoopFormatIO on partitioner
URL: https://github.com/apache/beam/pull/8201#issuecomment-480325201
I merge this since Java PreCommit fail is not related to this change
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 223656)
Time Spent: 20m (was: 10m)
> Incorrect Doc/Description of HadoopFormatIO On Paritioner
> ---------------------------------------------------------
>
> Key: BEAM-6976
> URL: https://issues.apache.org/jira/browse/BEAM-6976
> Project: Beam
> Issue Type: Bug
> Components: io-java-hadoop
> Affects Versions: 2.10.0, 2.11.0
> Reporter: zhenzhao wang
> Priority: Major
> Labels: easyfix
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Here's the current doc
> {code:java}
> myHadoopConfiguration.setClass("mapreduce.job.output.key.class",
> MyDbOutputFormatKeyClass, Object.class);
> myHadoopConfiguration.setClass("mapreduce.job.output.value.class",
> MyDbOutputFormatValueClass, Object.class);
> myHadoopConfiguration.setClass("mapreduce.job.output.value.class",
> MyPartitionerClass, Object.class);
> {code}
> It should be myHadoopConfiguration.setClass("mapreduce.job.partitioner.class",
> MyPartitionerClass, Object.class);
> The error are found in both website/src/documentation/io/built-in-hadoop.md
> and
> sdks/java/io/hadoop-format/src/main/java/org/apache/beam/sdk/io/hadoop/format/HadoopFormatIO.java
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)