You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/01 00:57:00 UTC

[jira] [Work logged] (BEAM-7303) Move Portable Runner and other of reference runner.

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

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

                Author: ASF GitHub Bot
            Created on: 01/Nov/19 00:56
            Start Date: 01/Nov/19 00:56
    Worklog Time Spent: 10m 
      Work Description: angoenka commented on pull request #9936: [BEAM-7303] Move PortableRunner from runners.reference to java.sdks.portability package
URL: https://github.com/apache/beam/pull/9936#discussion_r341418994
 
 

 ##########
 File path: sdks/java/portability/src/main/java/org/apache/beam/sdks/java/portability/PortableRunnerRegistrar.java
 ##########
 @@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.beam.runners.reference;
+package org.apache.beam.sdks.java.portability;
 
 Review comment:
   This can also go to
   `package org.apache.beam.runners.portability;`
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 337124)
    Time Spent: 0.5h  (was: 20m)

> Move Portable Runner and other of reference runner.
> ---------------------------------------------------
>
>                 Key: BEAM-7303
>                 URL: https://issues.apache.org/jira/browse/BEAM-7303
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Ankur Goenka
>            Assignee: Ankur Goenka
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> PortableRunner is used by all Flink, Spark ... . 
> We should move it out of Reference Runner package to stream line the dependencies.



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