[
https://issues.apache.org/jira/browse/BEAM-7305?focusedWorklogId=247337&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247337
]
ASF GitHub Bot logged work on BEAM-7305:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/May/19 08:30
Start Date: 23/May/19 08:30
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #8637: [BEAM-7305] Make
Jet Runner usable and documented
URL: https://github.com/apache/beam/pull/8637#discussion_r286831527
##########
File path:
runners/jet-experimental/src/main/java/org/apache/beam/runners/jet/JetPipelineOptions.java
##########
@@ -31,6 +31,19 @@
void setJetGroupName(String jetGroupName);
+ @Description("Specifies the addresses of the Jet cluster; needed only with
external clusters")
+ @Validation.Required
+ String getJetClusterAddresses();
+
+ void setJetClusterAddresses(String jetClusterAddresses);
+
+ @Description(
+ "Specifies where the fat-jar containing all the code is located; needed
only with external clusters")
+ @Validation.Required
+ String getCodeJarLocation();
+
+ void setCodeJarLocation(String codeJarLocation);
Review comment:
My bad, I thought this was inherited from the base `PipelineOptions`.
----------------------------------------------------------------
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: 247337)
Time Spent: 6h 10m (was: 6h)
> Add first version of Hazelcast Jet Runner
> -----------------------------------------
>
> Key: BEAM-7305
> URL: https://issues.apache.org/jira/browse/BEAM-7305
> Project: Beam
> Issue Type: New Feature
> Components: runner-jet
> Reporter: Maximilian Michels
> Assignee: Jozsef Bartok
> Priority: Major
> Fix For: 2.14.0
>
> Time Spent: 6h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)