Top "Phoenix" questions

Use this tag for questions about Apache Phoenix, an open source project in the Hadoop ecosystem which provides an SQL layer on top of HBase (a non-relational database).

Phoenix sqlline cannot display all columns of table on terminal

Use phoenix sqlline to connect the hbase. On SecureCRT terminal I can only see three columns of table which has …

hbase phoenix
How to create a Phoenix Table / View over an Existing Hbase table

I am new to Phoenix, Hbase. We have a requirement to issue SQL Like queries against Hbase Database. A decision …

sql apache hbase phoenix
How to export data to text file in Apache phoenix?

I'm quite new to HBase and Phoenix. But is there a way I can dump/export data to a text …

hbase phoenix
Connecting to apache phoenix using JDBC and Java

I have a small java program in which I try to establish a connection to a remote Phoenix server I …

java jdbc hbase phoenix
java.lang.NoClassDefFoundError: org/apache/spark/sql/DataFrame

I am running my Spark code to save data to HBase in Amazon EMR 5.8.0 which has Spark 2.2.0 installed. Running in …

scala apache-spark hbase emr phoenix
Can not connect to hbase via phoenix

I am trying to connect hbase via phoenix: First, I added phoenix-2.jar to hbase lib directory. Then restart region …

java hbase apache-zookeeper phoenix
How do I change data type of column in Apache Phoenix without losing HBase data?

I have an HBase installation with a bunch of existing tables, with a bunch of data in them (which I …

hbase phoenix