Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 529 Bytes

zeppelin-athena-interpreter

Amazon Athena interpreter for Apache Zeppelin.

Build

Requirement: Zeppelin must be in your local repo.

mvn clean package

Deployment

  • Update $ZEPPELIN_HOME/conf/zeppeln-site.xml
<property>
  <name>zeppelin.interpreters</name>
  <value>...,org.apache.zeppelin.athena.AthenaInterpreter,org.apache.zeppelin.athena.AthenaDownloadInterpreter</value>
</property>
  • Create $ZEPPELIN_HOME/interpreter/athena
  • Copy interpreter jar in $ZEPPELIN_HOME/interpreter/athena