From 4d9a0ea40a34a2a01e6eaba490af492a7f18deb6 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Sun, 1 May 2016 11:30:05 +0900 Subject: [PATCH] Update QuickStart README to use HBase 1.0.3 This is a follow-up of #1651. --- quickstart/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickstart/README.md b/quickstart/README.md index e019598027b0..80cbb782cab2 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -27,7 +27,7 @@ The following script downloads HBase standalone from [Apache download site](http > **For Windows**, you'll have to download HBase manually from [Apache download site](http://apache.mirror.cdnetworks.com/hbase/). > -> Download `HBase-1.0.1-bin.tar.gz` and unzip it. +> Download `HBase-1.0.3-bin.tar.gz` and unzip it. > > Rename the directory to `hbase` so that the final HBase directory looks like `quickstart\hbase\hbase`. > @@ -78,6 +78,6 @@ Pinpoint Web uses Mysql to persist users, user groups, and alarm configurations. However Quickstart uses MockDAO to reduce memory usage.
Therefore if you want to use Mysql for Quickstart, please refer to Pinpoint Web's [applicationContext-dao-config.xml ](../web/src/main/resources/applicationContext-dao-config.xml -), [jdbc.properties](../web/src/main/resources/jdbc.properties). +), [jdbc.properties](../web/src/main/resources/jdbc.properties). -Additionally, if you would like to enable alerts, you need to implement additional logic. Please ref this [link](../doc/alarm.md) +Additionally, if you would like to enable alerts, you need to implement additional logic. Please ref this [link](../doc/alarm.md)