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

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

                Author: ASF GitHub Bot
            Created on: 21/May/20 00:12
            Start Date: 21/May/20 00:12
    Worklog Time Spent: 10m 
      Work Description: pulasthi commented on a change in pull request #10888:
URL: https://github.com/apache/beam/pull/10888#discussion_r428376950



##########
File path: 
runners/twister2/src/main/java/org/apache/beam/runners/twister2/Twister2PipelineOptions.java
##########
@@ -0,0 +1,93 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.beam.runners.twister2;
+
+import com.fasterxml.jackson.annotation.JsonIgnore;
+import edu.iu.dsc.tws.tset.env.TSetEnvironment;
+import java.util.List;
+import java.util.Map;
+import org.apache.beam.sdk.options.Default;
+import org.apache.beam.sdk.options.Description;
+import org.apache.beam.sdk.options.PipelineOptions;
+import org.apache.beam.sdk.options.StreamingOptions;
+
+/** Twister2PipelineOptions. */
+public interface Twister2PipelineOptions extends PipelineOptions, 
StreamingOptions {
+  @Description("set unique application name for Twister2 runner")
+  void setApplicationName(String name);
+
+  String getApplicationName();

Review comment:
       I initially added them for completeness, but ended up not using some of 
them. removed the unused options since they can be added if needed later.




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


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

    Worklog Id:     (was: 435778)
    Time Spent: 19h 50m  (was: 19h 40m)

> Twister2 Beam runner
> --------------------
>
>                 Key: BEAM-7304
>                 URL: https://issues.apache.org/jira/browse/BEAM-7304
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-ideas
>            Reporter: Pulasthi Wickramasinghe
>            Assignee: Pulasthi Wickramasinghe
>            Priority: P3
>             Fix For: 2.22.0
>
>          Time Spent: 19h 50m
>  Remaining Estimate: 0h
>
> Twister2 is a big data framework which supports both batch and stream 
> processing [1] [2]. The goal is to develop an beam runner for Twister2. 
> [1] [https://github.com/DSC-SPIDAL/twister2]
> [2] [https://twister2.org/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to