Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width50%

On This page

Table of Contents
Column
width5%

Column
width45%

On Related Pages

Page Tree
rootSCICOMP:@self
startDepth3

Note that Brian upgraded the elastic map reduce client on the shared servers but the wiki has not been updated yet, you need to "load" the module and from then on out its in your PATH

Code Block

module load aws/elastic-mapreduce-cli
elastic-mapreduce --credentials ~/.ssh/$USER-credentials.json --help

Word Count In R

The following example in R performs MapReduce on a large input corpus and counts the number of times each word occurs in the input.

...