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
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
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
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
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
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