[
https://issues.apache.org/jira/browse/STORM-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373048#comment-15373048
]
ASF GitHub Bot commented on STORM-1737:
---------------------------------------
GitHub user hmcl opened a pull request:
https://github.com/apache/storm/pull/1556
STORM-1737: storm-kafka-client has compilation errors with Apache Kafka 0.10
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hmcl/storm-apache STORM-1737
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1556.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1556
----
commit 04f00e56beb9799dc8b8fc732271b786ced5c21e
Author: Hugo Louro <[email protected]>
Date: 2016-04-29T16:18:05Z
STORM-1737: storm-kafka-client has compilation errors with Apache Kafka 0.10
----
> storm-kafka-client has compilation errors with Apache Kafka 0.10
> ----------------------------------------------------------------
>
> Key: STORM-1737
> URL: https://issues.apache.org/jira/browse/STORM-1737
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Sriharsha Chintalapani
> Assignee: Hugo Louro
> Priority: Blocker
> Fix For: 1.0.2
>
>
> when compiled with Apache Kafka 0.10 branch getting following errors
> {code}
> [ERROR]
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[163,51]
> incompatible types: org.apache.kafka.common.TopicPartition cannot be
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR]
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[166,45]
> incompatible types: org.apache.kafka.common.TopicPartition cannot be
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR]
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[175,51]
> incompatible types: org.apache.kafka.common.TopicPartition cannot be
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR]
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[177,45]
> incompatible types: org.apache.kafka.common.TopicPartition cannot be
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR]
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[252,41]
> incompatible types: org.apache.kafka.common.TopicPartition cannot be
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)