Re: Supported Storm version

2017-01-19 Thread Telles Nobrega
gt; >> > > (COMMANDS.get(COMMAND, unknown_command))(*ARGS) >>>>>> >> > > File "/tmp/hadoop-hadoop/nm-local-d >>>>>> ir/usercache/hadoop/appcache/ >>>>>> >> > > application_1483970960290_0005/container_1483970960290_

Re: Supported Storm version

2017-01-18 Thread Telles Nobrega
17 at 3:21 PM, Panagiotis Garefalakis < >> >> > >> panga...@gmail.com> wrote: >> >> > >> >> >> > >>> Hello Telles, >> >> > >>> >> >> > >>> I think I have been through this issue before. >&g

Re: Supported Storm version

2017-01-18 Thread Panagiotis Garefalakis
; >> > >>> might be helpful to you! > >> > >>> > >> > >>> Cheers, > >> > >>> Panagiotis > >> > >>> > >> > >>> On Fri, Jan 13, 2017 at 6:15 PM, Telles Nobrega < > >>

Re: Supported Storm version

2017-01-18 Thread Telles Nobrega
t.com> >> > >>> wrote: >> > >>> >> > >>> > Hi Gour, I can certainly try. Is there an easy way to find where >> the >> > >>> > containers are allocated? >> > >>> > >> > >>> > >>

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
gt; > > > >>> > > > >>> > On Fri, Jan 13, 2017 at 3:03 PM, Gour Saha <gs...@hortonworks.com> > > >>> wrote: > > >>> > > > >>> > > Attachments to apache DLs are dropped. So we cannot get the

Re: Supported Storm version

2017-01-13 Thread Billie Rinaldi
to find where the > >>> > containers are allocated? > >>> > > >>> > > >>> > On Fri, Jan 13, 2017 at 3:03 PM, Gour Saha <gs...@hortonworks.com> > >>> wrote: > >>> > > >>> > > Attachments to apache DLs are dr

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
>>>> > >>>> > > Attachments to apache DLs are dropped. So we cannot get them. Can >>>> you >>>> > look >>>> > > at the agent logs for one of the NIMBUS containers? >>>> > > >>>> > > -Go

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
;>> > look >>> > > at the agent logs for one of the NIMBUS containers? >>> > > >>> > > -Gour >>> > > >>> > > From: Telles Nobrega <tenob...@redhat.com<mailto:tenob...@redhat.com >>> >> >>> > > Reply-To:

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
ator.apache.org>" <dev@slider.incubator.apache.org > dev@slider. > > > incubator.apache.org>> > > > Date: Friday, January 13, 2017 at 10:00 AM > > > To: "dev@slider.incubator.apache.org<mailto:dev@slider. > > > incubator.apache.org>"

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
enob...@redhat.com >> >> >> > > Reply-To: "dev@slider.incubator.apache.org<mailto:dev@slider. >> > > incubator.apache.org>" <dev@slider.incubator.apache.org> > dev@slider. >> > > incubator.apache.org>> >> > >

Re: Supported Storm version

2017-01-13 Thread Panagiotis Garefalakis
.org>" <dev@slider.incubator.apache.org dev@slider. > > incubator.apache.org>> > > Date: Friday, January 13, 2017 at 10:00 AM > > To: "dev@slider.incubator.apache.org<mailto:dev@slider. > > incubator.apache.org>" <dev@slider.

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
incubator.apache.org>> > Date: Friday, January 13, 2017 at 10:00 AM > To: "dev@slider.incubator.apache.org<mailto:dev@slider. > incubator.apache.org>" <dev@slider.incubator.apache.org<mailto:dev@slider. > incubator.apache.org>> > Subject: Re: Suppor

Re: Supported Storm version

2017-01-13 Thread Gour Saha
r.apache.org>" <dev@slider.incubator.apache.org<mailto:dev@slider.incubator.apache.org>> Date: Friday, January 13, 2017 at 10:00 AM To: "dev@slider.incubator.apache.org<mailto:dev@slider.incubator.apache.org>" <dev@slider.incubator.apache.org<mailto:

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
Hi Gour, I pasted the log on the previous email, it keeps trying to deploy the services, but it fails. On Fri, Jan 13, 2017 at 2:53 PM, Gour Saha wrote: > You are right Billie. I confused this with > site.global.slider.allowed.ports. > > I remember that the storm-app

Re: Supported Storm version

