This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 227
Download
mujtabachohan edited this page Aug 16, 2013
·
34 revisions
8/15/2013 - phoenix-2.0.0-install.tar (requires HBase 0.94.4 or above) - release notes
6/4/2013 - phoenix-1.2.1-install.tar (requires HBase 0.94.4 or above) - release notes
5/15/2013 - phoenix-1.2.0-install.tar (requires HBase 0.94.4 or above) - [release notes] (https://github.com/forcedotcom/phoenix/wiki/Release-Notes/wiki#wiki-relNotes1.2)
2/22/2013 - phoenix-1.1-install.tar (requires HBase 0.94.4 or above) - [release notes] (https://github.com/forcedotcom/phoenix/wiki/Release-Notes/wiki#wiki-relNotes1.1)
1/30/2013 - phoenix-1.0-install.tar (requires HBase 0.94.2 or 0.94.3) - [release notes] (https://github.com/forcedotcom/phoenix/wiki/Release-Notes/wiki#wiki-relNotes1.0)
To install a pre-built phoenix, use these directions:
- Download and expand the latest phoenix-[version]-install.tar
- Add the phoenix-[version].jar to the classpath of every HBase region server. An easy way to do this is to copy it into the HBase lib directory.
- Restart all region servers.
- Add the phoenix-[version]-client.jar to the classpath of any Phoenix client.
- Follow the instructions on Phoenix GIT home page on how to configure Squirrel SQL client or use the included psql script.