Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Zeppelin Interpreter

Contributor

Do we have any SQL interpreter in Zeppelin?

1 ACCEPTED SOLUTION

Rising Star

@Sudheer Velagapudi

Here is the list of interpreters that exist in zeppelin.

https://zeppelin.apache.org/supported_interpreters.html

There is nothing specifically for SQL interpreter though. What exactly are you trying to do here?

View solution in original post

5 REPLIES 5

@Sudheer Velagapudi

If you look at the zeppelin jdbc interpreter configuration, you will see these 4 properties:

default.driver ( Your driver, for e.g. org.postgresql.Driver)

default.url (jdbc connection URL)

default.user

default.password

You can configure these 4 properties and then use %jdbc as to do SQL queries

Please go through this page for more information: https://zeppelin.apache.org/docs/0.6.1/interpreter/jdbc.html

Rising Star

@Sudheer Velagapudi

Here is the list of interpreters that exist in zeppelin.

https://zeppelin.apache.org/supported_interpreters.html

There is nothing specifically for SQL interpreter though. What exactly are you trying to do here?

Contributor

I am just trying to connect to hive

Rising Star

Ah ok. Try this

%jdbc(hive) 

You might need to check if the hive configuration is updated in the jdbc interpreter settings.

Contributor

Oh its working default. Thanks

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.