Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update QuickStart README to use HBase 1.0.3 #1736

Merged
merged 1 commit into from
May 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
>
Expand Down Expand Up @@ -78,6 +78,6 @@ Pinpoint Web uses Mysql to persist users, user groups, and alarm configurations.
However Quickstart uses MockDAO to reduce memory usage.<br/>
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)