[
https://issues.apache.org/jira/browse/BEAM-7349?focusedWorklogId=245112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-245112
]
ASF GitHub Bot logged work on BEAM-7349:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/May/19 13:53
Start Date: 20/May/19 13:53
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on issue #8600: [BEAM-7349]
Get back to "provided" scope for "kafka_clients"
URL: https://github.com/apache/beam/pull/8600#issuecomment-493994373
@robertwb Yes, it seems so:
```
> Task :sdks:java:container:docker FAILED
ADD failed: stat
/var/lib/docker/tmp/docker-builder346860195/target/kafka-clients.jar: no such
file or directory
```
And it comes from `sdks/java/container/Dockerfile` where it adds client jar:
`ADD target/kafka-clients.jar /opt/apache/beam/jars/`
After `kafka-clients` became `provided` it can't find this jar. I'm looking
for solution/fix. Either, we can revert it if blocks others.
----------------------------------------------------------------
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: 245112)
Time Spent: 1h 10m (was: 1h)
> Invalid scope of "kafka_clients" dependency for KafkaIO
> -------------------------------------------------------
>
> Key: BEAM-7349
> URL: https://issues.apache.org/jira/browse/BEAM-7349
> Project: Beam
> Issue Type: Bug
> Components: io-java-kafka
> Affects Versions: 2.4.0
> Reporter: Alexey Romanenko
> Assignee: Alexey Romanenko
> Priority: Major
> Fix For: 2.14.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The scope of "kafka_clients" dependency used to be {{provided}} before but
> now it's {{compiled}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)