Skip to content

Commit

Permalink
working on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrypekar committed Mar 17, 2016
1 parent 0a2b8a2 commit bdba05f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
54 changes: 53 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,53 @@
# hdfs-mesos
HDFS Mesos
==========

Intro
-----
This project allows running HDFS on Mesos.

You should be familiar with HDFS and Mesos basics:
- [http://mesos.apache.org/documentation/latest/]
- [https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html]

For issues see: [Having Issue]

Building
--------
Clone and build the project
```
# git clone https://github.com/elodina/hdfs-mesos.git
# cd hdfs-mesos
# ./gradlew jar
# wget https://archive.apache.org/dist/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz
```

Running in Vagrant
-------------------
Project includes vagrant environment, that allows to run it locally.

Download hadoop tarball first:
```
# cd hdfs-mesos
# wget https://archive.apache.org/dist/hadoop/core/hadoop-1.2.1/hadoop-1.2.1.tar.gz
```

Start vagrant env:
```
# cd vagrant
# vagrant up
```
It creates mesos master and slave nodes. Please see [vagrant/README.md] for more details.
Please add node names to `/etc/hosts` as described [vagrant/README.md#host-names]


Having Issue
------------
Please read this README carefully, to make sure you problem is not already described.

Also make sure that your issue is not duplicating any existing one.

DO NOT post general question like "I am having problem with mesos"
to the issue list. Please use generic QA sites like http://stackoverflow.com
for that.

Issues list: https://github.com/elodina/hdfs-mesos/issues
2 changes: 1 addition & 1 deletion vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ So internode `ssh` should work without password.
For general mesos overview please refer to
http://mesos.apache.org/documentation/latest/mesos-architecture/

## Node Names
## Host Names
During first run `Vagrantfile` creates `hosts` file which
contains host names for cluster nodes. It is recommended
to append its content to `/etc/hosts` (or other OS-specific
Expand Down

0 comments on commit bdba05f

Please sign in to comment.