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

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

                Author: ASF GitHub Bot
            Created on: 02/Oct/18 15:46
            Start Date: 02/Oct/18 15:46
    Worklog Time Spent: 10m 
      Work Description: tweise commented on a change in pull request #6532: 
[BEAM-5467] Use process SDKHarness to run flink PVR tests.
URL: https://github.com/apache/beam/pull/6532#discussion_r222006688
 
 

 ##########
 File path: sdks/python/scripts/process_sdk_worker.sh
 ##########
 @@ -0,0 +1,43 @@
+#!/bin/bash
+#
+#    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.
+#
+
+###########################################################################
+# This script will be run the python sdk worker.
+#
+# Positional Parameters:
+# --id=<WorkerId>
+# --logging_endpoint=<host:port>
+# --artifact_endpoint=<host:port>
+# --provision_endpoint=<host:port>
+# --control_endpoint=<host:port
+#
+# It assumes environment has pre-installed Beam and python worker code.
+# Note: No artifact staging is done. User is responsible of setting up
+# environment correctly including the user code.
+
+# Example parameters while execution --id=1 --logging_endpoint=localhost:46213 
--artifact_endpoint=localhost:34075 --provision_endpoint=localhost:36555 
--control_endpoint=localhost:33339
+
+export WORKER_ID=`echo $1 | cut -d'=' -f 2`
 
 Review comment:
   The PIPELINE_OPTIONS variable is missing, see:
   
https://github.com/lyft/beam/commit/ae99b34ed46c5594aaf2a65c6c910f10c3d1a7cc#diff-6e5c4ac8dad73b32eb116d34d1b13deeR100

----------------------------------------------------------------
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: 150418)
    Time Spent: 2h 20m  (was: 2h 10m)

> Python Flink ValidatesRunner job fixes
> --------------------------------------
>
>                 Key: BEAM-5467
>                 URL: https://issues.apache.org/jira/browse/BEAM-5467
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink
>            Reporter: Thomas Weise
>            Assignee: Thomas Weise
>            Priority: Minor
>              Labels: portability-flink
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Add status to README
> Rename script and job for consistency
>  



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

Reply via email to