[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-19 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 19/Sep/19 20:52
Start Date: 19/Sep/19 20:52
Worklog Time Spent: 10m 
  Work Description: markflyhigh commented on pull request #9595: 
[BEAM-8165]Release-2.16.0 pass root as a param and keep default root
URL: https://github.com/apache/beam/pull/9595
 
 
   
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 10.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 23:41
Start Date: 18/Sep/19 23:41
Worklog Time Spent: 10m 
  Work Description: yifanzou commented on pull request #9610: [BEAM-8165] 
use default tag
URL: https://github.com/apache/beam/pull/9610
 
 
   
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 10h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 22:31
Start Date: 18/Sep/19 22:31
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9610: [BEAM-8165] use 
default tag
URL: https://github.com/apache/beam/pull/9610#issuecomment-532890563
 
 
   > The code looks good. A few questions: What would the default tag look 
like? Doesn't python images use the default tags?
   
   Default tag is `latest`, which is defined 
[here](https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1502).
   Python doesn't use default tag because it can read version from `version.py`.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 10h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 22:26
Start Date: 18/Sep/19 22:26
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9610: [BEAM-8165] use 
default tag
URL: https://github.com/apache/beam/pull/9610#issuecomment-532890563
 
 
   > The code looks good. A few questions: What would the default tag look 
like? Doesn't python images use the default tags?
   
   Default tag `latest`, which is defined 
[here](https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1502).
   Python doesn't use default tag because it can read version from `version.py`.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 9h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 22:26
Start Date: 18/Sep/19 22:26
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9610: [BEAM-8165] use 
default tag
URL: https://github.com/apache/beam/pull/9610#issuecomment-532890633
 
 
   Run Python PreCommit
 

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: 314700)
Time Spent: 10h  (was: 9h 50m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 10h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 21:21
Start Date: 18/Sep/19 21:21
Worklog Time Spent: 10m 
  Work Description: yifanzou commented on issue #9610: [BEAM-8165] use 
default tag
URL: https://github.com/apache/beam/pull/9610#issuecomment-532871830
 
 
   The code looks good. A few questions: What would the default tag look like? 
Doesn't python images use the default tags?
 

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: 314665)
Time Spent: 9h 40m  (was: 9.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 9h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 20:43
Start Date: 18/Sep/19 20:43
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9610: [BEAM-8165] use 
default tag
URL: https://github.com/apache/beam/pull/9610#issuecomment-532858152
 
 
   R: @yifanzou 
 

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: 314636)
Time Spent: 9.5h  (was: 9h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 9.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 20:06
Start Date: 18/Sep/19 20:06
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9610: [BEAM-8165] use 
default tag
URL: https://github.com/apache/beam/pull/9610#issuecomment-532844949
 
 
   Run JavaPortabilityApi PreCommit
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 9h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 20:04
Start Date: 18/Sep/19 20:04
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on pull request #9610: 
[BEAM-8165] use default tag
URL: https://github.com/apache/beam/pull/9610
 
 
   **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/)
 | --- | --- | [![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/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/)[![Build
 

[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 18:16
Start Date: 18/Sep/19 18:16
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-532804201
 
 
   > @Hannah-Jiang Could you update 
https://github.com/apache/beam/blob/master/sdks/CONTAINERS.md to reflect these 
changes?
   
   We are already working on it, a tech writer is on it and will be released as 
part of 2.16.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 8h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 18:16
Start Date: 18/Sep/19 18:16
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-532804201
 
 
   > @Hannah-Jiang Could you update 
https://github.com/apache/beam/blob/master/sdks/CONTAINERS.md to reflect these 
changes?
   
   We are already working on it, a tech writer is on it and it will be released 
as part of 2.16.
 

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: 314544)
Time Spent: 9h  (was: 8h 50m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 9h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 18/Sep/19 17:55
Start Date: 18/Sep/19 17:55
Worklog Time Spent: 10m 
  Work Description: ibzib commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-532795614
 
 
   @Hannah-Jiang Could you update 
https://github.com/apache/beam/blob/master/sdks/CONTAINERS.md to reflect these 
changes?
 

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: 314527)
Time Spent: 8h 40m  (was: 8.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 8h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



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


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-17 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 16:06
Start Date: 17/Sep/19 16:06
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9595: 
[BEAM-8165]Release-2.16.0 pass root as a param and keep default root
URL: https://github.com/apache/beam/pull/9595#issuecomment-532288985
 
 
   Run Python PreCommit
 

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: 313768)
Time Spent: 8.5h  (was: 8h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 8.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-17 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 16:04
Start Date: 17/Sep/19 16:04
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9595: 
[BEAM-8165]Release-2.16.0 pass root as a param and keep default root
URL: https://github.com/apache/beam/pull/9595#issuecomment-532288283
 
 
   Run Java_Examples_Dataflow PreCommit
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 8h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 05:36
Start Date: 17/Sep/19 05:36
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9595: 
[BEAM-8165]Release-2.16.0 pass root as a param and keep default root
URL: https://github.com/apache/beam/pull/9595#issuecomment-532066436
 
 
   Run Java_Examples_Dataflow PreCommit
 

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: 313503)
Time Spent: 8h 10m  (was: 8h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 8h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 04:52
Start Date: 17/Sep/19 04:52
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on pull request #9595: BEAM-8165 
pass root as a param and keep default root
URL: https://github.com/apache/beam/pull/9595
 
 
   R: @markflyhigh 
   
   
   
   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/)
 | --- | --- | [![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/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python37/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python37/lastCompletedBuild/)
 | 

[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 01:05
Start Date: 17/Sep/19 01:05
Worklog Time Spent: 10m 
  Work Description: aaltay commented on pull request #9588: [BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588
 
 
   
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 7h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 01:05
Start Date: 17/Sep/19 01:05
Worklog Time Spent: 10m 
  Work Description: aaltay commented on issue #9588: [BEAM-8165] Revert 
docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-532015508
 
 
   LGTM. Thank you. After cherry pick let's clean up this 2 root thing.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:43
Start Date: 17/Sep/19 00:43
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-532011417
 
 
   > Could you add more information to here or the JIRA about:
   > 
   > * What is happening here? When is `docker-repository-root` defined and 
when it is not?
   > * What is it fixing?
   > * Why do we use a mix of bintray and docker hub?
   
   I added a comment to the ticket.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 7.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:20
Start Date: 17/Sep/19 00:20
Worklog Time Spent: 10m 
  Work Description: aaltay commented on issue #9588: [BEAM-8165] Revert 
docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-532007156
 
 
   Could you add more information to here or the JIRA about:
   * What is happening here? When is `docker-repository-root` defined and when 
it is not?
   * What is it fixing?
   * Why do we use a mix of bintray and docker hub?
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 7h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:15
Start Date: 17/Sep/19 00:15
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-532005996
 
 
   R: @aaltay 
   Cc: @markflyhigh, we need to cherry pick this PR.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 7h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:13
Start Date: 17/Sep/19 00:13
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531994883
 
 
   Run Java_Examples_Dataflow PreCommit
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 7h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:13
Start Date: 17/Sep/19 00:13
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531994690
 
 
   Run JavaPortabilityApi PreCommit
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 6h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:12
Start Date: 17/Sep/19 00:12
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531989372
 
 
   Run Python Dataflow ValidatesContainer
 

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: 313364)
Time Spent: 6h 40m  (was: 6.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:12
Start Date: 17/Sep/19 00:12
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531984328
 
 
   Run Python Dataflow ValidatesContainer
 

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: 313363)
Time Spent: 6.5h  (was: 6h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 17/Sep/19 00:12
Start Date: 17/Sep/19 00:12
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531972491
 
 
   Run Python Dataflow ValidatesContainer
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Blocker
> Fix For: 2.16.0
>
>  Time Spent: 6h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 16/Sep/19 23:21
Start Date: 16/Sep/19 23:21
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531994883
 
 
   Run Java_Examples_Dataflow PreCommit
 

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: 313349)
Time Spent: 6h 10m  (was: 6h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 16/Sep/19 23:20
Start Date: 16/Sep/19 23:20
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531994690
 
 
   Run JavaPortabilityApi PreCommit
 

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: 313347)
Time Spent: 6h  (was: 5h 50m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 6h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 16/Sep/19 22:56
Start Date: 16/Sep/19 22:56
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531989372
 
 
   Run Python Dataflow ValidatesContainer
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 16/Sep/19 22:34
Start Date: 16/Sep/19 22:34
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531984328
 
 
   Run Python Dataflow ValidatesContainer
 

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: 313332)
Time Spent: 5h 40m  (was: 5.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 16/Sep/19 21:51
Start Date: 16/Sep/19 21:51
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9588: [WIP][BEAM-8165] 
Revert docker default root name
URL: https://github.com/apache/beam/pull/9588#issuecomment-531972491
 
 
   Run Python Dataflow ValidatesContainer
 

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: 313316)
Time Spent: 5.5h  (was: 5h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang} \{ver}_sdk
> Images are published to [https://hub.docker.com/u/apachebeam].



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 16/Sep/19 20:44
Start Date: 16/Sep/19 20:44
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on pull request #9588: 
[WIP][BEAM-8165] Revert docker default root name
URL: https://github.com/apache/beam/pull/9588
 
 
   **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/)
 | --- | --- | [![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/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/)[![Build
 

[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 21:24
Start Date: 11/Sep/19 21:24
Worklog Time Spent: 10m 
  Work Description: markflyhigh commented on pull request #9549: 
[BEAM-8165] add _sdk to container name
URL: https://github.com/apache/beam/pull/9549
 
 
   
 

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: 311024)
Time Spent: 5h 10m  (was: 5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 20:33
Start Date: 11/Sep/19 20:33
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9549: [BEAM-8165] add 
_sdk to container name
URL: https://github.com/apache/beam/pull/9549#issuecomment-530553927
 
 
   Run Python Spark ValidatesRunner
 

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: 310982)
Time Spent: 5h  (was: 4h 50m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 19:51
Start Date: 11/Sep/19 19:51
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9549: [BEAM-8165] add 
_sdk to container name
URL: https://github.com/apache/beam/pull/9549#issuecomment-530538752
 
 
   All tests cleared!
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 18:24
Start Date: 11/Sep/19 18:24
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9549: [BEAM-8165] add 
_sdk to container name
URL: https://github.com/apache/beam/pull/9549#issuecomment-530505301
 
 
   Run Go Spark ValidatesRunner
 

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: 310913)
Time Spent: 4h 40m  (was: 4.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 18:24
Start Date: 11/Sep/19 18:24
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9549: [BEAM-8165] add 
_sdk to container name
URL: https://github.com/apache/beam/pull/9549#issuecomment-530505198
 
 
   Run Go Flink ValidatesRunner
 

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: 310912)
Time Spent: 4.5h  (was: 4h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 18:21
Start Date: 11/Sep/19 18:21
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9549: [BEAM-8165] add 
_sdk to container name
URL: https://github.com/apache/beam/pull/9549#issuecomment-530503645
 
 
   Run Go PostCommit
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 18:20
Start Date: 11/Sep/19 18:20
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on pull request #9549: 
[BEAM-8165] add _sdk to container name
URL: https://github.com/apache/beam/pull/9549
 
 
   R: @markflyhigh 
   
   
   
   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/)
 | --- | --- | [![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/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python37/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python37/lastCompletedBuild/)
 | --- | 

[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 16:55
Start Date: 11/Sep/19 16:55
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530469438
 
 
   Thank you @aaltay .
 

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: 310828)
Time Spent: 4h  (was: 3h 50m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 4h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 16:44
Start Date: 11/Sep/19 16:44
Worklog Time Spent: 10m 
  Work Description: aaltay commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487
 
 
   
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 16:33
Start Date: 11/Sep/19 16:33
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530460892
 
 
   Can we 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: 310787)
Time Spent: 3h 40m  (was: 3.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 14:50
Start Date: 11/Sep/19 14:50
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530416435
 
 
   Run Python Dataflow ValidatesContainer
 

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: 310687)
Time Spent: 3.5h  (was: 3h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 14:48
Start Date: 11/Sep/19 14:48
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530415891
 
 
   Run CommunityMetrics PreCommit
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 14:48
Start Date: 11/Sep/19 14:48
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530415618
 
 
   Run Java PreCommit
 

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: 310683)
Time Spent: 3h 10m  (was: 3h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-11 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 12:45
Start Date: 11/Sep/19 12:45
Worklog Time Spent: 10m 
  Work Description: tweise commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530363733
 
 
   I think it is reasonable to go with this for 2.16 and work on a long term 
solution in master as follow-up.
 

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: 310541)
Time Spent: 3h  (was: 2h 50m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 05:20
Start Date: 11/Sep/19 05:20
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530209453
 
 
   > OK. I am fine with this change. I will only call 'sdk_version', 
'python_sdk_version', since that is only  applicable to python. And let's plan 
to clean it after 2.16. - LGTM.
   
   Thanks, I addressed your comment.
   
   
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 03:59
Start Date: 11/Sep/19 03:59
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530209453
 
 
   > OK. I am fine with this change. I will only call 'sdk_version', 
'python_sdk_version', since that is only applicable to python. And let's plan 
to clean it after 2.16. - LGTM.
   Thanks, I addressed your comment.
   
   
 

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: 310277)
Time Spent: 2h 40m  (was: 2.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 11/Sep/19 02:26
Start Date: 11/Sep/19 02:26
Worklog Time Spent: 10m 
  Work Description: aaltay commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530192970
 
 
   OK. I am fine with this change. I will only call 'sdk_version', 
'python_sdk_version', since that is only applicable to python. And let's plan 
to clean it after 2.16. - LGTM.
   
   @tweise - What do you think?
 

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: 310264)
Time Spent: 2.5h  (was: 2h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 20:45
Start Date: 10/Sep/19 20:45
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322953450
 
 

 ##
 File path: sdks/python/container/py2/build.gradle
 ##
 @@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
   }
 }
 
+def sdk_version = '2.16.0'
 
 Review comment:
   Thanks for reviewing and comments.
   I wanted to make `sdk_version` consistent with the one from `version.py`, 
forgot to change it back after testing. Thanks for catching it.
   
   After evaluating many options, I think introducing a new variable 
`sdk_version` to `gradle.properties` is the easiest way for now. This version 
will be consistent to the one from `version.py`, so we need to update it when 
we release it. It would be better to read it from `version.py` and assign to 
`sdk_version`, however, as far as I know, `gradle.properties` is not supposed 
to read variables from another file. If it's possible, I am happy to try.
   
   I made a commit with this change, can you please review and make comments?
   
   Thanks,
   Hannah
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 20:37
Start Date: 10/Sep/19 20:37
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530109210
 
 
   > `project.version` does not match Python version in master branch. It will 
be `2.16.0-SNAPSHOT` vs `2.16.0.dev`. I am guessing we can still use it and 
with a simple string raplace change '-SNAPSHOT' to '.dev' for python.
   
   I also investigated this option during weekend and there is a scenarios we 
cannot support with string replacement. 
   For released versions, it would be `{version}-SNAPSHOT` at 
`gradle.properties`, but `{version}` at `version.py`. So if a user build an 
image from released version, it would be tagged with `{version}.dev`, however, 
an image with `{version}` tag will be used as a default image, which would make 
difficult to investigate for users who are not familiar with how tagging works 
with Beam.
   This is the same issue as I mentioned previously, given 
`{version}-SNAPSHOT`, we cannot tell if it's developing version or released 
version. I also tried to change `{version}-SNAPSHOT` to `{version}` for 
released versions, and `{version}.dev` for developing versions, but 2.16 cutoff 
date is so close and the impact with the change would be wide, so I decided to 
introduce a new variable for now and make the change later.
   
   We have the version defined at several different locations and suffixes are 
not consistent, which should be improved. I changed scope of [the Jira 
ticket](https://issues.apache.org/jira/browse/BEAM-8192) to include this work.
 

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: 310091)
Time Spent: 2h 10m  (was: 2h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 17:08
Start Date: 10/Sep/19 17:08
Worklog Time Spent: 10m 
  Work Description: yifanzou commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322861390
 
 

 ##
 File path: sdks/python/container/py2/build.gradle
 ##
 @@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
   }
 }
 
+def sdk_version = '2.16.0'
 
 Review comment:
   
https://docs.gradle.org/current/dsl/org.gradle.api.resources.TextResource.html
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 17:02
Start Date: 10/Sep/19 17:02
Worklog Time Spent: 10m 
  Work Description: yifanzou commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322858792
 
 

 ##
 File path: sdks/python/container/py2/build.gradle
 ##
 @@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
   }
 }
 
+def sdk_version = '2.16.0'
 
 Review comment:
   +1 on adding another version in this gradle file. Like Ahmet mentioned, we 
define the version number in the version.py, and it would be a problem to make 
the version# in different places being constant. Gradle script uses groovy, 
which has power to interact with files, 
https://discuss.gradle.org/t/read-project-version-number-dynamically-from-a-file/22607.
 Hopefully this helps.
 

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: 309958)
Time Spent: 1h 40m  (was: 1.5h)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 17:02
Start Date: 10/Sep/19 17:02
Worklog Time Spent: 10m 
  Work Description: yifanzou commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322858792
 
 

 ##
 File path: sdks/python/container/py2/build.gradle
 ##
 @@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
   }
 }
 
+def sdk_version = '2.16.0'
 
 Review comment:
   +1 on not adding another version in this gradle file. Like Ahmet mentioned, 
we define the version number in the version.py, and it would be a problem to 
make the version# in different places being constant. Gradle script uses 
groovy, which has power to interact with files, 
https://discuss.gradle.org/t/read-project-version-number-dynamically-from-a-file/22607.
 Hopefully this helps.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 17:00
Start Date: 10/Sep/19 17:00
Worklog Time Spent: 10m 
  Work Description: tweise commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530028790
 
 
   Versions changes are applied partially: 
https://github.com/apache/beam/commit/c071613ad92012dd1b431a41a325ab22f6bdfaa5
   
 

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: 309956)
Time Spent: 1.5h  (was: 1h 20m)

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:56
Start Date: 10/Sep/19 16:56
Worklog Time Spent: 10m 
  Work Description: tweise commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530027198
 
 
   It is indeed very odd that the version is set to -SNAPSHOT in release tags: 
https://github.com/apache/beam/blob/v2.15.0/gradle.properties#L26
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:50
Start Date: 10/Sep/19 16:50
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530025135
 
 
   > The version is available as property `project.version`
   
   I investigated it, this would be the best way to go with, but this version 
is always `{version}-SNAPSHOT`, both for released and developing version. How 
do we know which tag we should use between `{version}`, `{version}.dev` and 
`{version}-SNAPSHOT`? 
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:48
Start Date: 10/Sep/19 16:48
Worklog Time Spent: 10m 
  Work Description: aaltay commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530024065
 
 
   `project.version` does not match Python version in master branch. It will be 
`2.16.0-SNAPSHOT` vs `2.16.0.dev`. I am guessing we can still use it and with a 
simple string raplace change '-SNAPSHOT' to '.dev' for python.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:40
Start Date: 10/Sep/19 16:40
Worklog Time Spent: 10m 
  Work Description: tweise commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322849080
 
 

 ##
 File path: sdks/python/container/py2/build.gradle
 ##
 @@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
   }
 }
 
+def sdk_version = '2.16.0'
 
 Review comment:
   It would also be good to retain the distinction between -SNAPSHOT/.dev 
version and release version in the container tag. It can lead to confusing 
results when a locally built container from snapshot source overrides the image 
of a release.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:33
Start Date: 10/Sep/19 16:33
Worklog Time Spent: 10m 
  Work Description: aaltay commented on pull request #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322845563
 
 

 ##
 File path: sdks/python/container/py2/build.gradle
 ##
 @@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
   }
 }
 
