[jira] [Created] (ZEPPELIN-5171) Support flink run in flink interpreter

2020-12-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5171: Summary: Support flink run in flink interpreter Key: ZEPPELIN-5171 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5171 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-5170) Support spark-submit in spark interpreter

2020-12-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5170: Summary: Support spark-submit in spark interpreter Key: ZEPPELIN-5170 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5170 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] zjffdu commented on pull request #3996: [ZEPPELIN-5155]. Add option to disable search

2020-12-21 Thread GitBox
zjffdu commented on pull request #3996: URL: https://github.com/apache/zeppelin/pull/3996#issuecomment-749339776 Thanks for the review @Reamer This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3996: [ZEPPELIN-5155]. Add option to disable search

2020-12-21 Thread GitBox
zjffdu commented on a change in pull request #3996: URL: https://github.com/apache/zeppelin/pull/3996#discussion_r547069059 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/search/NoSearchService.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software

[GitHub] [zeppelin] kr11 commented on pull request #3995: [ZEPPELIN-5165]. fix bug in interpreter.cmd-0.9.0 Windows

2020-12-21 Thread GitBox
kr11 commented on pull request #3995: URL: https://github.com/apache/zeppelin/pull/3995#issuecomment-749324437 > I have restarted the CI process. Hi @Reamer, Thanks! I found the checks failed at `zeppelin-integration` at `ParagraphActionsIT#testSingleDynamicFormCheckboxForm`.

[GitHub] [zeppelin] Reamer commented on pull request #3721: [Zeppelin 4731] Ability to exclude fields from being saved in Note files

2020-12-21 Thread GitBox
Reamer commented on pull request #3721: URL: https://github.com/apache/zeppelin/pull/3721#issuecomment-749085575 Closed because #3989 was merged. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] Reamer closed pull request #3721: [Zeppelin 4731] Ability to exclude fields from being saved in Note files

2020-12-21 Thread GitBox
Reamer closed pull request #3721: URL: https://github.com/apache/zeppelin/pull/3721 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [zeppelin] Reamer commented on a change in pull request #3996: [ZEPPELIN-5155]. Add option to disable search

2020-12-21 Thread GitBox
Reamer commented on a change in pull request #3996: URL: https://github.com/apache/zeppelin/pull/3996#discussion_r546817085 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/search/NoSearchService.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software

[GitHub] [zeppelin] Reamer commented on pull request #3995: [ZEPPELIN-5165]. fix bug in interpreter.cmd-0.9.0 Windows

2020-12-21 Thread GitBox
Reamer commented on pull request #3995: URL: https://github.com/apache/zeppelin/pull/3995#issuecomment-749061439 I have restarted the CI process. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] zjffdu commented on pull request #3997: [ZEPPELIN-5162]. Zeppelin reload note from storage doesn't work

2020-12-21 Thread GitBox
zjffdu commented on pull request #3997: URL: https://github.com/apache/zeppelin/pull/3997#issuecomment-749030641 Oops, my fault, let me fix it. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] Reamer commented on pull request #3997: [ZEPPELIN-5162]. Zeppelin reload note from storage doesn't work

2020-12-21 Thread GitBox
Reamer commented on pull request #3997: URL: https://github.com/apache/zeppelin/pull/3997#issuecomment-749029889 @zjffdu The second commit in this PR should be separated into another PR. This is an automated message from

[jira] [Created] (ZEPPELIN-5169) Hive set statement doesn't work for some hive version when there's empty line ahead

2020-12-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5169: Summary: Hive set statement doesn't work for some hive version when there's empty line ahead Key: ZEPPELIN-5169 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5169

[jira] [Created] (ZEPPELIN-5168) Interpreter binding message is misleading

2020-12-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5168: Summary: Interpreter binding message is misleading Key: ZEPPELIN-5168 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5168 Project: Zeppelin Issue Type:

Re: Removing ;JSESSIONID in URL after login using CAS authentication

2020-12-21 Thread Tien Dat PHAN
Dear all, For your information, we just found out the missing Shiro configuration to remove the JSESSIONID added in the URL after login. We just need to add this line in conf/shiro.ini: sessionManager.sessionIdUrlRewritingEnabled = false This simply fixes the issue :-D Best regards Tien Dat