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

ASF GitHub Bot logged work on BEAM-6058:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Nov/18 18:28
            Start Date: 21/Nov/18 18:28
    Worklog Time Spent: 10m 
      Work Description: Ardagan commented on a change in pull request #7105: 
[BEAM-6058] Use vendored gRPC 1.13.1 dependency.
URL: https://github.com/apache/beam/pull/7105#discussion_r235497547
 
 

 ##########
 File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
 ##########
 @@ -434,6 +434,8 @@ class BeamModulePlugin implements Plugin<Project> {
         spark_network_common                        : 
"org.apache.spark:spark-network-common_2.11:$spark_version",
         spark_streaming                             : 
"org.apache.spark:spark-streaming_2.11:$spark_version",
         stax2_api                                   : 
"org.codehaus.woodstox:stax2-api:3.1.4",
+        vendored_grpc_1_13_1                        : 
"org.apache.beam:beam-vendor-grpc-1_13_1:0.1",
+        vendored_guava_20_0                         : 
"org.apache.beam:beam-vendor-guava-20_0:0.1",
 
 Review comment:
   I don't see this used anywhere, should we remove this?

----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 168454)
    Time Spent: 6h 50m  (was: 6h 40m)

> 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: 6h 50m
>  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)

Reply via email to