[
https://issues.apache.org/jira/browse/PHOENIX-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid updated PHOENIX-1552:
----------------------------------
Attachment: PHOENIX-1552.patch
Patch to add a Sandbox class and start-up script for it.
Running bin/phoenix_sandbox.py starts up a self-contained HBase with Phoenix,
and prints out the connection information once it's started up. It's
implemented as a Python script so that it (hopefully) will work on Windows,
although I don't have a system to test that on.
> Add sandbox environment for trying out Phoenix
> ----------------------------------------------
>
> Key: PHOENIX-1552
> URL: https://issues.apache.org/jira/browse/PHOENIX-1552
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Gabriel Reid
> Attachments: PHOENIX-1552.patch
>
>
> Currently, taking Phoenix for a test drive (i.e. create a table, add a bit of
> data to it, and query it) is currently pretty involved, in that you need to
> have an HBase cluster set up, etc.
> It would be handy, both for new users to try things out, as well as for
> running ad-hoc test scenarios, to have a self-contained sandbox that can be
> started up. This sandbox would start a self-contained HBase with Phoenix
> installed, and allow connecting to it via JDBC.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)