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

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

                Author: ASF GitHub Bot
            Created on: 09/Apr/19 02:36
            Start Date: 09/Apr/19 02:36
    Worklog Time Spent: 10m 
      Work Description: xinyuiscool commented on pull request #8221: 
[BEAM-6994] SamzaRunner: further improvements for upgrading Samza
URL: https://github.com/apache/beam/pull/8221#discussion_r273305852
 
 

 ##########
 File path: runners/samza/job-server/build.gradle
 ##########
 @@ -0,0 +1,49 @@
+import org.apache.beam.gradle.BeamModulePlugin
+
+/*
+ * 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.
+ */
+
+apply plugin: 'org.apache.beam.module'
+apply plugin: 'application'
+// we need to set mainClassName before applying shadow plugin
+mainClassName = "org.apache.beam.runners.samza.SamzaJobServerDriver"
+
+repositories {
+  maven {
+    url "https://artifactory.corp.linkedin.com:8083/artifactory/DDS/";
 
 Review comment:
   Good catch! That was for internal linkedin testing of Samza builds. Let me 
get rid of it. Thanks!
 
----------------------------------------------------------------
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: 224752)
    Time Spent: 2h 10m  (was: 2h)

> SamzaRunner: further improvements for upgrading Samza
> -----------------------------------------------------
>
>                 Key: BEAM-6994
>                 URL: https://issues.apache.org/jira/browse/BEAM-6994
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-samza
>            Reporter: Xinyu Liu
>            Assignee: Xinyu Liu
>            Priority: Major
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> More improvements for SamzaRunner:
> - Life cycle methods for the pipeline runtime
> - Hook up Samza ExternalContext for LinkedIin use cases
> - Support metrics reporters in pipeline options
> - Some bug fixes for the state key in Samza



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to