[
https://issues.apache.org/jira/browse/BEAM-9022?focusedWorklogId=390765&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390765
]
ASF GitHub Bot logged work on BEAM-9022:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Feb/20 16:50
Start Date: 21/Feb/20 16:50
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #10921: [BEAM-9022]
publish Spark job server Docker image
URL: https://github.com/apache/beam/pull/10921#discussion_r382691092
##########
File path: release/src/main/scripts/build_release_candidate.sh
##########
@@ -236,6 +236,9 @@ if [[ $confirmation = "y" ]]; then
./gradlew ":runners:flink:${ver}:job-server-container:dockerPush"
-Pdocker-tag="${RELEASE}_rc${RC_NUM}"
done
+ echo '-------------Generating and Pushing Spark job server
image-------------'
+ ./gradlew "./gradlew :runners:spark:job-server:container:dockerPush"
-Pdocker-tag="${RELEASE}_rc${RC_NUM}"
Review comment:
It is documented on the Spark runner page:
https://beam.apache.org/documentation/runners/spark/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 390765)
Time Spent: 2h 10m (was: 2h)
> Publish spark job server container images in release process
> ------------------------------------------------------------
>
> Key: BEAM-9022
> URL: https://issues.apache.org/jira/browse/BEAM-9022
> Project: Beam
> Issue Type: Improvement
> Components: runner-spark
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: Major
> Labels: portability-spark
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)