Couple of items to get you going:
When you run a topology, you will see that your supervisor and workers both
have System Variables set at the command line:
-Dstorm.log.dir=/opt/apache-storm-0.9.4/logs
-Dlogfile.name=supervisor.log
-Dlogback.configurationFile=/opt/apache-storm-0.9.4/logback/cluster.xml
in the Storm directory ( wherever you uncompressed Storm ), look at
./logback/cluster.xml
You will see that logs write to a variable, ${storm.log.dir}
Thank you for your time!
+++++++++++++++++++++
Jeff Maass <[email protected]>
linkedin.com/in/jeffmaass
stackoverflow.com/users/373418/maassql
+++++++++++++++++++++
On Thu, May 28, 2015 at 3:52 AM, Abhishek Raj <[email protected]>
wrote:
> I am using apache-storm 0.9.4 on OS X Mavericks. Here's my storm.yaml
>
> storm.zookeeper.servers:
> - "localhost"
> storm.zookeeper.port: 2181
>
> storm.local.dir: "/var/lib/storm"
> storm.local.hostname: "localhost"
>
> nimbus.host: "localhost"
> nimbus.childopts: "-Xmx512m"
>
> supervisor.childopts: "-Xmx256m"
> supervisor.slots.ports:
> - 6700
> - 6701
> - 6702
> - 6703
>
> java.library.path:
> "/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:/usr/local/lib"
>
> ui.port: 8080
>
> worker.childopts: "-Xmx768m"
>
> I can run nimbus and supervisor fine and can submit topologies as well.
> But the logs directory doesn't appear in storm's folder. I have already
> verified that the folder has apt permissions.
>
>
> Please help.
>
>
> Thanks.
>
> Abhishek.
>