[jira] [Work logged] (BEAM-4648) Remove the unused Python RPC DirectRunner

2018-07-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4648:


Author: ASF GitHub Bot
Created on: 12/Jul/18 05:07
Start Date: 12/Jul/18 05:07
Worklog Time Spent: 10m 
  Work Description: charlesccychen closed pull request #5777: [BEAM-4648] 
Remove experimental Python RPC DirectRunner
URL: https://github.com/apache/beam/pull/5777
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/python/apache_beam/runners/experimental/__init__.py 
b/sdks/python/apache_beam/runners/experimental/__init__.py
deleted file mode 100644
index f4f43cbb123..000
--- a/sdks/python/apache_beam/runners/experimental/__init__.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# 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.
-#
-from __future__ import absolute_import
diff --git 
a/sdks/python/apache_beam/runners/experimental/python_rpc_direct/__init__.py 
b/sdks/python/apache_beam/runners/experimental/python_rpc_direct/__init__.py
deleted file mode 100644
index 0b416aa8e52..000
--- a/sdks/python/apache_beam/runners/experimental/python_rpc_direct/__init__.py
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# 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 is the experimental direct runner for testing the job api that
-sends a runner API proto over the API and then runs it on the other side.
-"""
-
-from __future__ import absolute_import
-
-from 
apache_beam.runners.experimental.python_rpc_direct.python_rpc_direct_runner 
import PythonRPCDirectRunner
diff --git 
a/sdks/python/apache_beam/runners/experimental/python_rpc_direct/python_rpc_direct_runner.py
 
b/sdks/python/apache_beam/runners/experimental/python_rpc_direct/python_rpc_direct_runner.py
deleted file mode 100644
index 57056abf8b6..000
--- 
a/sdks/python/apache_beam/runners/experimental/python_rpc_direct/python_rpc_direct_runner.py
+++ /dev/null
@@ -1,113 +0,0 @@
-#
-# 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.
-#
-
-"""A runner implementation that submits a job for remote execution.
-"""
-
-from __future__ import absolute_import
-
-import logging
-import random
-import string
-from builtins import range
-
-import grpc
-
-from apache_beam.portability.api import beam_job_api_pb2
-from apache_beam.runners.job import utils as job_utils
-from apache_beam.runners.job.manager import DockerRPCManager
-from apache

[jira] [Work logged] (BEAM-4648) Remove the unused Python RPC DirectRunner

2018-07-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4648:


Author: ASF GitHub Bot
Created on: 11/Jul/18 23:46
Start Date: 11/Jul/18 23:46
Worklog Time Spent: 10m 
  Work Description: charlesccychen commented on issue #5777: [BEAM-4648] 
Remove experimental Python RPC DirectRunner
URL: https://github.com/apache/beam/pull/5777#issuecomment-404344597
 
 
   R: @aaltay 


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: 122104)
Time Spent: 50m  (was: 40m)

> Remove the unused Python RPC DirectRunner
> -
>
> Key: BEAM-4648
> URL: https://issues.apache.org/jira/browse/BEAM-4648
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> We should remove the unused Python RPC DirectRunner here: 
> https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/experimental



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


[jira] [Work logged] (BEAM-4648) Remove the unused Python RPC DirectRunner

2018-07-09 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4648:


Author: ASF GitHub Bot
Created on: 09/Jul/18 21:11
Start Date: 09/Jul/18 21:11
Worklog Time Spent: 10m 
  Work Description: charlesccychen commented on issue #5777: [BEAM-4648] 
Remove experimental Python RPC DirectRunner
URL: https://github.com/apache/beam/pull/5777#issuecomment-403621767
 
 
   Thanks, rebased.


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: 121018)
Time Spent: 40m  (was: 0.5h)

> Remove the unused Python RPC DirectRunner
> -
>
> Key: BEAM-4648
> URL: https://issues.apache.org/jira/browse/BEAM-4648
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> We should remove the unused Python RPC DirectRunner here: 
> https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/experimental



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


[jira] [Work logged] (BEAM-4648) Remove the unused Python RPC DirectRunner

2018-07-09 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4648:


Author: ASF GitHub Bot
Created on: 09/Jul/18 20:45
Start Date: 09/Jul/18 20:45
Worklog Time Spent: 10m 
  Work Description: robertwb commented on issue #5777: [BEAM-4648] Remove 
experimental Python RPC DirectRunner
URL: https://github.com/apache/beam/pull/5777#issuecomment-403614389
 
 
   Looks like there's merge conflicts.


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: 121012)
Time Spent: 0.5h  (was: 20m)

> Remove the unused Python RPC DirectRunner
> -
>
> Key: BEAM-4648
> URL: https://issues.apache.org/jira/browse/BEAM-4648
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We should remove the unused Python RPC DirectRunner here: 
> https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/experimental



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


[jira] [Work logged] (BEAM-4648) Remove the unused Python RPC DirectRunner

2018-06-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4648:


Author: ASF GitHub Bot
Created on: 27/Jun/18 00:29
Start Date: 27/Jun/18 00:29
Worklog Time Spent: 10m 
  Work Description: charlesccychen commented on issue #5777: [BEAM-4648] 
Remove experimental Python RPC DirectRunner
URL: https://github.com/apache/beam/pull/5777#issuecomment-400504930
 
 
   retest this please


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

> Remove the unused Python RPC DirectRunner
> -
>
> Key: BEAM-4648
> URL: https://issues.apache.org/jira/browse/BEAM-4648
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We should remove the unused Python RPC DirectRunner here: 
> https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/experimental



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


[jira] [Work logged] (BEAM-4648) Remove the unused Python RPC DirectRunner

2018-06-26 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot logged work on BEAM-4648:


Author: ASF GitHub Bot
Created on: 26/Jun/18 23:53
Start Date: 26/Jun/18 23:53
Worklog Time Spent: 10m 
  Work Description: charlesccychen opened a new pull request #5777: 
[BEAM-4648] Remove experimental Python RPC DirectRunner
URL: https://github.com/apache/beam/pull/5777
 
 
   This change removes the unused experimental Python RPC DirectRunner.


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: 116198)
Time Spent: 10m
Remaining Estimate: 0h

> Remove the unused Python RPC DirectRunner
> -
>
> Key: BEAM-4648
> URL: https://issues.apache.org/jira/browse/BEAM-4648
> Project: Beam
>  Issue Type: Improvement
>  Components: sdk-py-core
>Reporter: Charles Chen
>Assignee: Charles Chen
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We should remove the unused Python RPC DirectRunner here: 
> https://github.com/apache/beam/tree/master/sdks/python/apache_beam/runners/experimental



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