First application using DT

2016-08-26 Thread JOHN, BIBIN
All, I am doing a POC in DT and trying to set up my first project. When I try to upload my package, I am getting below exceptions. Could you please help? I have attached pom.xml Instructions used : http://docs.datatorrent.com/tutorials/salesdimensions/#building-the-sales-dimension-application-in-

RE: First application using DT

2016-08-26 Thread JOHN, BIBIN
e name. You can try uploading the apa file instead of the jar file. ~ Bhupesh On Fri, Aug 26, 2016 at 8:54 PM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: All, I am doing a POC in DT and trying to set up my first project. When I try to upload my package, I am getting below exceptions. Coul

RE: First application using DT

2016-08-26 Thread JOHN, BIBIN
it.sar...@cloudwick.com] Sent: Friday, August 26, 2016 11:39 AM To: users@apex.apache.org Subject: RE: First application using DT Please provide the pom.xml that you are using. Ankit On Aug 26, 2016 1:03 PM, "JOHN, BIBIN" mailto:bj9...@att.com>> wrote: Bhupesh, Thanks for your reply.

RE: First application using DT

2016-08-28 Thread JOHN, BIBIN
ke you introduced < pluginManagement > tag which has changed the build behavior. Please remove this tag to generate the apa file. -Venkatesh. On Aug 26, 2016, at 11:39 AM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: PFA Thanks and Regards, Bibin John| Data Movement Technology Development

Issue when Launching apps having KafkaInput

2016-08-29 Thread JOHN, BIBIN
Team, Could you please help me to debug this issue? An error occurred trying to launch the application. Server message: javax.validation.ConstraintViolationException: Operator kafkainput violates constraints [ConstraintViolationImpl{rootBean=com.att.dti.dtdemo1.app.Application$KafkaInput@5a04a

RE: Issue when Launching apps having KafkaInput

2016-08-29 Thread JOHN, BIBIN
zookeeper property. Which version of Malhar are you using? Regards, Chaitanya On Mon, Aug 29, 2016 at 3:15 PM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: Team, Could you please help me to debug this issue? An error occurred trying to launch the application. Server m

RE: Issue when Launching apps having KafkaInput

2016-08-29 Thread JOHN, BIBIN
zookeeper property to the consumer of Kafka Input Operator using parameter dt.operator..prop.consumer.zookeeper. On Mon, Aug 29, 2016 at 6:44 PM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: I am using 3.4.0 From: Chaitanya Chebolu [mailto:chaita...@datatorrent.com<mailto:chaita...@datato

RE: First application using DT

2016-08-29 Thread JOHN, BIBIN
M from your previous mail to successfully launch and run the file2file application that you tried. PFA the file. -Venkatesh. On Aug 28, 2016, at 11:47 AM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: Thanks Venkatesh. That helped. I am getting below exception when lauching same. I have

FileNotFoundException: File does not exist

2016-08-30 Thread JOHN, BIBIN
I am getting below exception in most of my application. How can I get the root cause associated with below error from any log files? Venkatesh helped me with another application and it worked and we tried to mimic similar pom in this app too. But still getting error. 2016-08-30 00:36:59,174 W

Apex Application Error

2016-09-04 Thread JOHN, BIBIN
Could you please help me to identify the root cause for below failure? Container: container_e11_1472055988122_0035_02_01 on zlx71303.vci.att.com_45454 = LogType:AppMaster.stderr Log Upload Time:Wed Aug 31 10

RE: Apex Application Error

2016-09-05 Thread JOHN, BIBIN
ey are provided at run-time. Vlad On 9/4/16 16:14, JOHN, BIBIN wrote: Could you please help me to identify the root cause for below failure? Container: container_e11_1472055988122_0035_02_01 on zlx71303.vci.att.com

JDBCtoJDBC Example

2016-12-19 Thread JOHN, BIBIN
All, I am getting below exception for JDBC to JDBC example and hitting below error. I have verified the table and it exist in DB. I have attached the property file. Please help on this. 2016-12-19 11:07:32,186 INFO storage.DiskStorage (DiskStorage.java:(53)) - using /opt/data/data04/yarn/loca

RE: JDBCtoJDBC Example

2016-12-19 Thread JOHN, BIBIN
a connection handle so any differences in the expected syntax may not work. Let me know if this helps. Thanks, Dev On Mon, Dec 19, 2016 at 12:00 PM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: All, I am getting below exception for JDBC to JDBC example and hitting below error. I have veri

RE: JDBCtoJDBC Example

2016-12-19 Thread JOHN, BIBIN
r and JdbcPOJOInsertOutputOperator. Thanks, Dev On Mon, Dec 19, 2016 at 2:50 PM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: I could figure out issue with table doesn’t exist issue. but it still has below 2 exceptions. DROP TABLE DMAAP_POC.DT_META CASCADE CONSTRAINTS; CREATE TABLE DMAAP_

Property Name for Kafka config

2016-12-20 Thread JOHN, BIBIN
All, Could you please let me know name of the properties which I must use for below operator? KafkaSinglePortStringInputOperator

RE: Property Name for Kafka config

2016-12-20 Thread JOHN, BIBIN
6 at 3:47 PM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: All, Could you please let me know name of the properties which I must use for below operator? KafkaSinglePortStringInputOperator

RE: JDBCtoJDBC Example

2016-12-20 Thread JOHN, BIBIN
Anyone have idea on this? From: JOHN, BIBIN Sent: Monday, December 19, 2016 7:05 PM To: 'users@apex.apache.org' Subject: RE: JDBCtoJDBC Example This query is not supported in oracle, so this is first failure. I am not sure if here any way to suppress LIMIT keyword when we use Oracle

RE: Property Name for Kafka config

2016-12-20 Thread JOHN, BIBIN
the details of which version of Kafka and Malhar library are you using? Regards, Chaitanya On Wed, Dec 21, 2016 at 2:39 AM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: Thanks Chitanya. I was able to start job, but failing with below exception. 2016-12-20 12:44:47,768 INFO zookeeper.Zoo

RE: Property Name for Kafka config

2016-12-21 Thread JOHN, BIBIN
} * * Regards, Chaitanya On Wed, Dec 21, 2016 at 11:18 AM, JOHN, BIBIN mailto:bj9...@att.com>> wrote: Thanks for your response. I have attached pom file. From: Chaitanya Chebolu [mailto:chaita...@datatorrent.com<mailto:chaita...@datato

RE: DataTorrentRTS 3.4.0 Vs 3.8.0

2017-04-20 Thread JOHN, BIBIN
Is this 128GB processing capacity only for Non prod or same for production also? From: pradeep kumbhar [mailto:pradeep.n.kumb...@gmail.com] Sent: Thursday, April 20, 2017 12:27 AM To: users@apex.apache.org Subject: Re: DataTorrentRTS 3.4.0 Vs 3.8.0 Hello, When you download the latest binary (fo