2017-01-13 Thread Gour Saha
You are right Billie. I confused this with site.global.slider.allowed.ports. I remember that the storm-app supports this weird format of ports specified with square brackets. Slider just tries to parse and logs it at WARN level and moves on and let¹s the app handle it. Telles, Are you seeing any

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
It continues working, but it fails to start nimbus after 6 tries. Here is the full log . I had a small cluster and it was failing to deploy from the start, now I increased the size and it fails by the log, could this be environment issue? Thanks On Fri,

Re: Supported Storm version

2017-01-13 Thread Billie Rinaldi
It looks like that is the correct format for the storm property. Is the AM stopping after displaying this message, or does it continue normally? In the current version of AgentProviderService, it looks like the error is caught and logged (

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
This is in the appConfig-default.json "site.storm-site.supervisor.slots.ports": "[${SUPERVISOR.ALLOCATED_PORT}{PER_CONTAINER},${SUPERVISOR.ALLOCATED_PORT}{PER_CONTAINER}]" Maybe the brackets placement is wrong? On Fri, Jan 13, 2017 at 2:30 PM, Telles Nobrega wrote: > I'm

Re: Supported Storm version

2017-01-13 Thread Telles Nobrega
I'm actually not specifying those values, I don't know where they come from. I'm using plaingly the zip file that Panagiotis showed me. On Fri, Jan 13, 2017 at 2:22 PM, Gour Saha wrote: > Are you specifying the square brackets "[ ]" in the port range? If yes, > then you

Re: Supported Storm version

2017-01-13 Thread Gour Saha
Are you specifying the square brackets "[ ]" in the port range? If yes, then you need to remove them. Just specify the integers (comma separated). -Gour On 1/13/17, 8:59 AM, "Telles Nobrega" wrote: >Hey guys, thanks for your help so far. I've been able to deploy slider

Re: Supported Storm version

2017-01-12 Thread Telles Nobrega
Actually, I figured out some of the problems. Still trying to make it work. I will bring up more questions when they come up. On Thu, Jan 12, 2017 at 4:01 PM, Telles Nobrega wrote: > Hi again, I'm following this tutorial >

Re: Supported Storm version

2017-01-12 Thread Telles Nobrega
Hi again, I'm following this tutorial to install Slider but I'm getting some weird stuff. For example, it says to run ${slider-install-dir}/slider-0.80.0-incubating/bin/slider version but inside the bin folder there isn't a

Re: Supported Storm version

2017-01-04 Thread Panagiotis Garefalakis
Hello, Thats correct, you can use any of the machines. I am using a Hadoop node myself. Cheers, Panagiotis On Wed, Jan 4, 2017 at 7:44 PM, Gour Saha wrote: > Yes, you can install Slider client on only one of the m/c in your cluster > and submit jobs from there. > > On

Re: Supported Storm version

2017-01-04 Thread Gour Saha
Yes, you can install Slider client on only one of the m/c in your cluster and submit jobs from there. On 1/4/17, 8:49 AM, "Telles Nobrega" wrote: >Hi, Panagiotis, thanks for your response. I have another question on this, >the instalation of slider can be done on one of the

Re: Supported Storm version

2017-01-04 Thread Telles Nobrega
Hi, Panagiotis, thanks for your response. I have another question on this, the instalation of slider can be done on one of the nodes of the Hadoop cluster? On Wed, Dec 7, 2016 at 7:20 AM, Panagiotis Garefalakis wrote: > Haven't tested that specific version but I am quite

Re: Supported Storm version

2016-12-07 Thread Panagiotis Garefalakis
Haven't tested that specific version but I am quite sure older versions work. The easiest way would be to use an existing slider-storm package like this one . Cheers, Panagiotis On Wed, Dec 7, 2016 at 6:41

Re: Supported Storm version

2016-11-30 Thread Telles Nobrega
Hi, thanks for your response. I tried to open an issue on jira but it kinda failed with the log file. Is there a better way for me to get the logs to you guys? By the way, I'm running a Hadoop 2.7.1 cluster on CentOS7. Compiling Sliders seems to be working, I get the Compiled against Hadoop 2.7.1

Re: Supported Storm version

2016-11-24 Thread Gour Saha
Please let us know what issue you are seeing. If you have logs or files to share, best is to open a Slider jira and upload them there. -Gour > On Nov 24, 2016, at 9:07 AM, Telles Nobrega wrote: > > Hi thanks, congrats on the Slider project. > > I'm trying to run storm

Supported Storm version

2016-11-24 Thread Telles Nobrega
Hi thanks, congrats on the Slider project. I'm trying to run storm on slider but I'm hitting some issues on the way. Can you clarify to me if Storm 1.0.1 is supported on slider? If not, what is the newest version that is supported? Thanks in advance, -- [image: Red Hat]