Re: Running apache samza with Kafka Client 1.0 - JIRA - SAMZA - 1418

2017-11-29 Thread Yi Pan
Hey, Debraj, The exception you saw looks strange. The exception class TopicExistsException is from org.apache.kafka:kafka-clients:0.10.1.1 (which is the version included in samza 0.13.1), which should exist if you have the whole samza jars installed in your classpath. Could you check whether you h

[GitHub] samza pull request #370: SAMZA-1516: Another round of issues found by BEAM t...

2017-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/370 ---

Re: Running apache samza with Kafka Client 1.0 - JIRA - SAMZA - 1418

2017-11-29 Thread Debraj Manna
Hi Hi I am trying to upgrade a single node kafka broker to latest 1.0 from 0.10 with samza 0.13.1. The steps followed 1. Stopped Kafka Broker 2. Replaced bin/, libs & site-docs/ with the latest 3. Started Kafka But I am seeing the below exception in logs - Is this related to the that