<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HIVE connection refused critical alert in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149863#M40529</link>
    <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/7606-hive.zip"&gt;hive.zip&lt;/A&gt;I bounced all the servers and restarted all components , attaching the new log files can you please see if you still see the hive user permission issues on /tmp/hive ?    I am still getting permission denied. &lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2016 02:46:02 GMT</pubDate>
    <dc:creator>aliyesami</dc:creator>
    <dc:date>2016-09-14T02:46:02Z</dc:date>
    <item>
      <title>HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149851#M40517</link>
      <description>&lt;P&gt;I have only one alert (critical) in the system , coming from HIVE and only thing that's not working is I cant connect to hive2  database using beeline. I can connect to hive user using MySQL and I can see all the tables under hive db .&lt;/P&gt;&lt;P&gt;the error I am seeing in Ambari is follows:&lt;/P&gt;&lt;PRE&gt;(err_msg) Fail: Execution of '! beeline -u
'jdbc:hive2://hadoop2.tolls.dot.state.fl.us:10000/;transportMode=binary' -e ''
2&amp;gt;&amp;amp;1| awk '{print}'|grep -i -e 'Connection refused' -e 'Invalid URL''
returned 1. Error: Could not open client transport with JDBC Uri:
jdbc:hive2://hadoop2.tolls.dot.state.fl.us:10000/;transportMode=binary:
java.net.ConnectException: Connection refused (state=08S01,code=0) Error: Could
not open client transport with JDBC Uri:
jdbc:hive2://hadoop2.tolls.dot.state.fl.us:10000/;transportMode=binary:
java.net.ConnectException: Connection refused (state=08S01,code=0) ) 


&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:36:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149851#M40517</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T00:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149852#M40518</link>
      <description>&lt;P&gt;are you able to reach this hadoop2.tolls.dot.state.fl.us and port 10000 from the node where you are running beeline?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:38:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149852#M40518</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-09-14T00:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149853#M40519</link>
      <description>&lt;P&gt;service is not running ?  which service is using this 10000 port? &lt;/P&gt;&lt;P&gt;I read the solution of the similar issue suggesting the following but I don't know how to do it &lt;/P&gt;&lt;PRE&gt;Kill your hiveserver2 &amp;amp; metastore &amp;amp; Restart them again. ????
check hiveserver2 &amp;amp; metastore are running using 'jps' command. ????&lt;/PRE&gt;&lt;PRE&gt;[root@hadoop1 admin]# telnet hadoop2 10000
Trying 10.100.44.16...
telnet: connect to address 10.100.44.16: Connection refused
[root@hadoop1 admin]#&lt;/PRE&gt;&lt;P&gt;here is the output of jps command on hadoop2 where HIVE is installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;7829 NodeManager
6194 gateway.jar
5679 Main
7292 Main
6014 Kafka
6530 HistoryServer
14238 Jps
2618 AmbariServer
6922 Main
4290 QuorumPeerMain
5868 HMaster
8753 Main
4178 DataNode
7167 Main
4462 NameNode
7478 HRegionServer
[root@hadoop1 admin]# jps
7829 NodeManager
6194 gateway.jar
5679 Main
7292 Main
6014 Kafka
6530 HistoryServer
2618 AmbariServer
6922 Main
4290 QuorumPeerMain
5868 HMaster
14398 Jps
8753 Main
4178 DataNode
7167 Main
4462 NameNode
7478 HRegionServer&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:50:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149853#M40519</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T00:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149854#M40520</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10115/sahmad43.html" nodeid="10115"&gt;@Sami Ahmad&lt;/A&gt;&lt;P&gt;Can paste out for this&lt;/P&gt;&lt;P&gt;ps -ef |grep hive&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:28:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149854#M40520</guid>
      <dc:creator>chennuri_gouris</dc:creator>
      <dc:date>2016-09-14T01:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149855#M40521</link>
      <description>&lt;P&gt;Did you also looked inside /var/log/hive/hive-server2.out file after starting HS2 from Ambari?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:30:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149855#M40521</guid>
      <dc:creator>chennuri_gouris</dc:creator>
      <dc:date>2016-09-14T01:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149856#M40522</link>
      <description>&lt;P&gt;I checked and both hiveserver2 and metastore processes are running on the server hadoop2,&lt;/P&gt;&lt;P&gt;I still can't connect via beeline  , and HDC is showing a critical alert on HIVE. &lt;/P&gt;&lt;PRE&gt;[root@hadoop2 admin]# ps -ef | grep metastore
