Post Installation

  1. Switch to the hadoop user

  2. Run the post_install.sh script under the sh directory of the installation directory

  3. This script will do the following settings;

  4. Format the hdfs name node storage

  5. Initialize the postgres data directory

  6. Start the Hadoop services

  7. Start the postgres database

  8. Start the application server

  9. Create Hadoop database

  10. Create hive database

  11. Initialize the hive metastore

  12. Initialize xenn.lake metastore

  13. Create necessary directories on hdfs

  14. Start hive

[root@oel6-hdp1 xennlake_install]# ls -l

total 1382932

drwxrwxr-x 2 hadoop hadoop 4096 Oct 7 01:42 install

-rw-rw-r-- 1 hadoop hadoop 1416110080 Oct 7 01:42 install_xennlake.tar

drwxrwxr-x 2 hadoop hadoop 4096 Oct 7 01:35 sh

[root@oel6-hdp1 xennlake_install]# cd sh

[root@oel6-hdp1 xennlake_install]# su - hadoop

[hadoop@oel6-hdp1 sh]# ./post_install.sh

Access the web interface

By default you can access the web interface by your favourite browser by typing the following URL.

http://<host-name>:8080/xennlake_web

Default username password is admin/hello1

Last updated