[
https://issues.apache.org/jira/browse/BEAM-8164?focusedWorklogId=325816&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-325816
]
ASF GitHub Bot logged work on BEAM-8164:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Oct/19 16:53
Start Date: 09/Oct/19 16:53
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #9536:
[BEAM-8164][website] Correct document for building the python SDK ha…
URL: https://github.com/apache/beam/pull/9536#discussion_r333123112
##########
File path: sdks/python/apache_beam/runners/interactive/README.md
##########
@@ -224,7 +224,7 @@ You can choose to run Interactive Beam on Flink with the
following settings.
* Build the SDK container and start the local FlinkService.
```bash
- $ ./gradlew -p sdks/python/container docker
+ $ ./gradlew -p sdks/python/container/py35 docker # Optionally replace
py35 with the Python version of your choice
$ ./gradlew beam-runners-flink_2.11-job-server:runShadow # Blocking
Review comment:
I noticed this is also out of date (`Project
'beam-runners-flink_2.11-job-server' not found in root project 'beam'.`) Can
you change it to `./gradlew :runners:flink:1.8:job-server:runShadow`
----------------------------------------------------------------
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: 325816)
Time Spent: 2h 10m (was: 2h)
> Correct document for building the python SDK harness container
> --------------------------------------------------------------
>
> Key: BEAM-8164
> URL: https://issues.apache.org/jira/browse/BEAM-8164
> Project: Beam
> Issue Type: Bug
> Components: website
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> In the runner document, it is described that we can use the command:
> `./gradlew :sdks:python:container:docker`
> to Build the SDK harness container, see
> ([https://beam.apache.org/documentation/runners/flink/)].
> However, the docker config has been removed with the latest python3 docker
> related commit [1] the command would failed with the following error message.
> {code:java}
> > Task :sdks:python:container:docker FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':sdks:python:container:docker'.
> > name is a required docker configuration item.{code}
> I think we should also adapt the document with command: `./gradlew
> :sdks:python:container:py2:docker`? Or add the config when run
> `:sdks:python:container:docker` auto run all the python version docker?
>
> What do you think?
>
> [1]
> [https://github.com/apache/beam/commit/47feeafb21023e2a60ae51737cc4000a2033719c#diff-1bc5883bcfcc9e883ab7df09e4dcddb0L63]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)