Trouble reading resource files

2014-08-04 Thread Yaron Rosenbaum
Hi I'm trying to read resource files in one of my bolts. The resource files reside under '/profiles' within my JAR (verified). I'm using com.google.common.io.Resources like this: URL profilesUrl = Resources.getResource("profiles"); The returned URL (.toString) equals :jar:file:/Users/.../storm/t

Re: Storm submit problem

2014-08-09 Thread Yaron Rosenbaum
Are you using a VM / VirtualBox / Docker containers by any chance? If so, what is the nimbus port? (Y) On Aug 8, 2014, at 9:16 AM, ​Chandrahas Gurram wrote: > yes they are up. > > > ThankYou, > G V Chandrahas Raj > > > On Fri, Aug 8, 2014 at 11:28 AM, padma priya chitturi > wrote: > Have

Storm on top of Mesos running on Docker

2014-08-15 Thread Yaron Rosenbaum
Hi I've set up a Docker based Mesos setup, including a mesos-storm framework installed (plus chronos, marathon, ..). You can find it here: https://github.com/yaronr/docker-mesos It works fine, storm UI is accessible. I am able to deploy topologies, and storm-ui reflects these deployments correc

Re: Storm on top of Mesos running on Docker

2014-08-15 Thread Yaron Rosenbaum
n Aug 15, 2014, at 8:07 PM, Ankit Toshniwal wrote: > Are the workers starting fine? I have seen this in the past when the workers > were not reporting their heartbeats leading to this message in nimbus.log > > Ankit > > > On Fri, Aug 15, 2014 at 9:18 AM, Yaron Rosenbaum

Value of nimbus.host for Storm running on Mesos via Marathon

2014-08-18 Thread Yaron Rosenbaum
Hi I'm running nimbus on Mesos via Marathon: Tasks Configuration Command /storm-mesos-0.9/bin/storm-mesos nimbus Constraints Unspecified Container Unspecified CPUs 1 Environment Unspecified Executor Unspecified Instances 1 Memory (MB) 1024 Disk Space (MB) 10 Ports 6627,3773,3772 URIs Unspecified

Re: Storm Training/VM

2014-08-21 Thread Yaron Rosenbaum
A docker based approach (instead of a VM) https://github.com/wurstmeister/storm-docker (Y) On Aug 21, 2014, at 9:33 AM, Anand Nalya wrote: > Hi, > > Hortonworks has a vm that has Storm in addition to Hadoop components, > http://hortonworks.com/products/hortonworks-sandbox/ > > Regards, > Ana

Re: Storm on top of Mesos running on Docker

2014-08-21 Thread Yaron Rosenbaum
u can ssh to that machine to look at > supervisor logs. > > But the general behavior is that once workers start up they will report their > heartbeats into ZK, and Nimbus will pull this data from ZK to confirm which > worker is up and which is down. > > Hope this help

Re: Storm on top of Mesos running on Docker

2014-08-30 Thread Yaron Rosenbaum
imbus will pull this data from ZK to confirm which > worker is up and which is down. > > Hope this helps! > > Ankit > > > On Fri, Aug 15, 2014 at 10:15 PM, Yaron Rosenbaum > wrote: > That's the thing - I don't know. > Mesos is supposed to star

Storm on Deis?

2014-09-01 Thread Yaron Rosenbaum
Has anyone successfully deployed Storm on Deis? Flynn? (Y)