you have hadoop dependencies added in application package which is causing the application failure, as the hadoop libraries packaged with application and the hadoop installed on the cluster are not compatible.
Take a look at following documentation for removing these dependencies from application package. http://docs.datatorrent.com/troubleshooting/#hadoop-dependencies-conflicts - Tushar. On Fri, Sep 23, 2016 at 3:25 PM, Hitesh Goyal <[email protected]> wrote: > Please find logs for application application_1474540741175_0001. > > -----Original Message----- > From: Tushar Gosavi [mailto:[email protected]] > Sent: Friday, September 23, 2016 2:43 PM > To: [email protected] > Subject: Re: Trying to acces live data > > Hi Hitesh, > > I suspect these are yarn resource manage log. do you have log for the > application application_1474540741175_0001? yarn log suggest that application > master launch failed for two times, hence job is in failed state. for further > analysis you will need to check for any exception in > container_1474540741175_0001_02_000001, if you could get the container logs > for this container. > > - Tushar. > > On Fri, Sep 23, 2016 at 2:31 PM, Hitesh Goyal <[email protected]> > wrote: >> Hi team, >> >> I missed an attachment. Please find it now. >> >> -----Original Message----- >> From: Hitesh Goyal [mailto:[email protected]] >> Sent: Friday, September 23, 2016 1:10 PM >> To: [email protected] >> Subject: RE: Trying to acces live data >> >> Hi team, >> >> Please find application logs as attached files. >> >> -----Original Message----- >> From: Priyanka Gugale [mailto:[email protected]] >> Sent: Friday, September 23, 2016 11:00 AM >> To: dev >> Subject: Re: Trying to acces live data >> >> Hi Hitesh, >> >> Can you collect all logs including app master logs and send it? Run command >> "yarn logs -applicationId <you app id>" on cluster to get logs for an >> application. >> Also please collect stderr output logs of appMaster. You can find them under >> "<your hadoop location>/logs/userlogs/<app id>/<containerId>/" >> >> -Priyanka >> >> On Fri, Sep 23, 2016 at 10:55 AM, Hitesh Goyal >> <[email protected]> >> wrote: >> >>> Hi team, >>> >>> Trying to access live data from couchbase using input Operators. >>> >>> It is running fine on my local. The tuples are emitting as Pojo >>> through the output port of inputOperator. >>> >>> But when I upload the .apa file on data torrent, it gets launched but >>> soon it goes into Failed State just after been accepted. >>> >>> Can you please help me to resolve the issue ? I am sending logs as an >>> attached file. >>> >>> Note:- I am not using built in operators. I have made my own >>> operators which are quite similar to CouchBasePojoInputOperator and >>> CouchBaseStore. >>> >>> >>> >>> Regards, >>> >>> *Hitesh Goyal* >>> >>> Simpli5d Technologies >>> >>> Cont No.: 9996588220 >>> >>> >>>