hive      6178     1  1 14:21 ?        00:00:08 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/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.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx1489m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive/lib/hive-service-1.2.1000.2.4.3.0-227.jar org.apache.hadoop.hive.metastore.HiveMetaStore -hiveconf hive.log.file=hivemetastore.log -hiveconf hive.log.dir=/var/log/hive
hive      8525     1  1 14:22 ?        00:00:10 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/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.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx4467m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive/lib/hive-service-1.2.1000.2.4.3.0-227.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
root     12000 11237  0 14:32 pts/0    00:00:00 grep metastore
[root@hadoop2 admin]#
[root@hadoop2 admin]#
[root@hadoop2 admin]#
[root@hadoop2 admin]# ps -ef | grep hiveserver2
hive      8525     1  1 14:22 ?        00:00:10 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/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.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx4467m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive/lib/hive-service-1.2.1000.2.4.3.0-227.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
root     12009 11237  0 14:32 pts/0    00:00:00 grep hiveserver2
[root@hadoop2 admin]#
[root@hadoop2 admin]#

&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:33:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149856#M40522</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T01:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149857#M40523</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@hadoop2 admin]# ps -ef |grep hive
hive  6178  1  0 14:21 ?  00:00:08 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/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.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx1489m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive/lib/hive-service-1.2.1000.2.4.3.0-227.jar org.apache.hadoop.hive.metastore.HiveMetaStore -hiveconf hive.log.file=hivemetastore.log -hiveconf hive.log.dir=/var/log/hive
hive  8525  1  1 14:22 ?  00:00:11 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/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.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx4467m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive/lib/hive-service-1.2.1000.2.4.3.0-227.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
hcat  8973  1  0 14:22 ?  00:00:06 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dwebhcat.log.dir=/var/log/webhcat/ -Dlog4j.configuration=file:///usr/hdp/2.4.3.0-227/hive-hcatalog/sbin/../etc/webhcat/webhcat-log4j.properties -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hcat -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/hadoop -Dhadoop.id.str=hcat -Dhadoop.root.logger=INFO,console -Djava.library.path=:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64:/usr/hdp/2.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive-hcatalog/sbin/../share/webhcat/svr/lib/hive-webhcat-1.2.1000.2.4.3.0-227.jar org.apache.hive.hcatalog.templeton.Main&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:38:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149857#M40523</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T01:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149858#M40524</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/7601-hive.zip"&gt;hive.zip&lt;/A&gt;there are many files in this folder . I am uploading them all &lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:44:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149858#M40524</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T01:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149859#M40525</link>
      <description>&lt;P&gt;The hive user didn't have write access to /tmp/hive .set required permissions and have a try. . I can see this in hiveserver2 log&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:59:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149859#M40525</guid>
      <dc:creator>chennuri_gouris</dc:creator>
      <dc:date>2016-09-14T01:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149860#M40526</link>
      <description>&lt;P&gt;I added the permissions for hive user on /tmp/hive , still no luck .. &lt;/P&gt;&lt;PRE&gt;
[hive@hadoop2 ~]$ id
uid=502(hive) gid=502(hadoop) groups=502(hadoop)
[hive@hadoop2 ~]$
[hive@hadoop2 ~]$ uname -a &amp;gt; a.a
[hive@hadoop2 ~]$ hdfs dfs -copyFromLocal a.a /tmp/hive/b.b
[hive@hadoop2 ~]$

&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 02:28:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149860#M40526</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T02:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149861#M40527</link>
      <description>&lt;P&gt;I also tried this command ,  looks like something is not good in the database ?&lt;/P&gt;&lt;PRE&gt;[root@hadoop2 java]# metatool -listFSRoot
