Apache Zeppelin Does not connect to Tera data via JDBC -


i not able connect teradata apache zeppelin. work when create separate interpreter it, not work through spark query through direct jdbc connection on note. here connection string

val jdbcdf = sqlcontext.load("jdbc", map(  "url" -> "jdbc:teradata://severname,tmode=tera,  user=*****, password=****", "dbtable" -> "select query",  "driver" -> "com.teradata.jdbc.teradriver")) 

here error message (just first few lines)

java.sql.sqlexception: [teradata jdbc driver] [terajdbc 16.10.00.03]  [error 1000] [sqlstate 08s01] login failure connection to...... 

don't know if it's proxy settings , same query , string works manually created td interpreter in zeppelin puzzled. class paths teradata jar files specified correctly.

any appreciated


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -