[ 
https://issues.apache.org/jira/browse/BEAM-6976?focusedWorklogId=223826&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-223826
 ]

ASF GitHub Bot logged work on BEAM-6976:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Apr/19 20:20
            Start Date: 05/Apr/19 20:20
    Worklog Time Spent: 10m 
      Work Description: JohnZZGithub commented on issue #8201: [BEAM-6976] Fix 
incorrect doc of HadoopFormatIO on partitioner
URL: https://github.com/apache/beam/pull/8201#issuecomment-480409639
 
 
   Thanks for reviewing and merge it.
 
----------------------------------------------------------------
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: 223826)
    Time Spent: 40m  (was: 0.5h)

> 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: Minor
>              Labels: easyfix
>             Fix For: Not applicable
>
>          Time Spent: 40m
>  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)

Reply via email to