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

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

                Author: ASF GitHub Bot
            Created on: 05/Apr/19 15:47
            Start Date: 05/Apr/19 15:47
    Worklog Time Spent: 10m 
      Work Description: aromanenko-dev commented on pull request #8201: 
[BEAM-6976] Fix incorrect doc of HadoopFormatIO on partitioner
URL: https://github.com/apache/beam/pull/8201
 
 
   
 
----------------------------------------------------------------
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: 223657)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  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