Member since
07-05-2016
14
Posts
0
Kudos Received
0
Solutions
11-16-2016
08:37 AM
@Jayanta Das Thanks for the update.
... View more
08-05-2016
02:58 PM
@sbhat Thanks for you reply. My issue falls under scenario 2 in that article. But my hive.pid permission are correct i.e -rw-r--r-- 1 hive hadoop 6 Aug 4 19:48 hive.pid
-rw-r--r-- 1 hive hadoop 6 Aug 4 19:48 hive-server.pid
And also my procees id's i.e hive-server.pid is matching with the process id when checked using ps -ef|grep hive
... View more
08-05-2016
02:49 PM
@Kuldeep Kulkarni Thanks for your reply. Restarted ambari agent, but it doesn't worked out.
... View more
08-04-2016
03:59 PM
Ambari dashboard is showing HiveServer2 and Hive Metastore is stopped, but from the command line I am able to login into hive cli and hiveserver2 using beeline client also. I have 6 node cluster in which I have installed hive server in 2 nodes and hive client is installed in all 6 nodes. In node1 ambari dashboard it was showing hiveserver2 and hive metastore is stopped but in node2 it was started. In node1: In node2: When checked the process id which was available in /var/run/hive/hive.pid and hive-server.pid, they are same. [node1 ~]$ cd /var/run/hive
[node1.staging.iad hive]$ ls
hive.pid hive-server.pid
[node1 hive]$ cat hive.pid
14037
[node1 hive]$ cat hive-server.pid
16654
[node1 hive]$ ps -ef| grep 14037
dinesh 564 32124 0 15:10 pts/0 00:00:00 grep 14037
hive 14037 1 0 Aug03 ? 00:01:45 /usr/lib/jvm/jre/bin/java -Xmx1024m -Dhdp.version=2.3.4.0-3485 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.3.4.0-3485 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.3.4.0-3485/hadoop -Dhadoop.id.str=hive -Dhadoop.root.logger=INFO,console -Djava.library.path=:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64:/usr/hdp/2.3.4.0-3485/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx1024m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.3.4.0-3485/hive/lib/hive-service-1.2.1.2.3.4.0-3485.jar org.apache.hadoop.hive.metastore.HiveMetaStore -hiveconf hive.log.file=hivemetastore.log -hiveconf hive.log.dir=/var/log/hive
[node1 hive]$ ps -ef| grep 16654
dinesh 621 32124 0 15:10 pts/0 00:00:00 grep 16654
hive 16654 1 0 Aug03 ? 00:01:32 /usr/lib/jvm/jre/bin/java -Xmx1024m -Dhdp.version=2.3.4.0-3485 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.3.4.0-3485 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.3.4.0-3485/hadoop -Dhadoop.id.str=hive -Dhadoop.root.logger=INFO,console -Djava.library.path=:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64:/usr/hdp/2.3.4.0-3485/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx512m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.3.4.0-3485/hive/lib/hive-service-1.2.1.2.3.4.0-3485.jar org.apache.hive.service.server.HiveServer2 --hiveconf hive.aux.jars.path=file:///usr/hdp/current/hive-webhcat/share/hcatalog/hive-hcatalog-core.jar -hiveconf hive.metastore.uris= -hiveconf hive.log.file=hiveserver2.log -hiveconf hive.log.dir=/var/log/hive
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache Hive
07-07-2016
11:43 AM
Thanks for you reply @Dileep Kumar Chiguruvada. But my doubt here is that can we use HDFS location for setting the environment variable, bcse in general we will use only linux file system path to set environment variables. If we use HDFS location, then how the OS will understand that it is a linux file system or HDFS file system?
... View more
07-05-2016
09:48 AM
I want all the jars files like csv jar and json jar should be in hdfs location by that it will load the jar files easily when hive cli is loaded? My question here is, Can we use HDFS path for setting environment variable like below: export HIVE_AUX_JARS_PATH=hdfs:///hdp/apps/2.3.4.0-3485/hive/auxjars/*
Does it will load the jar files when we used the HIVE_AUX_JARS_PATH?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache Hive