Hadoop Java

Hadoop Examples with Jar Files

Using existing Hadoop Examples

The simplest way to start with Hadoop is to use the available Hadoop Examples, that Cloudera has provided.

Compiling Java and Running the Jar file

Another way is to write your own Java code, and then create the Java classes and the Jar file.

HDFS Filesystem

HDFS is a file system overlay on top of the native Linux OS.  Therefore whenever you want to run the hadoop or yarn commands that rely on the HDFS, you would need to reference it specifically, and cannot use the usual OS shortcut.

Job Tracker Location:

Track your jobs (Yarn Resource Manager): links hpcdata1.priv.cwru.edu:19888

or,

Open the firefox from the master node and type: hpcdata1.priv.cwru.edu:19888