The procedure for installing development server functions is shown below.
Creating the configuration file bdpp.conf
Installing development server functions
DFS setup
Hadoop setup
Before installing the development server functions, set the previously designed values in the "bdpp.conf" configuration file.
Refer to "Development server" under "A.2.1 bdpp.conf" for details of the configuration file "bdpp.conf".
Follow the procedures below to install the development server functions.
Log in to the development server with root permissions.
Set the "BDPP_CONF_PATH" environment variable.
In the "BDPP_CONF_PATH" environment variable, set the directory where the "bdpp.conf" configuration file is stored.
Example
If the "bdpp.conf" configuration file was created under the "/home/data/slaves" directory:
# export BDPP_CONF_PATH=/home/data/slaves <Enter>
Mount the DVD-ROM.
Place the DVD-ROM in the DVD drive, then execute the command below to mount the DVD-ROM. If the DVD-ROM is automatically mounted by the automatic mount daemon (autofs), installer startup will fail because "noexec" is set in the mount options.
# mount /dev/hdc {DVD-ROM mount point} <Enter>
Start the installer.
Execute bdpp_inst to start the installer.
# {DVD-ROM mount point}/bdpp_inst <Enter>
Select "3. Development Server installation".
================================================================================ Interstage Big Data Parallel Processing Server V1.0.0 All Rights Reserved, Copyright(c) FUJITSU LIMITED 2012 ================================================================================ << Menu >> 1. Master Server installation 2. Slave Server installation 3. Development Server installation 4. Collaboration Server installation ================================================================================ Please select number to start specified Server installation [?,q] => 3 <Enter>
Note
If installation fails, refer to the messages came up during the installation operation and/or installation log file (/var/tmp/bdpp_install.log) to diagnose the failure.
Then, remove the cause of the failure and perform installaiton again.