Use the JDBC interpreter to access Phoenix

This section describes how to use the Apache Zeppelin JDBC interpreter to access Apache 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" in this guide.

  1. Add the following directive at the start of a paragraph:
    %jdbc(phoenix)
  2. Run the query that accesses Phoenix.