WARNING: Use "yarn jar" to launch YARN applications.
Initializing HiveMetaTool..
16/09/13 15:24:05 INFO metastore.ObjectStore: ObjectStore, initialize called
16/09/13 15:24:05 INFO DataNucleus.Persistence: Property datanucleus.cache.level2 unknown - will be ignored
16/09/13 15:24:05 INFO DataNucleus.Persistence: Property hive.metastore.integral.jdo.pushdown unknown - will be ignored
16/09/13 15:24:05 ERROR Datastore.Schema: Failed initialising database.
Unable to open a test connection to the given database. JDBC url = jdbc:mysql://hadoop2.tolls.dot.state.fl.us/hive?createDatabaseIfNotExist=true, username = hive. Terminating connection pool (set lazyInit to true if you expect to start your database after your app). Original Exception: ------
java.sql.SQLException: Access denied for user 'hive'@'hadoop2.tolls.dot.state.fl.us' (using password: YES)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)

&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 02:29:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149861#M40527</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T02:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149862#M40528</link>
      <description>&lt;P&gt;Can you run this, So that we can exactly know whats gi\oing on&lt;/P&gt;&lt;P&gt;/usr/bin/hive --service hiveserver2 --hiveconf hive.root.logger=DEBUG&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 02:45:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149862#M40528</guid>
      <dc:creator>chennuri_gouris</dc:creator>
      <dc:date>2016-09-14T02:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149863#M40529</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/7606-hive.zip"&gt;hive.zip&lt;/A&gt;I bounced all the servers and restarted all components , attaching the new log files can you please see if you still see the hive user permission issues on /tmp/hive ?    I am still getting permission denied. &lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 02:46:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149863#M40529</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T02:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149864#M40530</link>
      <description>&lt;P&gt;hi gouri  the hiveserver2 is already running on the hive node hadoop2. you want me to kill the process and run the one you gave in nohup mode so it runs from background?&lt;/P&gt;&lt;PRE&gt;[root@hadoop2 hive]# ps -ef | grep hiveserver2
hive      8474     1  2 16:33 ?        00:00:09 /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111.x86_64/bin/java -Xmx1024m -Dhdp.version=2.4.3.0-227 -Djava.net.preferIPv4Stack=true -Dhdp.version=2.4.3.0-227 -Dhadoop.log.dir=/var/log/hadoop/hive -Dhadoop.log.file=hadoop.log -Dhadoop.home.dir=/usr/hdp/2.4.3.0-227/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.4.3.0-227/hadoop/lib/native -Dhadoop.policy.file=hadoop-policy.xml -Djava.net.preferIPv4Stack=true -Xmx1024m -XX:MaxPermSize=512m -Xmx4467m -Dhadoop.security.logger=INFO,NullAppender org.apache.hadoop.util.RunJar /usr/hdp/2.4.3.0-227/hive/lib/hive-service-1.2.1000.2.4.3.0-227.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
root     10843  2790  0 16:40 pts/0    00:00:00 grep hiveserver2
[root@hadoop2 hive]#

&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:42:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149864#M40530</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T03:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149865#M40531</link>
      <description>&lt;P&gt;Please run below command as hive user: /usr/bin/hive --service hiveserver2 --hiveconf hive.root.logger=DEBUG . yes kill hiveserver2 process on hadoop2 and run this on the same node.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:45:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149865#M40531</guid>
      <dc:creator>chennuri_gouris</dc:creator>
      <dc:date>2016-09-14T03:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149866#M40532</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10115/sahmad43.html" nodeid="10115"&gt;@Sami Ahmad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;can you post&lt;/P&gt;&lt;P&gt;lsof -i:10000 # it should be return the process id of you hiveserver2&lt;/P&gt;&lt;P&gt;telnet hadoop2.tolls.dot.state.fl.us 10000&lt;/P&gt;&lt;P&gt;netstat -talnp| grep &amp;lt;hive server2 pid&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 05:57:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149866#M40532</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-09-14T05:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE connection refused critical alert</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149867#M40533</link>
      <description>&lt;P&gt;Gouri you were right it was the privileges issue on Linux /tmp/hive folder ,  I was changing the permission of the hdfs /tmp/hive folder  . I can access beeline now and can connect to the hive store , I have other issues though for which I will open a new post.&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 10:35:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HIVE-connection-refused-critical-alert/m-p/149867#M40533</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-09-14T10:35:08Z</dc:date>
    </item>
  </channel>
</rss>

