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

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

                Author: ASF GitHub Bot
            Created on: 19/Feb/20 17:04
            Start Date: 19/Feb/20 17:04
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on issue #10888: [BEAM-7304] Twister2 
Beam runner
URL: https://github.com/apache/beam/pull/10888#issuecomment-588329418
 
 
   Yes that sadly is common, for the moment ignore such errors if they repeat 
it means they are 'flaky tests', please report in the mailing list so someone 
takes a look.
   
   I took an ultra quick look at your PR. It is currently not running the tests 
because you forgot to add the twister2 runner in the settings.gradle file.
   
   Please also try to fix the name of the classes 
`Twister2PiplineExecutionEnvironment` and `Twister2PiplineResult` so they are 
`Pipeline` instead of `Pipline`.
   
   I also look at the Validates runner tests that are excluded and I would 
strongly recommend you to try to make the UsesParDoLifecycle tests pass, those 
matter. If your ParDo translation is correct (and you respect the lifecycle) 
you will easily be able to remove the `UsesBoundedSplittableParDo` exclusion 
too because they are expanded into normal ParDos by default.
   
   Finally worth also to try to get the `UsesSchema` tests passing because that 
should not be difficult, that's just passing around some object you are 
probably not doing in the translation and the Twister2 users will win the 
guarantee that SQL/Schema-based PCollections are working.
   
 
----------------------------------------------------------------
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: 389503)
    Time Spent: 3.5h  (was: 3h 20m)

> 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: Minor
>          Time Spent: 3.5h
>  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