Apache Zeppelin Component Guide
Also available as:
PDF
loading table of contents...

Using the %jdbc Interpreter to Access Phoenix

The %jdbc interpreter supports access to Apache Phoenix data.

If you want Phoenix queries to run under the user ID originating the query, see Configuring User Impersonation for Access to Phoenix.

To use the JDBC interpreter to access Phoenix:

  1. Add the following directive at the start of a paragraph:

    %jdbc(phoenix)

  2. Run the query that accesses Phoenix.