[
https://issues.apache.org/jira/browse/KYLIN-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644840#comment-16644840
]
Na Zhai commented on KYLIN-3593:
--------------------------------
hi, [~moisescatala]
I have verified with Zeppelin-0.8.0. It works fine. So I recommend you to
upgrade Zeppelin version. Related to this issue:
https://issues.apache.org/jira/browse/ZEPPELIN-2078
> Kylin Interpreter on Zeppelin doesn't allow setting project name on paragraph
> -----------------------------------------------------------------------------
>
> Key: KYLIN-3593
> URL: https://issues.apache.org/jira/browse/KYLIN-3593
> Project: Kylin
> Issue Type: Improvement
> Components: Driver - JDBC, Integration
> Affects Versions: v2.4.1
> Reporter: Moises
> Assignee: Na Zhai
> Priority: Minor
>
> Hi guys,
> I have started using Kylin with our Zeppelin Notebook Server, we have
> installed correctly the interpreter and we can run queries to the default
> project specified in the interpreter settings.
>
> The problem is when we try to set the project at the paragraph:
>
> {{%kylin(learn_kylin)}}{{ }}
> {{select part_dt,count ( * ) from kylin_sales group by part_dt}}
>
> Fails with error 500, second paragraph has not specified the project
> (learn_kylin) and executes fine.
>
> {{%kylin}}{{ }}
> {{select part_dt,count( * ) from kylin_sales group by part_dt}}
>
> Our Kylin version is 2.4.0
> Zeppelin Version 0.7.3
>
> Kylin interpreter settings are the default, we followed the tutorial in
> Zeppelin Documentation:
> [https://zeppelin.apache.org/docs/0.7.0/interpreter/kylin.html]
>
>
> Am I writting the paragraph with incorrect syntax??
>
> Thanks in advance
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)