[
https://issues.apache.org/jira/browse/BEAM-6058?focusedWorklogId=165890&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-165890
]
ASF GitHub Bot logged work on BEAM-6058:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/18 14:09
Start Date: 14/Nov/18 14:09
Worklog Time Spent: 10m
Work Description: mxm commented on a change in pull request #7031:
[BEAM-6058] Adding option for flink configuration directory and setting config
in exectution environment
URL: https://github.com/apache/beam/pull/7031#discussion_r233460408
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
##########
@@ -204,4 +205,10 @@
ExecutionMode getExecutionModeForBatch();
void setExecutionModeForBatch(ExecutionMode executionMode);
+
+ @Description("Directory containing Flink YAML configuration files.")
+ @Nullable
+ String getFlinkConfigDir();
Review comment:
Looks good. Could you test the default in `PipelineOptionstest#testDefaults`?
----------------------------------------------------------------
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: 165890)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> Remaining Estimate: 0h
>
> Give user option to use flinkĀ configurationĀ from a config directory.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)