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

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

                Author: ASF GitHub Bot
            Created on: 09/Oct/20 14:12
            Start Date: 09/Oct/20 14:12
    Worklog Time Spent: 10m 
      Work Description: piotr-szuberski edited a comment on pull request #12297:
URL: https://github.com/apache/beam/pull/12297#issuecomment-706002739


   Sorry, I forgot there is some additional setup needed to run it locally.
   
   You also need to build the jar of the runner you are using - example for 
Flink (you don't need it for DirectRunner)
   ```
   ./gradlew :runners:flink:1.10:job-server:shadowJar
   ```
   Current python container:
   ```
   ./gradlew :sdks:python:container:py37:docker
   ```
   Building java sdk container should not be needed - pulling the latest (2.24) 
from docker hub should be sufficient. But to be on the safe side:
   ```
   ./gradlew :sdks:java:container:docker
   docker tag apache/beam_java8_sdk:2.26.0.dev apache/beam_java8_sdk:2.24.0.dev 
   ```
   
   It will definitely be the easiest to wait for 2.25 but on the other hand 
it's a long time.


----------------------------------------------------------------
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: 498501)
    Time Spent: 16h 40m  (was: 16.5h)

> Add cross-language wrapper for Java's KinesisIO Read
> ----------------------------------------------------
>
>                 Key: BEAM-10137
>                 URL: https://issues.apache.org/jira/browse/BEAM-10137
>             Project: Beam
>          Issue Type: Sub-task
>          Components: cross-language, io-java-kinesis, io-py-aws
>    Affects Versions: 2.25.0
>            Reporter: Piotr Szuberski
>            Assignee: Piotr Szuberski
>            Priority: P2
>             Fix For: Not applicable
>
>          Time Spent: 16h 40m
>  Remaining Estimate: 0h
>
> Add cross-language wrapper for Java's KinesisIO Read



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

Reply via email to