Downloads
Antonio Piccolboni edited this page Feb 14, 2015
·
89 revisions
Pages 35
- Home
- dev>Contribute to the RHadoop project
- dev>Home
- dev>Release Process
- dev>rmr>API design
- dev>rmr>Design Philosophy
- dev>rmr>Documentation guidelines for rmr
- dev>rmr>Home
- dev>Version Control Guidelines
- Downloads
- FAQ
- Installing RHadoop on RHEL
- user>Home
- user>plyrmr>Changelog
- user>plyrmr>Home
- user>ravro>Changelog
- user>ravro>Home
- user>rhbase>Changelog
- user>rhbase>Home
- user>rhdfs>Changelog
- user>rhdfs>Home
- user>rmr>Changelog
- user>rmr>Comparison of high level languages for mapreduce k means
- user>rmr>Debugging rmr programs
- user>rmr>Efficient rmr techniques
- user>rmr>Finding Frequent Itemsets
- user>rmr>Getting data in and out
- user>rmr>Home
- user>rmr>Keyval types and combinations
- user>rmr>Learning resources
- user>rmr>Memory management in rmr2
- user>rmr>rmr2 settings
- user>rmr>Tutorial
- user>rmr>Use Cases
- user>rmr>Writing composable mapreduce jobs
- Show 20 more pages…
Clone this wiki locally
Download The Latest Official RHadoop Releases
- ravro-1.0.3
- plyrmr-0.6.0
- rmr-3.3.1
- rmr-3.3.1 for Windows
- rhdfs-1.0.8
- rhdfs-1.0.8 for Windows
- rhbase-1.2.1
We are limiting the listed downloads to the most recent stable version to simplify things and prevent people from downloading obsolete versions (and we say that from experience). If you have a very strong reason to want to install an old version, though, there is a way.
- Clone the repo for the package you need
git tag- find the tag corresponding to the version you want
git checkout <that-tag>R CMD build <path-to-rmr/pkg>
From the web interface:
- Go to repo for the package you need (for rmr < 2.0 go to the now retired RHadoop repo)
- In the Code tab there is a tag link somewhere in the upper right corner
- Select release of interest and download
- Unzip
R CMD build <path-to-rmr/pkg>
Either way, you can now continue with normal installation instructions
###Prerequisites and Installation
See the package specific pages: