RE: Problem to submit a topology to my storm cluster

2015-07-16 Thread charlie quillard
I resolved my problem with the add of java library path in "storm.yaml", I didn't find any solution to avoid this. De : cutoutsy Feng Envoyé : jeudi 16 juillet 2015 06:58 À : user@storm.apache.org Objet : Re: Problem to submit a topology to m

Re: Problem to submit a topology to my storm cluster

2015-07-15 Thread cutoutsy Feng
anks in advance, > Charlie > > > De : Matthias J. Sax > Envoyé : mercredi 15 juillet 2015 15:20 > À : user@storm.apache.org > Objet : Re: Problem to submit a topology to my storm cluster > > Your jar file contains two copies of "defaul

RE: Problem to submit a topology to my storm cluster

2015-07-15 Thread charlie quillard
. Thanks in advance, Charlie De : Matthias J. Sax Envoyé : mercredi 15 juillet 2015 15:20 À : user@storm.apache.org Objet : Re: Problem to submit a topology to my storm cluster Your jar file contains two copies of "defaults.yaml". You need to

Re: Problem to submit a topology to my storm cluster

2015-07-15 Thread Matthias J. Sax
Your jar file contains two copies of "defaults.yaml". You need to make sure that there is at max one. Do you include "storm-core.jar" in your own jar? For this case, exclude "defaults.yaml" that is contained in "storm-core.jar" -Matthias On 07/15/2015 02:08 PM, charlie quillard wrote: > Hi, >

RE: Problem to submit a topology to my storm cluster

2015-07-15 Thread charlie quillard
Hi, Just following up on my previous email, I found a similar problem on "stack overflow" ( http://stackoverflow.com/questions/29917158/apache-storm-java-lang-noclassdeffounderror-com-google-gson-gson ), this one gives a solution with the maven-shade-plugin . I tried this solution and that pa