Re: Jdbcoutputoperator implementation

2016-07-07 Thread Jaikit Jilka
Hello, It is running fine now. Got expected results. Thank you - Original Message - From: "Jaikit Jilka" To: "users" Sent: Thursday, July 7, 2016 12:55:58 PM Subject: Re: Jdbcoutputoperator implementation Hello, I am not able to open application master log. --

Re: Jdbcoutputoperator implementation

2016-07-07 Thread Jaikit Jilka
Hello, I am not able to open application master log. - Original Message - From: "Pradeep A. Dalvi" To: "users" Sent: Thursday, July 7, 2016 12:35:13 PM Subject: Re: Jdbcoutputoperator implementation Please share Application Master logs. On Thu, Jul 7, 2016 at 11

Re: Jdbcoutputoperator implementation

2016-07-07 Thread Pradeep A. Dalvi
rs" > Sent: Thursday, June 30, 2016 11:29:25 AM > Subject: Re: Jdbcoutputoperator implementation > > Hello, > > Now my every operator is working fine. But counter operator does not emit > anthing. It is just processing the data. Here is my counter.java operator > file. &

Re: Jdbcoutputoperator implementation

2016-07-07 Thread Jaikit Jilka
master. So do I need to do anything for launching it on live cluster? - Original Message - From: "Jaikit Jilka" To: "users" Sent: Thursday, June 30, 2016 11:29:25 AM Subject: Re: Jdbcoutputoperator implementation Hello, Now my every operator is working fine. But c

Re: Jdbcoutputoperator implementation

2016-06-29 Thread Yunhan Wang
From: "Pradeep A. Dalvi" > To: "users" > Sent: Tuesday, June 28, 2016 4:56:57 PM > Subject: Re: Jdbcoutputoperator implementation > > By adding a string member variable to POJO class. Use that member > variable to send the data to JdbcPOJOOutputOperator. >

Re: Jdbcoutputoperator implementation

2016-06-29 Thread Jaikit Jilka
This is my POJO class. Can you please tell me what changes should I make into this. Thank you, Jaikit Jilka - Original Message - From: "Pradeep A. Dalvi" To: "users" Sent: Tuesday, June 28, 2016 4:56:57 PM Subject: Re: Jdbcoutputoperator implementation By ad

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Pradeep A. Dalvi
vi" > To: "users" > Sent: Tuesday, June 28, 2016 4:30:09 PM > Subject: Re: Jdbcoutputoperator implementation > > JdbcPOJOOutputOperator expects data as POJO, whose class name is > specified using Context.PortContext.TUPLE_CLASS i.e. > com.mycompany.test.PojoEvent he

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Jaikit Jilka
So how to convert a java string into POJO? - Original Message - From: "Pradeep A. Dalvi" To: "users" Sent: Tuesday, June 28, 2016 4:30:09 PM Subject: Re: Jdbcoutputoperator implementation JdbcPOJOOutputOperator expects data as POJO, whose class nam

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Pradeep A. Dalvi
> I am taking data from a .txt file and spliting words and inserting it into > database. > > - Original Message - > From: "Pradeep A. Dalvi" > To: "users" > Sent: Tuesday, June 28, 2016 4:12:31 PM > Subject: Re: Jdbcoutputoperator implementatio

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Jaikit Jilka
Hello, I am taking data from a .txt file and spliting words and inserting it into database. - Original Message - From: "Pradeep A. Dalvi" To: "users" Sent: Tuesday, June 28, 2016 4:12:31 PM Subject: Re: Jdbcoutputoperator implementation What is the type of data

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Pradeep A. Dalvi
t; database. > > Thank You, > > Jaikit Jilka > > - Original Message - > From: "Pradeep A. Dalvi" > To: "users" > Sent: Friday, June 24, 2016 4:45:18 PM > Subject: Re: Jdbcoutputoperator implementation > > What are errors/e

Re: Jdbcoutputoperator implementation

2016-06-28 Thread Jaikit Jilka
where to check the cast mismatch. I am inserting a value in the database. Thank You, Jaikit Jilka - Original Message - From: "Pradeep A. Dalvi" To: "users" Sent: Friday, June 24, 2016 4:45:18 PM Subject: Re: Jdbcoutputoperator implementation What are error

Re: Jdbcoutputoperator implementation

