Top
Interstage Big DataParallel Processing ServerV1.0.0 User's Guide
Interstage

4.3.1 Installing Development Server Functions

The procedure for installing development server functions is shown below.

  1. Creating the configuration file bdpp.conf

  2. Installing development server functions

  3. DFS setup

  4. Hadoop setup


4.3.1.1 Creating the Configuration File bdpp.conf

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".


4.3.1.2 Installing Development Server Functions

Follow the procedures below to install the development server functions.

  1. Log in to the development server with root permissions.

  2. 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>
  3. 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>
  4. Start the installer.
    Execute bdpp_inst to start the installer.

    # {DVD-ROM mount point}/bdpp_inst <Enter>
  5. 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.