You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Jeff Zhang <zj...@gmail.com> on 2017/05/12 18:25:52 UTC

Prefix not found when using hive

The following code would cause this error. Looking at the code, seems
zeppelin would not parse the text in parentheses, can anyone confirm
whether this is a bug ? And the document seems still using the parentheses
syntax.
https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html


%jdbc(hive)

select * from test


[image: image.png]