Sha256: b7b0da2dbe5251b8b98fc4a8340ca1c776daaae556fd9c99c964baa2f798ee26
Contents?: true
Size: 722 Bytes
Versions: 6
Compression:
Stored size: 722 Bytes
Contents
# Mortar CLI The Mortar CLI lets you run Hadoop jobs on the Mortar service. # Setup ## Ruby First, install [rvm](https://rvm.io/rvm/install/). curl -kL https://get.rvm.io | bash -s stable Afterward, add the line recommended by rvm to your bash initialization file. Then, switch to the directory where you've cloned mortar. If you don't have the right version of Ruby installed, you will be prompted to upgrade via rvm. ## Dependencies Install required gems: bundle install # Running You can run the command line through bundle: bundle exec mortar <command> <args> # example bundle exec mortar help # Testing To run the tests, do: rake spec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mortar-0.3.2 | README.md |
mortar-0.3.1 | README.md |
mortar-0.3.0 | README.md |
mortar-0.2.1 | README.md |
mortar-0.2.0 | README.md |
mortar-0.1.0 | README.md |