[
https://issues.apache.org/jira/browse/BEAM-10137?focusedWorklogId=496351&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-496351
]
ASF GitHub Bot logged work on BEAM-10137:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Oct/20 07:43
Start Date: 07/Oct/20 07:43
Worklog Time Spent: 10m
Work Description: piotr-szuberski edited a comment on pull request #12297:
URL: https://github.com/apache/beam/pull/12297#issuecomment-704757337
> I'm getting this error when trying `ReadDataFromKinesis`,
>
> > RuntimeError: Unable to fetch remote job server jar at
https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-io-kinesis-expansion-service/2.24.0/beam-sdks-java-io-kinesis-expansion-service-2.24.0.jar:
HTTP Error 404: Not Found
>
> Seems like **beam-sdks-java-io-kinesis-expansion-service** no longer
exists on Maven?
@yuanhunglo ReadDataFromKinesis transform will be available in the 2.25.0
release. It was merged too late to make it to the 2.24.0. If you want to run it
using 2.25 code then you need to build the expansion service using
```
./gradlew :sdks:java:io:kinesis:expansion-service:shadowJar
```
Then ReadDataFromKinesis should be able to detect the expansion service jar
in its default path
----------------------------------------------------------------
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: 496351)
Time Spent: 15h 50m (was: 15h 40m)
> 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: 15h 50m
> Remaining Estimate: 0h
>
> Add cross-language wrapper for Java's KinesisIO Read
--
This message was sent by Atlassian Jira
(v8.3.4#803005)