Skip to content

This repository contains my source files to run a MapReduce job on server log files.

Notifications You must be signed in to change notification settings

ThomasTheJohnson/LogFileMapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Thomas Edward Johnson
[email protected]
02/21/2017
--------------------------------------------------------------------------------------------------------
Information
--------------------------------------------------------------------------------------------------------
This project is for my Big Data Tech class. Using a VM provided by Cloudera, we are able to simulate a
distributed system running HDFS.

-------------------------------------------------------------------------------------------------------- 
Command
--------------------------------------------------------------------------------------------------------
hadoop jar lastrequest.jar stubs.ProcessLogs weblog <output directory>

The above command line command will run my Hadoop Job. The jar name is as listed lastrequest.jar, the driver class is named
ProcessLogs but it is contained in the package stubs so it must be called with the package name. The input information
comes from the weblog directory we uploaded earlier in the semester but the name of the output directory is up to you.

--------------------------------------------------------------------------------------------------------

	              ______
    ________________//      \\
   /    	   /	  ^  \\	
  /  		   |	      \\  __
 ||| 	            \____/_\   \_/ /
 |||                      \\\____// 
 |/|	 /__________\     |\\_
 ^ |	|            \	  | \_/
   |    |	     |	  |
   |_/\/|            |_/\/|


About

This repository contains my source files to run a MapReduce job on server log files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages