Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3593

Kylin Interpreter on Zeppelin doesn't allow setting project name on paragraph

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • v2.4.1
    • None
    • Driver - JDBC, Integration
    • None

    Description

      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
       

      Attachments

        Activity

          People

            Na Zhai Na Zhai
            moisescatala Moises
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: