[Cloudera HBase] Install Cloudera HBase in Ubuntu 14.04 x64

  • Install Oracle Sun Java 1.7.

    • Add Repository.

    • Repository update.

    • Install Java 1.7.

    • Install Java Environment Variable.

  • Cloudera HBase

    Ref 1. – Installing the Latest CDH 5 Release

    Ref 2. – Starting HBase in Standalone Mode

    • Download the repository deb file for Ubuntu 14.04 from Cloudera , and use the command ‘dpkg’ to install it.

    • Repository update.

    • Install Hbase-master. It will install package {hadoop hadoop-hdfs hadoop-mapreduce hadoop-yarn hbase hbase-master parquet parquet-format zookeeper}.

      Notice

      After installation finished, the service ‘hbase-master’ will automatically start.
      Start script file: /etc/init.d/hbase-master
      Start script: service hbase-master [start | stop | restart]
      Configuration directory: /etc/hbase/conf/
      HBase_Home Directory: /usr/lib/hbase/

    • Check hostname and edit /etc/hosts.

    • Edit hosts at remote client.

This entry was posted in Cloudera, HBase. Bookmark the permalink.