[
https://issues.apache.org/jira/browse/BEAM-10622?focusedWorklogId=466131&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-466131
]
ASF GitHub Bot logged work on BEAM-10622:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Aug/20 09:18
Start Date: 04/Aug/20 09:18
Worklog Time Spent: 10m
Work Description: mxm merged pull request #12449:
URL: https://github.com/apache/beam/pull/12449
----------------------------------------------------------------
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: 466131)
Time Spent: 0.5h (was: 20m)
> Prefix Gradle paths with a colon for user-facing output
> -------------------------------------------------------
>
> Key: BEAM-10622
> URL: https://issues.apache.org/jira/browse/BEAM-10622
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: P3
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When using the FlinkRunner with master, the job server needs to be build
> first. Beam prints out instructions for that, e.g.
> {noformat}
> RuntimeError:
> /Users/max/Dev/beam/runners/flink/1.10/job-server/build/libs/beam-runners-flink-1.10-job-server-2.24.0-SNAPSHOT.jar
> not found. Please build the server with
> cd /Users/max/Dev/beam; ./gradlew runners:flink:1.10:job-server:shadowJar
> {noformat}
> Note that the gradle path printed is not valid because it misses a colon
> before "runners".
> Internally, the Gradle path is used to resolve the jar locally or from Maven
> Central. Gradle paths always start with a colon. We should stick to that
> format although we can also parse Gradle paths which do not start with a
> colon.
> In order for the Gradle path printed to be valid, we should prefix Gradle
> path with colon.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)