Not 100% sure, but Kafka might require Java 1.7. Might want to do some research on it.
Morgan On Aug 9, 2015 11:42 AM, "Anirudh Jayakumar" <[email protected]> wrote: > Hi Strom-users, > > I downloaded the source tar - apache-storm-0.9.5-src.tar.gz from the > website and was able to successfully build the code by skipping the tests (mvn > clean install -DskipTests=true). > > When I try to build the code and run the tests, storm.kafka.KafkaUtilsTest > fails. (mvn clean install) > > Here is the snippet of the error. > > generateTuplesWithKeyAndKeyValueScheme(storm.kafka.KafkaUtilsTest): Error > fetching data from [Partition{host=localhost:51007, partition=0}] for topic > [testTopic]: [OFFSET_OUT_OF_RANGE] > > The complete log is here http://pastebin.com/snbZTKsC > > Strom Version: 0.9.5 > OS. Scientific Linux release 6.6 (Carbon) > Java version: 1.6.0_45 > > Any insight is appreciated! > > Thanks, > Anirudh >
