You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by fp...@apache.org on 2016/07/01 23:13:51 UTC

incubator-omid git commit: [OMID-46] Fix installation instructions in Omid Website

Repository: incubator-omid
Updated Branches:
  refs/heads/master d7b82409e -> 30df749a6


[OMID-46] Fix installation instructions in Omid Website

Website quickstart instructions updated

This closes #2

Change-Id: Iddef2a27de6d661ad04c237746a7969886ed0e69


Project: http://git-wip-us.apache.org/repos/asf/incubator-omid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-omid/commit/30df749a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/30df749a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/30df749a

Branch: refs/heads/master
Commit: 30df749a6d9d76a7f050fe44c9392a1bfab7f6fc
Parents: d7b8240
Author: Francisco Perez-Sorrosal <fp...@apache.org>
Authored: Fri Jun 17 14:27:35 2016 -0700
Committer: Francisco Perez-Sorrosal <fp...@yahoo-inc.com>
Committed: Fri Jul 1 16:11:16 2016 -0700

----------------------------------------------------------------------
 doc/site/markdown/quickstart.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/30df749a/doc/site/markdown/quickstart.md
----------------------------------------------------------------------
diff --git a/doc/site/markdown/quickstart.md b/doc/site/markdown/quickstart.md
index 5976db8..8b912cc 100644
--- a/doc/site/markdown/quickstart.md
+++ b/doc/site/markdown/quickstart.md
@@ -20,7 +20,9 @@ Then start HBase in [standalone mode](https://hbase.apache.org/book.html#quickst
 ```sh
 $ git clone git@github.com:yahoo/omid.git
 $ cd omid
-$ mvn clean install
+$ mvn clean install -Phbase-0 (for HBase 0.x versions)
+or
+$ mvn clean install -Phbase-1 (for HBase 1.x versions)
 ```
 This will generate a binary package containing all dependencies for the TSO in tso-server/target/tso-server-\<VERSION\>-bin.tar.gz.