Naoman Abbas

Results 8 comments of Naoman Abbas

The code is [checked in](https://github.com/openzipkin/zipkin-sparkstreaming-example/commit/7947504aa0473f8c6e1181c69f664c338a4ec599). I've also added a link in the main readme.

@adriancole Thanks for the fix. It looks good. Do you think this can be extended to spring framework logs as well? I'm interesting in logs like below, to get some...

Since we are using Spring framework to build our spark job and its plugins, we should support insights into the framework as first class citizen. Exposing the root log level...

>For example, there's zero reason we can't ask people to simply distribute log configuration like normal spark does. Can you share sample command for this? I tried passing the log...

>Each task in spark is me learning how to do something then helping make the change. Welcome to my life :) (just switch spark with Spring) BTW really appreciate your...

I'm able to get the log config working in local mode (non-cluster). I'll debug more and try to get it working for the cluster mode as well. ``` java -Dlog4j.configuration=file:/temp/log4j.properties...

> either a storage consumer (ex mysql) or a http consumer (ex reporter to a zipkin server) It think its a good idea to add zipkin server as a sparkstreaming...

If the goal is testing and debugging, why not make it even simpler? Read from a local file, and write to console or local file.