Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.
/ mesos-xargs Public archive

Execute commands on your Mesos cluster with the ease of using Xargs!

Notifications You must be signed in to change notification settings

solarkennedy/mesos-xargs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mesos-xargs

Build Status

Have a Mesos cluster and you just want to run stuff on it?

Ever wish you could just use xargs? No? Good. You are a sane person and should use Hadoop like a normal person.

Installation

Mesos python bindings are kinda a mess. The main mesos bindings need to be installed with the main Mesos package. mesos.cli can be installed via pip.

This is mostly left up as an exercise to the reader...

Running

seq 1 10 | ./mesos_xargs.py echo

Acknowledgements

I'm mostly a python noob here. There are a lot of giants' shoulders I am standing upon here.

About

Execute commands on your Mesos cluster with the ease of using Xargs!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published