Ottomata has submitted this change and it was merged.

Change subject: Updating README.md
......................................................................


Updating README.md

Change-Id: I145b3517b58259ad5cd1d8fd1dfb40eebe076730
---
M README.md
1 file changed, 21 insertions(+), 6 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/README.md b/README.md
index 549c141..a7dc38d 100644
--- a/README.md
+++ b/README.md
@@ -4,23 +4,26 @@
 Cloudera's Distribution 4 (CDH4) for Apache Hadoop.
 
 # Description
-Installs HDFS, YARN or MR1, Hive, HBase, Pig, Sqoop, Zookeeper, Oozie and
+Installs HDFS, YARN or MR1, Hive, Pig, Sqoop, Zookeeper, Oozie and
 Hue.  Note that, in order for this module to work, you will have to ensure
 that:
 
-* Sun JRE version 6 or greater is installed
+* Sun JRE version 6 is installed.
 * Your package manager is configured with a repository containing the
   Cloudera 4 packages.
+
+Note that many of the above mentioned services are not yet implemented in v0.2.
+See the v0.1 branch if you'd like to use these now.
 
 # Installation:
 Clone (or copy) this repository into your puppet modules/cdh4 directory:
 ```bash
-git clone git://github.com/wikimedia/cloudera-cdh4-puppet.git modules/cdh4
+git clone git://github.com/wikimedia/puppet-cdh4.git modules/cdh4
 ```
 
 Or you could also use a git submodule:
 ```bash
-git submodule add git://github.com/wikimedia/operations-puppet-cdh4.git 
modules/cdh4
+git submodule add git://github.com/wikimedia/puppet-cdh4.git modules/cdh4
 git commit -m 'Adding modules/cdh4 as a git submodule.'
 git submodule init && git submodule update
 ```
@@ -54,11 +57,23 @@
 ```puppet
 include cdh4::hadoop::master
 ```
-This installs and starts up the NameNode.  If using YARN this will install and 
set up ResourceManager and HistoryServer.  If using MRv1, this will install and 
set up the JobTracker.
+This installs and starts up the NameNode.  If using YARN this will install
+and set up ResourceManager and HistoryServer.  If using MRv1, this will install
+and set up the JobTracker.
 
 ### For your Hadoop worker nodes:
 ```puppet
 include cdh4::hadoop::worker
 ```
 
-This installs and starts up the DataNode.  If using YARN, this will install 
and set up the NodeManager.  If using MRv1, this will install and set up the 
TaskTracker.
+This installs and starts up the DataNode.  If using YARN, this will install
+and set up the NodeManager.  If using MRv1, this will install and set up the
+TaskTracker.
+
+# Notes:
+
+## Coming Soon:
+
+- Hive
+- Oozie
+- Hue

-- 
To view, visit https://gerrit.wikimedia.org/r/71570
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I145b3517b58259ad5cd1d8fd1dfb40eebe076730
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/cdh4
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to