8000 GitHub - mesos/mesos at ft-nexus
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mesos/mesos

 
 

Repository files navigation

h1. Nexus Quickstart

For now, you can run Nexus in linux. Those who develop on OS X are currently using a linux virtual machine for development.

h2. Configure Nexus settings (future)

# Nexus does not currently use configuration files beyond the customary UNIX  _configure_/_make_ process, but we plan on adding this, where one can specify things such as:
## log file locations
## specify pluggable components (such as allocation module, isolation module, etc.)

h2. Building Nexus

# in linux or solaris (OS X not currently supported), in the @NEXUS_HOME@ directory, if you are using a 64bit ubuntu VM, type @./configure.OURS.ubuntu64@
## our premade config commands require you to have python-dev, ruby-dev, sun-java6-jdk, and swig (to get these in ubuntu, type apt-get X, where X is those three things in turn)
# type @make@

h2. Running the master

#  type @./nexus-master@. See the sample output below.
# take note of the libprocess PID identifier that is printed to stdout (or the log file if you have redirected log output), it will be something like: 1@127.0.1.1:41210
# access the webui. E.g. on OS X with a Linux virtual machine, you can visit http://<ip addr of virtual machine>:8080

<pre>
andyk@ubuntu:~/nexus/src$ ./nexus-master 
I1229 15:50:36.042454 27343 master_main.cpp:51] Build: 2009-12-29 15:35:23 by andyk
I1229 15:50:36.043526 27343 master_main.cpp:52] Starting Nexus master
I1229 15:50:36.044958 27344 master.cpp:228] Master started at 1@127.0.1.1:41210
I1229 15:50:36.045361 27343 master_webui.cpp:42] Starting master web UI
I1229 15:50:36.046046 27346 master_webui.cpp:25] Web UI thread started
I1229 15:50:36.105986 27346 master_webui.cpp:32] Loading webui/master/webui.py
Bottle server starting up (using WSGIRefServer (0.0.0.0:8080))...
Listening on http://0.0.0.0:8080/
Use Ctrl-C to quit.

I1229 15:50:37.050211 27344 master.cpp:527] Allocator timer tick
I1229 15:50:37.050480 27344 simple_allocator.cpp:148] Running makeNewOffers...
I1229 15:50:38.059840 27344 master.cpp:527] Allocator timer tick
...
</pre>

!http://scm.millennium.berkeley.edu:3000/attachments/download/7/Nexus-webui-screenshot.png!

h2. Running the slave

# type @./nexus-slave@ without arguments to see the required and optional arguments
# You should be able to see the slave show up on the master's webui

h3. Start a framework

# There should be a readme in each framework directory that explains how to use that framework
# You will have to have run @./configure@ with the correct parameters to use frameworks written in languages other than C/C++, e.g. --with-java-home=

About

PLEASE NOTE: Mesos is now hosted in Apache git! Get it using git clone https://git-wip-us.apache.org/repos/asf/mesos.git

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

0