Member since
03-08-2017
6
Posts
0
Kudos Received
0
Solutions
01-02-2019
10:34 AM
I get the following error line 2: spark-submit: command not found
Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.ShellMain], exit code [1]
... View more
04-20-2017
10:58 AM
yes, HiveServer2 is up and running. 10000 is default, if its configured with 10001, then it shud be it and 10002 is the UI port
... View more
04-20-2017
10:53 AM
if you fixed the issue, please tell me how do create roles for hive database and grant permissions.
... View more
04-05-2017
10:22 AM
I having the same error: No current connection Environment: Hadoop 2.6.0-cdh5.10.0, hive-1.1.0-cdh5.10.0. ********************************************************************************************************************** Action: ~]$ beeline beeline> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 Beeline version 1.1.0-cdh5.10.0 by Apache Hive beeline> show databases; No current connection beeline> Resolution : use this command in ur linux terminal prompt and check with port 10000(default) as well if it doesnt work with 10001. beeline -u jdbc:hive2://HOSTNAME:10001 Replace HOSTNAME with ur hostname or ip.
... View more
03-08-2017
02:07 PM
[WORKED] beeline -u jdbc:hive2://HOSTNAME:10001 Replace HOSTNAME with ur hostname or ip. My case: CDH5.10.* no Kerberos authentication 2 node cluster centos 6.* Google cloud VM instances
... View more