[jira] [Work logged] (BEAM-9335) update hard-coded coder id when translating Java external transforms

2020-02-26 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-9335:


Author: ASF GitHub Bot
Created on: 26/Feb/20 17:58
Start Date: 26/Feb/20 17:58
Worklog Time Spent: 10m 
  Work Description: robertwb commented on pull request #10900: [BEAM-9335] 
update hard-coded coder id when translating Java external transforms
URL: https://github.com/apache/beam/pull/10900
 
 
   
 

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: 393657)
Time Spent: 1h  (was: 50m)

> update hard-coded coder id when translating Java external transforms
> 
>
> Key: BEAM-9335
> URL: https://issues.apache.org/jira/browse/BEAM-9335
> Project: Beam
>  Issue Type: Bug
>  Components: java-fn-execution
>Reporter: Heejong Lee
>Assignee: Heejong Lee
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> hard-coded coder id needs to be updated when translating Java external 
> transforms. Otherwise pipeline will fail if coder id is reused.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9335) update hard-coded coder id when translating Java external transforms

2020-02-25 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-9335:


Author: ASF GitHub Bot
Created on: 26/Feb/20 01:33
Start Date: 26/Feb/20 01:33
Worklog Time Spent: 10m 
  Work Description: ihji commented on issue #10900: [BEAM-9335] update 
hard-coded coder id when translating Java external transforms
URL: https://github.com/apache/beam/pull/10900#issuecomment-591189514
 
 
   The new behavior is that all coder ids that already exist before the 
expansion service are renamed to their conflicted id (if available) in the 
proto translation, and all new ones created in the expansion service use the 
namespace prefix.
 

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: 393112)
Time Spent: 50m  (was: 40m)

> update hard-coded coder id when translating Java external transforms
> 
>
> Key: BEAM-9335
> URL: https://issues.apache.org/jira/browse/BEAM-9335
> Project: Beam
>  Issue Type: Bug
>  Components: java-fn-execution
>Reporter: Heejong Lee
>Assignee: Heejong Lee
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> hard-coded coder id needs to be updated when translating Java external 
> transforms. Otherwise pipeline will fail if coder id is reused.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9335) update hard-coded coder id when translating Java external transforms

2020-02-25 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-9335:


Author: ASF GitHub Bot
Created on: 26/Feb/20 01:11
Start Date: 26/Feb/20 01:11
Worklog Time Spent: 10m 
  Work Description: robertwb commented on issue #10900: [BEAM-9335] update 
hard-coded coder id when translating Java external transforms
URL: https://github.com/apache/beam/pull/10900#issuecomment-591182890
 
 
   OK, so the new behavior is that all coders that already exist use their old 
name, and all new ones use the namespace prefix? 
 

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: 393103)
Time Spent: 40m  (was: 0.5h)

> update hard-coded coder id when translating Java external transforms
> 
>
> Key: BEAM-9335
> URL: https://issues.apache.org/jira/browse/BEAM-9335
> Project: Beam
>  Issue Type: Bug
>  Components: java-fn-execution
>Reporter: Heejong Lee
>Assignee: Heejong Lee
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> hard-coded coder id needs to be updated when translating Java external 
> transforms. Otherwise pipeline will fail if coder id is reused.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9335) update hard-coded coder id when translating Java external transforms

2020-02-20 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-9335:


Author: ASF GitHub Bot
Created on: 20/Feb/20 21:25
Start Date: 20/Feb/20 21:25
Worklog Time Spent: 10m 
  Work Description: ihji commented on issue #10900: [BEAM-9335] update 
hard-coded coder id when translating Java external transforms
URL: https://github.com/apache/beam/pull/10900#issuecomment-589326145
 
 
   @robertwb Namespace prefix only works for the components which are 
originally created in the expansion service. The problem is that the components 
passed from the expansion request could be used in expanded components. For 
example, when input PCollection to the expansion service uses the same coder as 
any intermediate PCollection in the expanded subtransforms, the coder id 
specified in the input PCollection will be hard-coded in the expanded 
intermediate PCollection. That hard-coded coder id could be changed anytime 
later in the new proto translation and resulted in a wrong coder.
 

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: 390266)
Time Spent: 0.5h  (was: 20m)

> update hard-coded coder id when translating Java external transforms
> 
>
> Key: BEAM-9335
> URL: https://issues.apache.org/jira/browse/BEAM-9335
> Project: Beam
>  Issue Type: Bug
>  Components: java-fn-execution
>Reporter: Heejong Lee
>Assignee: Heejong Lee
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> hard-coded coder id needs to be updated when translating Java external 
> transforms. Otherwise pipeline will fail if coder id is reused.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9335) update hard-coded coder id when translating Java external transforms

2020-02-19 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-9335:


Author: ASF GitHub Bot
Created on: 20/Feb/20 03:47
Start Date: 20/Feb/20 03:47
Worklog Time Spent: 10m 
  Work Description: ihji commented on issue #10900: [BEAM-9335] update 
hard-coded coder id when translating Java external transforms
URL: https://github.com/apache/beam/pull/10900#issuecomment-588595193
 
 
   R: @robertwb 
 

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: 389773)
Time Spent: 20m  (was: 10m)

> update hard-coded coder id when translating Java external transforms
> 
>
> Key: BEAM-9335
> URL: https://issues.apache.org/jira/browse/BEAM-9335
> Project: Beam
>  Issue Type: Bug
>  Components: java-fn-execution
>Reporter: Heejong Lee
>Assignee: Heejong Lee
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> hard-coded coder id needs to be updated when translating Java external 
> transforms. Otherwise pipeline will fail if coder id is reused.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9335) update hard-coded coder id when translating Java external transforms

2020-02-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-9335:


Author: ASF GitHub Bot
Created on: 19/Feb/20 02:08
Start Date: 19/Feb/20 02:08
Worklog Time Spent: 10m 
  Work Description: ihji commented on pull request #10900: [BEAM-9335] 
update hard-coded coder id when translating Java external transforms
URL: https://github.com/apache/beam/pull/10900
 
 
   
   
   
   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.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more 
tips on [how to make review process 
smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
   
   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/)
 | --- | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/)
 | --- | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_VR_Spark/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_VR_Spark/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/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/)[![Build