Use Teradata via JDBC in Zeppelin
Posted on Apr 10, 2018 in Software
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **
Use Teradata in Zeppelin
In order to connect Teradata via jdbc, a few things are needed to config the jdbc interpreter for Zeppelin:
-
Set default.user, default.password
-
Set default.url to
jdbc:teradata://server_ip
-
Import Teradata JDBC driver into Dependencies (the .jar package is attached)
-
Set default.driver to com.teradata.jdbc.TeraDriver
Related Resources
https://www.progress.com/blogs/using-a-jdbc-driver-with-apache-zeppelin
https://community.mapr.com/docs/DOC-2028-how-to-query-drill-using-zeppelin-on-mapr-cdp-draft
https://zeppelin.apache.org/docs/0.6.2/interpreter/jdbc.html