2016-06-24 Thread Pradeep A. Dalvi
" > Sent: Friday, June 24, 2016 11:41:47 AM > Subject: Re: Jdbcoutputoperator implementation > > Yes, because it is not yet released. Compile & install latest malhar > in local ~/.m2 directory. > For that, git clone Malhar library repository. And do 'mvn clean >

Re: Jdbcoutputoperator implementation

2016-06-24 Thread Pradeep A. Dalvi
t; - Original Message - > From: "Pradeep A. Dalvi" > To: "users" > Sent: Friday, June 24, 2016 11:13:42 AM > Subject: Re: Jdbcoutputoperator implementation > > This issue was in 3.4 malhar and fixed later on. Fix is present in > master branch. You c

Re: Jdbcoutputoperator implementation

2016-06-24 Thread Jaikit Jilka
Message - From: "Pradeep A. Dalvi" To: "users" Sent: Friday, June 24, 2016 11:13:42 AM Subject: Re: Jdbcoutputoperator implementation This issue was in 3.4 malhar and fixed later on. Fix is present in master branch. You can use latest malhar. For reference: https://gi

Re: Jdbcoutputoperator implementation

2016-06-24 Thread Pradeep A. Dalvi
DTCli.java:106) at > com.datatorrent.stram.cli.DTCli$LaunchCommand.execute(DTCli.java:1895) at > com.datatorrent.stram.cli.DTCli$3.run(DTCli.java:1449) > > Thank You, > > Jaikit Jilka > > - Original Message - > From: "Munagala Ramanath" > To: "users" > Sent: T

Re: Jdbcoutputoperator implementation

2016-06-24 Thread Jaikit Jilka
--- Original Message - From: "Munagala Ramanath" To: "users" Sent: Thursday, June 23, 2016 3:32:42 PM Subject: Re: Jdbcoutputoperator implementation Please look at: http://docs.datatorrent.com/beginner/ and http://docs.datatorrent.com/application_packages/ for examples on ho

Re: Jdbcoutputoperator implementation

2016-06-23 Thread Munagala Ramanath
Jilka > > - Original Message - > From: "Pradeep A. Dalvi" > To: "users" > Sent: Thursday, June 23, 2016 12:43:40 PM > Subject: Re: Jdbcoutputoperator implementation > > Hi Jaikit, > > This constraint violation exception was enforced from >

Re: Jdbcoutputoperator implementation

2016-06-23 Thread Jaikit Jilka
/ Thank You, Jaikit Jilka - Original Message - From: "Pradeep A. Dalvi" To: "users" Sent: Thursday, June 23, 2016 12:43:40 PM Subject: Re: Jdbcoutputoperator implementation Hi Jaikit, This constraint violation exception was enforced from AbstractJdbcTransactionableOutput

Re: Jdbcoutputoperator implementation

2016-06-23 Thread Pradeep A. Dalvi
DTCli.access$7100(DTCli.java:106) at > com.datatorrent.stram.cli.DTCli$LaunchCommand.execute(DTCli.java:1895) at > com.datatorrent.stram.cli.DTCli$3.run(DTCli.java:1449) > > Thank you, > > Jaikit Jilka > > - Original Message - > From: "Devendra Tagare" > To: &quo

Re: Jdbcoutputoperator implementation

2016-06-23 Thread Jaikit Jilka
y, June 23, 2016 10:32:17 AM Subject: Re: Jdbcoutputoperator implementation Hi Jalkit, The JdbcPOJOOutputOperator is being configured with the JdbcTransactionalStore which requires an additional dt_meta table. The table schema is here - https://github.com/devtagare/examples/blob/SPOI-8251/tutorials/jdbcToJdbc/src/

Re: Jdbcoutputoperator implementation

2016-06-23 Thread Devendra Tagare
Hi Jalkit, The JdbcPOJOOutputOperator is being configured with the JdbcTransactionalStore which requires an additional dt_meta table. The table schema is here - https://github.com/devtagare/examples/blob/SPOI-8251/tutorials/jdbcToJdbc/src/test/resources/example.sql You can find an example applic

Jdbcoutputoperator implementation

2016-06-23 Thread Jaikit Jilka
Hello, I am currently working on an application which simply read data from .txt file and slpits the words and inserts them into mysql. But I am getting error. I am using jdbcpojooutputoperator from malhar library. But I am getting an error on ActiveFieldInfos which says it is protected in jdbc