+ All Categories
Home > Documents > Tips Restart Services

Tips Restart Services

Date post: 06-Mar-2016
Category:
Upload: efwwf
View: 11 times
Download: 0 times
Share this document with a friend
Description:
Hadoop

of 13

Transcript
  • Tips to resolve service connection issues

  • Reported issues Hbase shell cannot connect to zookeeper HDFS REST API unable to connect to

    hadoop-httpfs service beeline failed to connect to MetaStore

    Server Typically this is because the service is not

    running and can be fixed by starting the relevant services.

  • Zookeeper not running Commands to check status and start:

    sudo service zookeeper-server statussudo service zookeeper-server start

    (See next few slides for snapshots)

  • Zookeeper not running

  • Start Zookeeper

  • MetaStore restartCommands to check status and restart:

    sudo service hive-metastore statussudo service hive-metastore start

    (See few next slides for snapshots)

  • Beeline error: MetaStore not running

  • Check MetaStore status and restart

  • Check to see if Beeline works

  • Hadoop-httpfs service Commands to check status and start:

    sudo service hadoop-httpfs statussudo service hadoop-httpfs start

    (See next few slides for snapshots)

  • Hadoop-httpfs service

  • Hadoop-httpfs service

  • Hadoop-httpfs service


Recommended