Using a Phoenix build meant for HBase 1.x or 2.1+ on an HBase 2.0 cluster will result in ClassNotFoundException or IncompatibleClassChangeError during startup. Compatible Version Apache HBase 2.0.0, 2.0.1, 2.0.2 Java JDK 8 (Required for this specific release) 3. Step-by-Step Installation Guide
Phoenix comes with a command-line tool called . You can use it to connect to your Zookeeper quorum and start running SQL commands. ./bin/sqlline.py localhost Use code with caution. apache-phoenix-5.0.0-hbase-2.0-bin.tar.gz download
Ensure the user running Phoenix has read/write access to the HBase namespaces. Using a Phoenix build meant for HBase 1
Ensure your hbase-site.xml is copied into the Phoenix bin directory or added to the CLASSPATH . apache-phoenix-5.0.0-hbase-2.0-bin.tar.gz download
Significant performance boosts for non-row-key lookups.
Experimental support for ACID transactions via Tephra. 5. Troubleshooting Common Issues