Skip to content

sequenceiq/docker-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-phoenix

A Docker image to quick start Apache Phoenix on Apache HBase to provide an SQL interface.

Apache Phoenix is a SQL skin over HBase delivered as a client-embedded JDBC driver targeting low latency queries over HBase data. Apache Phoenix takes your SQL query, compiles it into a series of HBase scans, and orchestrates the running of those scans to produce regular JDBC result sets. The table metadata is stored in an HBase table and versioned, such that snapshot queries over prior versions will automatically use the correct schema. Direct use of the HBase API, along with coprocessors and custom filters, results in performance on the order of milliseconds for small queries, or seconds for tens of millions of rows.

###Versions Apache Hadoop - 2.7.0
Apache HBase - 1.1.2 Apache Phoenix - 4.4.0+

###Launch docker run -it sequenceiq/phoenix:v4.1onHbase-0.98.5 -> to normal launch

###Alternative launch docker run -it sequenceiq/phoenix:v4.1onHbase-0.98.5 /etc/bootstrap-phoenix.sh -sqlline -> to launch directly the sqlline for phoenix

About

SQL on HBase with Apache Phoenix in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages