Re: Information Needed

2016-05-20 Thread Munagala Ramanath
ssing or >> partitioning? >> >> >> >> Do you have any sample code for parallel processing or partitioning and >> also how would I run the batch Job is there any batch scheduler that data >> torrent provides? >> >> >> >> Regards, &

Re: Information Needed

2016-05-20 Thread Priyanka Gugale
gt;> also how would I run the batch Job is there any batch scheduler that data >> torrent provides? >> >> >> >> Regards, >> >> Surya Vamshi >> >> >> >> *From:* Devendra Tagare [mailto:devend...@datatorrent.com] >> *Sent:* 2

Re: Information Needed

2016-05-20 Thread Devendra Tagare
> torrent provides? > > > > Regards, > > Surya Vamshi > > > > *From:* Devendra Tagare [mailto:devend...@datatorrent.com] > *Sent:* 2016, May, 18 4:19 PM > > *To:* users@apex.incubator.apache.org > *Subject:* Re: Information Needed > >

Re: Information Needed

2016-05-18 Thread Devendra Tagare
gt; > I see that in AbstractStoreInputOperator.java there is ‘store’ variable > and I am not clear how the value is set to it. > > > > Regards, > > Surya Vamshi > > > > *From:* Devendra Tagare [mailto:devend...@datatorrent.com] > *Sent:* 2016, May, 18 12:57 PM > &g

RE: Information Needed

2016-05-18 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
: Information Needed Hi, The property on the store is not getting set since ".store." qualifier is missing.Try the below for all store level properties. dt.application.CountryNameScan.operator..prop.store.databaseUrl {databaseUrl} Thanks, Dev On Wed, May 18, 2016

Re: Information Needed

2016-05-18 Thread Devendra Tagare
tQuery() { > > return query; > > } > > > > public void setQuery(String query) { > > this.query = query; > > } > > > > } > > > > *Pr

RE: Information Needed

2016-05-18 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
eScan.operator..prop.query {Query} Regards, Surya Vamshi From: Shubham Pathak [mailto:shub...@datatorrent.com] Sent: 2016, May, 18 1:51 AM To: users@apex.incubator.apache.org Subject: Re: Information Needed Hi Surya, If you are running into a Null Pointer exception in one of the o

Re: Information Needed

2016-05-17 Thread Shubham Pathak
t; > Surya Vamshi > > > > *From:* Mukkamula, Suryavamshivardhan (CWM-NR) [mailto: > suryavamshivardhan.mukkam...@rbc.com] > *Sent:* 2016, May, 17 10:59 AM > *To:* users@apex.incubator.apache.org > *Subject:* RE: Information Needed > > > > Hi, > >

RE: Information Needed

2016-05-17 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
application on my sandbox. Regards, Surya Vamshi From: Mukkamula, Suryavamshivardhan (CWM-NR) [mailto:suryavamshivardhan.mukkam...@rbc.com] Sent: 2016, May, 17 10:59 AM To: users@apex.incubator.apache.org Subject: RE: Information Needed Hi, Thank you for the inputs Ram. Understood how the

RE: Information Needed

2016-05-17 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
Hi, Thank you for the inputs Ram. Understood how the properties are read. Regards, Surya Vamshi From: Munagala Ramanath [mailto:r...@datatorrent.com] Sent: 2016, May, 17 10:53 AM To: users@apex.incubator.apache.org Subject: Re: Information Needed Declare fields in your operators with

Re: Information Needed

2016-05-17 Thread Munagala Ramanath
*Sent:* 2016, May, 17 9:58 AM > *To:* users@apex.incubator.apache.org > *Subject:* Re: Information Needed > > > > You can add multiple XML configuration files at *src/site/conf* in your > project and select one of them at launch time. > > This is described briefly at >

RE: Information Needed

2016-05-17 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
@apex.incubator.apache.org Subject: Re: Information Needed You can add multiple XML configuration files at src/site/conf in your project and select one of them at launch time. This is described briefly at http://docs.datatorrent.com/application_packages/ under the section entitled Adding pre-set configurations

Re: Information Needed

2016-05-17 Thread Munagala Ramanath
utta [mailto:ashwinchand...@gmail.com] > *Sent:* 2016, May, 16 5:21 PM > *To:* users@apex.incubator.apache.org > *Subject:* Re: Information Needed > > > > Surya, > > > > You can use the jdbc input and output operators to fetch from origin > database and des

RE: Information Needed

2016-05-17 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
custom properties from the class path. Regards, Surya Vamshi From: Ashwin Chandra Putta [mailto:ashwinchand...@gmail.com] Sent: 2016, May, 16 5:21 PM To: users@apex.incubator.apache.org Subject: Re: Information Needed Surya, You can use the jdbc input and output operators to fetch from origin

Re: Information Needed

2016-05-16 Thread Ashwin Chandra Putta
hwinchand...@gmail.com] > *Sent:* 2016, May, 16 1:50 PM > *To:* users@apex.incubator.apache.org > *Subject:* Re: Information Needed > > > > Surya, > > > > By single row tuple, are you looking for a way to enrich/join your tuples > with a single tuple from another table? O

RE: Information Needed

2016-05-16 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
Putta [mailto:ashwinchand...@gmail.com] Sent: 2016, May, 16 1:50 PM To: users@apex.incubator.apache.org Subject: Re: Information Needed Surya, By single row tuple, are you looking for a way to enrich/join your tuples with a single tuple from another table? Or simply get all rows from the origin

Re: Information Needed

2016-05-16 Thread Ashwin Chandra Putta
Surya, By single row tuple, are you looking for a way to enrich/join your tuples with a single tuple from another table? Or simply get all rows from the origin database table as a single batch of 1 tuples? Regards, Ashwin. On Mon, May 16, 2016 at 8:54 AM, Mukkamula, Suryavamshivardhan (CWM-N

Information Needed

2016-05-16 Thread Mukkamula, Suryavamshivardhan (CWM-NR)
Hello Team, Use Case : Batch ingestion of transaction data (rows = 1) from DB2 to Vertica database. Question : How Can I make DB2 Connection in such a way that I get a single row tuple only ? Do you have any sample code which reads from one database and writes into another database ? Rega