aalkilani / spark-kafka-cassandra-applying-lambda-architecture

Other
64 stars 52 forks source link

Error executing BatchJob and save data to Cassandra #30

Open mateos-alliaj opened 6 years ago

mateos-alliaj commented 6 years ago

Hi,

I have problem when zeppelin execute batch job and save to cassandra. Module 'Persisting with Cassandra' in clip 'Spark Batch Cassandra Views: Demo'. When I run the code the result always error but not print the error log. I already restart docker and reload vagrant but still same.

I think it's a depedency problem.

My Depedencies : com.twitter:algebird-core_2.11:0.12.3
org.apache.kafka:kafka_2.11:0.8.2.1 org.apache.spark:spark-streaming-kafka-0-8_2.11:2.0.2
com.datastax.spark:spark-cassandra-connector_2.11:1.6.1 com.datastax.cassandra:cassandra-driver-core:3.0.1

Does anyone have a solution? Thanks!