[
https://issues.apache.org/jira/browse/BEAM-6058?focusedWorklogId=166248&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-166248
]
ASF GitHub Bot logged work on BEAM-6058:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Nov/18 02:56
Start Date: 15/Nov/18 02:56
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #7042:
[BEAM-6058] Publish gRPC 1.13.1 as a vendored dependency.
URL: https://github.com/apache/beam/pull/7042#discussion_r233697535
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/VendorJavaPlugin.groovy
##########
@@ -48,6 +49,10 @@ class VendorJavaPlugin implements Plugin<Project> {
project.ext.vendorJava = {
Review comment:
Kenn tried to get this to work in https://github.com/apache/beam/pull/6809
but was unsuccessful due to the order in which things were being evaluated
since the extension only gets populated after apply(Project project) returns
which meant that you couldn't get the properties out of it. The examples on the
site are all about reading the extension during task execution.
Is this something that can be improved upon later?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 166248)
Time Spent: 4h 10m (was: 4h)
> Support flink config directory for flink runner.
> ------------------------------------------------
>
> Key: BEAM-6058
> URL: https://issues.apache.org/jira/browse/BEAM-6058
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Ankur Goenka
> Assignee: Ankur Goenka
> Priority: Major
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> Give user option to use flink configuration from a config directory.
> Earlier we only used jars to submit flink jobs which by default picks the
> cluster flink properties.
> Portability uses remote environment to submit flink job. In Remote
> execution, flink uses the client config instead of the cluster config. This
> require us to submit the custom flink properties via flink client.
> Suggestion is to read the flink config from a flink configuration folder and
> set them to the environment.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)