Sha256: 4f5dc83ae2c5d7fea4f683c4b432350a7f8616ae64a4eee3be53a75c70ff647d
Contents?: true
Size: 1.3 KB
Versions: 5
Compression:
Stored size: 1.3 KB
Contents
# Mortar Development Framework Mortar is a platform as a service for Hadoop. With Mortar, you can run jobs on Hadoop using Apache Spark and Python without any special training. The Mortar Development Framework lets you develop Mortar Hadoop jobs directly on your local computer without installing any Hadoop libraries. Lots more info can be found on the [Mortar wiki](https://github.com/DataDog/devops/wiki/Mortar). [![Build Status](https://travis-ci.org/mortardata/mortar.png?branch=master)](https://travis-ci.org/mortardata/mortar) # Setup ## Dependencies * [Git](http://git-scm.com/downloads) 1.7.7 or later * [Ruby](http://www.ruby-lang.org/en/downloads/) 1.8.7 or later * [Gem](https://rubygems.org/pages/download) (included with Ruby 1.9.2+) ## Installation sudo gem install mortar --bindir /usr/local/bin # Development To develop on the gem, install the bundle, and then use bundle exec to run mortar: gem install bundler bundle install bundle exec mortar <command> <args> If you want to run the modified `mortar` from a different directory (e.g. from `dd-analytics`), you need to do it like this: BUNDLE_GEMFILE="/path/to/mortar/Gemfile" bundle exec mortar # Tests You can run all the RSpec tests with rake: rake spec To run tests for a single file using: rspec path/to/test_file
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mortar-0.15.53 | README.md |
mortar-0.15.52 | README.md |
mortar-0.15.51 | README.md |
mortar-0.15.50 | README.md |
mortar-0.15.49 | README.md |