Skip to content

nisharam7/test-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please add your team members' names here.

Team members' names

  1. Student Name:

    Student UT EID:

  2. Student Name:

    Student UT EID:

...

Course Name: CS378 - Cloud Computing

Unique Number: 51515

Add your Project REPORT HERE

Project Template

Running on Laptop

Prerequisite:

  • Maven 3

  • JDK 1.6 or higher

  • (If working with eclipse) Eclipse with m2eclipse plugin installed

The java main class is:

edu.cs.utexas.HadoopEx.WordCount

Input file: Book-Tiny.txt

Specify your own Output directory like

Running:

Create a JAR Using Maven

To compile the project and create a single jar file with all dependencies:

mvn clean package

Run your application

Inside your shell with Hadoop

hadoop jar your-hadoop-application.jar edu.cs.utexas.HadoopEx.WordCount arg0 arg1 ...

Create a single JAR File from eclipse

Create a single gar file with eclipse

  • File export -> export -> export as binary -> "Extract generated libraries into generated JAR"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages