You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
Setting up everything is actually not that easy :) you need spark, elasticsearch, kafka (which has zookeeper), zipkin, and then.. this job!
Here's what I'm doing now..
Start Kafka
Start Spark
Start Elasticsearch
Start Zipkin
Start the Spark job
java -jar ./sparkstreaming-job/target/zipkin-sparkstreaming-job-*.jar \ --zipkin.storage.type=elasticsearch \ --zipkin.storage.elasticsearch.hosts=http://127.0.0.1:9200 \ --zipkin.sparkstreaming.stream.kafka.bootstrap-servers=127.0.0.1:9092 \ --zipkin.sparkstreaming.master=spark://127.0.0.1:7077
Throw some spans into Kafka
Ex running this or something else
Look at zipkin to see if there are recent spans
http://localhost:9411
The text was updated successfully, but these errors were encountered: