[jira] [Work logged] (BEAM-6976) Incorrect Doc/Description of HadoopFormatIO On Paritioner

2019-04-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-6976?focusedWorklogId=223826=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:
us...@infra.apache.org


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)


[jira] [Work logged] (BEAM-6976) Incorrect Doc/Description of HadoopFormatIO On Paritioner

2019-04-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-6976?focusedWorklogId=223657=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:
us...@infra.apache.org


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)


[jira] [Work logged] (BEAM-6976) Incorrect Doc/Description of HadoopFormatIO On Paritioner

2019-04-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-6976?focusedWorklogId=223656=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:
us...@infra.apache.org


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)


[jira] [Work logged] (BEAM-6976) Incorrect Doc/Description of HadoopFormatIO On Paritioner

2019-04-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-6976:


Author: ASF GitHub Bot
Created on: 02/Apr/19 18:57
Start Date: 02/Apr/19 18:57
Worklog Time Spent: 10m 
  Work Description: JohnZZGithub commented on pull request #8201: 
BEAM-6976: fix incorrect doc of HadoopFormatIO on partitioner
URL: https://github.com/apache/beam/pull/8201
 
 
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   
- [ ] [**Choose 
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and 
mention them in a comment (`R: @username`).
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   Post-Commit Tests Status (on master branch)
   

   
   Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
   --- | --- | --- | --- | --- | --- | --- | ---
   Go | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python3_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python3_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
  [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/lastCompletedBuild/)
 | --- | --- | ---
   
   Pre-Commit Tests Status (on master branch)
   

   
   --- |Java | Python | Go | Website
   --- | --- | --- | --- | ---
   Non-portable |