Giter Site home page Giter Site logo

rhipe's Introduction

RHIPE: R and Hadoop Integrated Processing Environment

Analyze Data using Hadoop tools from within the R environment (e.g. MapReduce)

Documentation: http://saptarshiguha.github.com/RHIPE/

Binary downloads: http://ml.stat.purdue.edu/rhipebin/

Changes

Many! And better documentation to come soon. Very importantly, rhmr has gone and is now replaced by rhwatch. Though the warning says ‘use the same arguments’, this is not true. Here is a quick conversion

The parameters ifolder, ofolder and inout have gone.

  • For sequence input and sequence output, rhwatch(, input=path-to-input, output=path-to-output)
  • For text input and sequence output, rhwatch(, input=rhfmt(path-to-input,type‘text’), output=path-to-output=
  • For text output, sequence input, rhwatch(, input=path-to-input, output=rhfmt(path-to-output, type‘text’)=
  • For the mapreduce equivalent of lapply(1:N, F), do rhwatch(map=rhmap({ rhcollect(k, F(k) )}), input=N) for documentation regarding these , ask the google groups mailing list.

And there is support for reading from HBase, writing to HBase too(experimental).

rhipe's People

Contributors

hafen avatar jrounds avatar saptarshiguha avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.