Skip to content

Commit

Permalink
adding README
Browse files Browse the repository at this point in the history
  • Loading branch information
jseidman committed Nov 30, 2011
1 parent ad79a3d commit fe7eaa5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rpm/centos5.5/x86_64/README
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,15 @@
RPM's and dependencies to install the following packages:

RHIPE - The R and Hadoop Integrated Programming Environment - RHIPE provides
an interface to running Hadoop MapReduce from the R environment.

Installing RHIPE requires installing R and Google Protobuffers. R RPM's can be found in public RPM repositories. Google protobuf RPM's are a little harder to find, so this directory contains an RPM for installing the latest protobuf version. Note that RHIPE and it's dependencies need to be installed on all nodes of the Hadoop cluster.

rmr - Like RHIPE, rmr provides an interface to running Hadoop MapReduce jobs from R. Installing rmr requires installation of the following dependencies:

digest
itertools
iterator
RJSONIO

RPM's for each of these dependencies are in this directory. As with RHIPE, using rmr requires installing to all nodes of a cluster.

0 comments on commit fe7eaa5

Please sign in to comment.