I had to reference several cans in my team to get this to work. Maybe try to specify the boxes explicitly, maybe it will not be correctly selected from the bank you created.
/opt/spark/spark-1.3.1-bin-hadoop2.6/bin/spark-submit --jars /root/spark-streaming-kafka_2.10-1.3.1.jar,/usr/hdp/2.2.4.2-2/kafka/libs/kafka_2.10-0.8.1.2.2.4.2-2.jar,/usr/hdp/2.2.4.2-2/kafka/libs/zkclient-0.3.jar,/root/.m2/repository/com/yammer/metrics/metrics-core/2.2.0/metrics-core-2.2.0.jar kafka_wordcount.py kafkaAddress:2181 topicName
Actually, he did not seem to be collecting this jar: kafka_2.10-0.8.1.2.2.4.2-2.jar
source share