[GitHub] [zeppelin] zjffdu opened a new pull request #3829: [ZEPPELIN-4927]. Use the original order of interpreter properties from backend

2020-06-28 Thread GitBox
zjffdu opened a new pull request #3829: URL: https://github.com/apache/zeppelin/pull/3829 ### What is this PR for? The interpreter properties returned from backend is already ordered as the ordering of `interpreter-setting.json`, frontend should not order it again by alphabeta. We

[jira] [Created] (ZEPPELIN-4927) Use the original order of interpreter properties from backend

2020-06-28 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4927: Summary: Use the original order of interpreter properties from backend Key: ZEPPELIN-4927 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4927 Project: Zeppelin

[GitHub] [zeppelin] zjffdu commented on pull request #3827: [ZEPPELIN-4924]. Add params to note run rest api

2020-06-28 Thread GitBox
zjffdu commented on pull request #3827: URL: https://github.com/apache/zeppelin/pull/3827#issuecomment-650872260 Thanks @jongyoul for helping merge it This is an automated message from the Apache Git Service. To respond to

[GitHub] [zeppelin] zjffdu closed pull request #3805: [ZEPPELIN-4884]. Support all sql of flink 1.11

2020-06-28 Thread GitBox
zjffdu closed pull request #3805: URL: https://github.com/apache/zeppelin/pull/3805 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] zjffdu commented on pull request #3827: [ZEPPELIN-4924]. Add params to note run rest api

2020-06-28 Thread GitBox
zjffdu commented on pull request #3827: URL: https://github.com/apache/zeppelin/pull/3827#issuecomment-650865959 Yes,nothing changed @jongyoul This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] jongyoul commented on pull request #3827: [ZEPPELIN-4924]. Add params to note run rest api

2020-06-28 Thread GitBox
jongyoul commented on pull request #3827: URL: https://github.com/apache/zeppelin/pull/3827#issuecomment-650860979 Hello, BTW, I've used Github's merge function because I remembered it worked properly but are we still using our python script to merge some PRs?

[GitHub] [zeppelin] jongyoul merged pull request #3827: [ZEPPELIN-4924]. Add params to note run rest api

2020-06-28 Thread GitBox
jongyoul merged pull request #3827: URL: https://github.com/apache/zeppelin/pull/3827 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

Re: [Announce] New Zeppelin Committer: Philipp Dallig

2020-06-28 Thread Felix Cheung
Congrats and welcome! From: Xun Liu Sent: Saturday, June 27, 2020 8:58:34 AM To: dev Cc: users ; philipp.dal...@gmail.com Subject: Re: [Announce] New Zeppelin Committer: Philipp Dallig That's great news! Welcome aboard Philipp! :-) On Sat, Jun 27, 2020 at

[GitHub] [zeppelin] morningmemo opened a new pull request #3828: [ZEPPELIN-4926] Fix null pointer exception when the repository's url …

2020-06-28 Thread GitBox
morningmemo opened a new pull request #3828: URL: https://github.com/apache/zeppelin/pull/3828 …protocol is http ### What is this PR for? This PR is to fix null pointer exception when the interpreter repository's url protocol is http. ### What type of PR is it? [ Bug

[jira] [Created] (ZEPPELIN-4926) Fix null pointer exception when the interpreter repository's url protocol is http

2020-06-28 Thread lee jong hyun (Jira)
lee jong hyun created ZEPPELIN-4926: --- Summary: Fix null pointer exception when the interpreter repository's url protocol is http Key: ZEPPELIN-4926 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4926

[jira] [Created] (ZEPPELIN-4925) Only display note job info for owner

2020-06-28 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4925: Summary: Only display note job info for owner Key: ZEPPELIN-4925 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4925 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] asfgit closed pull request #3823: [ZEPPELIN-4868]. Display hive job execution info when running hive sql in jdbc interpreter

2020-06-28 Thread GitBox
asfgit closed pull request #3823: URL: https://github.com/apache/zeppelin/pull/3823 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] zjffdu opened a new pull request #3827: [ZEPPELIN-4924]. Add params to note run rest api

2020-06-28 Thread GitBox
zjffdu opened a new pull request #3827: URL: https://github.com/apache/zeppelin/pull/3827 ### What is this PR for? This PR add params to note run rest api, so that user can specify params for each note run. E.g. user can specify the date to run regular ETL job. ### What type

[GitHub] [zeppelin] zjffdu opened a new pull request #3826: [ZEPPELIN-4922]. Use original flink web url for job progress polling

2020-06-28 Thread GitBox
zjffdu opened a new pull request #3826: URL: https://github.com/apache/zeppelin/pull/3826 ### What is this PR for? For flink job progress polling, we should still use the original web url. Otherwise the replaced flink job url won't work. ### What type of PR is it? [Bug

[jira] [Created] (ZEPPELIN-4924) Add params to note run rest api

2020-06-28 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4924: Summary: Add params to note run rest api Key: ZEPPELIN-4924 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4924 Project: Zeppelin Issue Type: New