You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Moises (JIRA)" <ji...@apache.org> on 2018/09/25 09:03:00 UTC

[jira] [Created] (KYLIN-3593) Kylin Interpreter on Zeppelin doesn't allow setting project name on paragraph

Moises created KYLIN-3593:
-----------------------------

             Summary: 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


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)