: Urgent : Issue with hive installation on Redhat linux 64bit
Hi Ravi
Run “hive -hiveconf hive.root.logger=DEBUG,console” to start hive debug mode.
Thanks
Payal
From: Ravi Kumar Jain 03 [mailto:ravi_jai...@infosys.com]
Sent: Thursday, July 09, 2015 11:29 AM
To: user@hive.apache.org<mailto:u
64bit
Based on the answer here:
http://stackoverflow.com/a/1096159/2301201
You must be trying to use a jdk older than java 1.7. Run the hive script with
bash debugging turned on to see which jdk it is using.
.. Owen
On Wed, Jul 8, 2015 at 9:56 PM, Ravi Kumar Jain 03
mailto:ravi_jai...@infosy
Hello All,
We are facing following issue while running hive on linux operating system :
Exception in thread "main" java.lang.UnsupportedClassVersionError:
org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
Hi All,
I am trying to connect hiveserver2 through beeline remote client. I followed
following steps but not able to connect through Remote Client with HiveServer2
TCP Transport Mode and SASL Authentication
I followed following steps to run hive tests through beeline in authorization
mode,
1
Hi All
I am trying to run 'Show current roles' on Apache hive 0.13.1 but getting
following error,
hive> SHOW CURRENT ROLES;
Error in role operation show_current_role on role name null, error message
Unkown role operation show_current_role
FAILED: Execution Error, return code 1 from
org.apache.h