Top
Interstage Big DataParallel Processing ServerV1.0.1 User's Guide
FUJITSU Software

9.2.1 Application Overview

The applications for performing processing under Hadoop include the following types:

Information

Installation directory

The applications are installed in the following directories on the master servers, slave servers, and development servers.

Application

Installation directory

Master server

Slave
server

Development
server

MapReduce

/usr/bin (command)

/usr/share/hadoop (library)

/etc/hadoop (setup file)

Y

Y

Y

Hive

/usr/lib/hive-version

/etc/hive (setup file) (*1)

N

N

Y

Pig

/usr/bin (command)

/usr/share/pig (library)

/etc/pig (setup file)

N

N

Y

Hbase

/usr/lib/hbase-version

/etc/hbase (setup file) (*2)

Y

Y

Y

Y: Installed.

N: Not installed.

*1:/etc/hive is a symbolic link to /usr/lib/hive-version/conf

*2:/etc/hbase is a symbolic link to /usr/lib/hbase-version/conf.


The development of MapReduce applications is described below. Refer to the website and similar of the Apache Hadoop project for information on developing other applications.