RE: Executing HQL files from JAVA application.

2015-03-25 Thread Amal Gupta
Message- From: Gopal Vijayaraghavan [mailto:go...@hortonworks.com] On Behalf Of Gopal Vijayaraghavan Sent: Wednesday, March 25, 2015 8:49 AM To: user@hive.apache.org Cc: Amal Gupta Subject: Re: Executing HQL files from JAVA application. Hi, Any mechanism which bypasses schema layers for SQL is a

RE: Executing HQL files from JAVA application.

2015-03-23 Thread Amal Gupta
trying to see if a particular configuration succeeds. Will keep you posted on my progress. Thanks again for all the help that you are providing. :) Regards, Amal From: Amal Gupta Sent: Sunday, March 22, 2015 7:52 AM To: user@hive.apache.org Subject: RE: Executing HQL files from JAVA application

RE: Executing HQL files from JAVA application.

2015-03-21 Thread Amal Gupta
y so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From: Amal Gupta [mailto:amal.gup...@aexp.com] Sent: 21 March 2015 18:16 To: user@hive.apache.org<mailt

RE: Executing HQL files from JAVA application.

2015-03-21 Thread Amal Gupta
erstood as given or endorsed by Peridale Ltd, its subsidiaries or their employees, unless expressly so stated. It is the responsibility of the recipient to ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From

RE: Executing HQL files from JAVA application.

2015-03-21 Thread Amal Gupta
statement in your class. Sent from my iPad On Mar 21, 2015, at 5:04 AM, Amal Gupta mailto:amal.gup...@aexp.com>> wrote: Hi Everyone, I am trying to execute a hive *.hql file from a java application. I had tried a couple of ways of doing it through JDBC driver for hive and through spring

Executing HQL files from JAVA application.

2015-03-21 Thread Amal Gupta
Hi Everyone, I am trying to execute a hive *.hql file from a java application. I had tried a couple of ways of doing it through JDBC driver for hive and through spring jdbc template but yet, the only way which was successful for me was to create a runtime process and then execute it. The java