Re: Operators in PENDING_DEPLOY

2016-08-12 Thread Pradeep A. Dalvi
Can you share AppMaster logs? What are container resource requests in AppMaster logs? --prad On Fri, Aug 12, 2016 at 9:28 AM, Ankit Sarraf wrote: > When I deploy my application on DTConsole, all applications are in pending > deploy state. The App itself is showing

Re: delegation token not found in cache

2016-07-22 Thread Pradeep A. Dalvi
Could you run following commands? klist klist -kt --prad On Thu, Jul 21, 2016 at 10:14 PM, Raja.Aravapalli < raja.aravapa...@target.com> wrote: > > Hi, > > Can someone please help me why my DAG is failing with below exception > after 8 days running succesfully!! > > > Caused by: >

Re: Container & memory resource allocation

2016-07-20 Thread Pradeep A. Dalvi
eduler.increment-allocation-mb*, > which serves > this purpose as discussed here: > > http://blog.cloudera.com/blog/2013/11/migrating-to-mapreduce-2-on-yarn-for-operators/ > > Ram > > On Tue, Jul 19, 2016 at 11:27 AM, Pradeep A. Dalvi <p...@apache.org > <javascript:;>

Re: Container & memory resource allocation

2016-07-19 Thread Pradeep A. Dalvi
an create a pull request to > > apex-core repo which can get merged to apex-core and later deployed to > the > > website by committers. > > > > -Chinmay. > > > > > > > > > > On Tue, Jul 19, 2016 at 10:46 AM, Pradeep A. Dalvi <p...@apache.org> > &

Container & memory resource allocation

2016-07-18 Thread Pradeep A. Dalvi
Container & memory resource allocation has been a common question around and so I thought it would be good to explain related configuration parameters. Please feel free to let me know your thoughts. Also I'm planning to add following set of information under Apex Docs. How could one add this to

Re: Multiple output and input

2016-07-12 Thread Pradeep A. Dalvi
In Apex, an app can have multiple pipelines i.e. multiple input operators. Do you want to read the same set of data from same db table and duplicate it on 2 different output ports? If yes, then you would need to extend the input operator and add another output port in extended class. Can you share

Re: Jdbcoutputoperator implementation

2016-07-07 Thread Pradeep A. Dalvi
>> into this. >> >> Thank you, >> >> Jaikit Jilka >> >> >> - Original Message - >> From: "Pradeep A. Dalvi" <p...@apache.org> >> To: "users" <users@apex.apache.org> >> Sent: Tuesday, June 28, 2016 4:56:

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Pradeep A. Dalvi
ata from a .txt file and spliting words and inserting it into >> database. >> >> - Original Message - >> From: "Pradeep A. Dalvi" <p...@apache.org> >> To: "users" <users@apex.apache.org> >> Sent: Tuesday, June 28, 2016

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Pradeep A. Dalvi
com> wrote: > Hello, > > I am taking data from a .txt file and spliting words and inserting it into > database. > > - Original Message ----- > From: "Pradeep A. Dalvi" <p...@apache.org> > To: "users" <users@apex.apache.org> > Sent: Tu

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Pradeep A. Dalvi
am inserting a value in the > database. > > Thank You, > > Jaikit Jilka > > - Original Message - > From: "Pradeep A. Dalvi" <p...@apache.org> > To: "users" <users@apex.apache.org> > Sent: Friday, June 24, 2016 4:45:18 PM >