IBM / kafka-streaming-click-analysis

Use Kafka and Apache Spark streaming to perform click stream analytics
https://developer.ibm.com/patterns/determine-trending-topics-with-clickstream-analysis/
Apache License 2.0
76 stars 56 forks source link

Error running locally #10

Closed rhagarty closed 6 years ago

rhagarty commented 6 years ago

rhagarty@Richs-MBP-15 kafka-1.0.0-src $ tail -200 ~/Downloads/2017_01_en_clickstream.tsv | KAFKA_OPTS="-Djava.security.auth.login.config=config/jaas.conf" bin/kafka-console-producer.sh --broker-list ip:port --topic clicks --producer.config=config/producer.properties Classpath is empty. Please build the project first e.g. by running './gradlew jar -Pscala_version=2.11.11'

xwu0226 commented 6 years ago

@rhagarty Thanks! @ScrapCodes

ScrapCodes commented 6 years ago

@rhagarty You need to either download a binary distribution or in case you download a source distribution, you need to build it - as the error message is indicating.

How do you want this to be documented?