+def sdk_version = '2.16.0'
 
 Review comment:
   This is probably not a good idea. The reason is:
   - This needs to match the 
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/version.py - 
So it needs to be 2.16.0.dev here
   - Release process needs to be updated to change these versions along with 
other versions. Release process automatically changes the version in the 
release branch to remove the ".dev" part and changes master branch to the next 
version.
   
   - If we have to do this, at least is it possible to put this in a single 
gradle file?
   - Another idea, we can execute or parse 
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/version.py 
and extract version from here. That should be possible with gradle.
   
   @yifanzou could you help with this?
   /cc @markflyhigh as the release manager.
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:32
Start Date: 10/Sep/19 16:32
Worklog Time Spent: 10m 
  Work Description: tweise commented on issue #9487: [BEAM-8165]Change 
default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530018000
 
 
   The version is available as property `project.version`
   
   
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:25
Start Date: 10/Sep/19 16:25
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530015570
 
 
   @aaltay , I fixed to use version as tag when pull default image. For quick 
workaround, I hardcoded version for docker tasks. Created a ticket for later 
improvement. https://issues.apache.org/jira/browse/BEAM-8192
 

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

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (BEAM-8165) Change image name and add images to release process

2019-09-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8165:


Author: ASF GitHub Bot
Created on: 10/Sep/19 16:15
Start Date: 10/Sep/19 16:15
Worklog Time Spent: 10m 
  Work Description: Hannah-Jiang commented on issue #9487: 
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#issuecomment-530011185
 
 
   Run Python Dataflow ValidatesContainer
 

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: 309928)
Remaining Estimate: 0h
Time Spent: 10m

> Change image name and add images to release process
> ---
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-go, sdk-java-harness, sdk-py-harness
>Reporter: Hannah Jiang
>Assignee: Hannah Jiang
>Priority: Major
> Fix For: 2.16.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk



--
This message was sent by Atlassian Jira
(v8.3.2#803003)