Giter Site home page Giter Site logo

ceteri / exelixi Goto Github PK

View Code? Open in Web Editor NEW
133.0 133.0 23.0 12.41 MB

Exelixi is a distributed framework based on Apache Mesos, mostly implemented in Python using gevent for high-performance concurrency. It is intended to run cluster computing jobs (partitioned batch jobs, which include some messaging) in pure Python. By default, it runs genetic algorithms at scale.

License: Apache License 2.0

Shell 1.96% R 0.22% Python 97.82%

exelixi's Introduction

Wash Warm, Tumble Dry ๐Ÿ‘‹

Paco's GitHub stats

Tech Blog Badge Linkedin Badge Instagram Badge

exelixi's People

Contributors

ceteri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

exelixi's Issues

hat-trie added dependency on Cython

After you replaced datrie with hat_trie, cython became a requirement. One idea is to add the dependency, such as "sudo pip install cython" in "bin/local_install.sh". Another idea is to go back to datrie. Thank you.

ImportError: cannot import name shutdown

Hi,
I'm on a MacBook Pro running 10.10.3 with an Anaconda stack.
David-Laxers-MacBook-Pro:incubator-zeppelin davidlaxer$ conda -V
conda 3.13.0

gevent==1.0.1 does not seem to have a shutdown method.
Any ideas?

David-Laxers-MacBook-Pro: davidlaxer$ ipython
Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42)
Type "copyright", "credits" or "license" for more information.

IPython 3.1.0 -- An enhanced Interactive Python.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://binstar.org
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.

In [1]: from gevent import shutdown

ImportError Traceback (most recent call last)
in ()
----> 1 from gevent import shutdown

ImportError: cannot import name shutdown

In [2]: from gevent import *

In [3]: quit
David-Laxers-MacBook-Pro:incubator-zeppelin davidlaxer$ pip freeze | grep gevent
gevent==1.0.1
gevent-websocket==0.9.3
David-Laxers-MacBook-Pro:incubator-zeppelin davidlaxer$

is HDFS a hard requirement to setup/run exelixi framework?

Is HDFS a hard requirement to setup/run exelixi?

Hadoop is not currently part of playa-mesos box image, so install.sh fails the hadoop fs commands.

playa-mesos team is thinking to add support for a single node hadoop instance configured with pseudo-distributed operation. Would that work?

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.