[GitHub] [zeppelin] zjffdu opened a new pull request #3972: [ZEPPELIN-5132] Allow job id injection for spark job url when knox is enabled

2020-11-13 Thread GitBox
zjffdu opened a new pull request #3972: URL: https://github.com/apache/zeppelin/pull/3972 ### What is this PR for? ### What type of PR is it? [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring] ### Todos * [ ] - Task ### What is

[GitHub] [zeppelin] Reamer commented on pull request #3970: [ZEPPELIN-5131]. Code completion pop up error message in shell interpreter

2020-11-13 Thread GitBox
Reamer commented on pull request #3970: URL: https://github.com/apache/zeppelin/pull/3970#issuecomment-726819358 Can you please avoid String concatenation during logging, because Strings are immutable. This is an automated

[GitHub] [zeppelin] Reamer closed pull request #3964: [ZEPPELIN-4977] Metrics and healthcheck

2020-11-13 Thread GitBox
Reamer closed pull request #3964: URL: https://github.com/apache/zeppelin/pull/3964 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 pull request #3964: [ZEPPELIN-4977] Metrics and healthcheck

2020-11-13 Thread GitBox
Reamer commented on pull request #3964: URL: https://github.com/apache/zeppelin/pull/3964#issuecomment-726714912 Closing this PR in favor of #3971 Reason: Dropwizard does not support metric tags, which are quite powerful.

[GitHub] [zeppelin] Reamer opened a new pull request #3971: [ZEPPELIN-4977] Metrics and healthcheck

2020-11-13 Thread GitBox
Reamer opened a new pull request #3971: URL: https://github.com/apache/zeppelin/pull/3971 ### What is this PR for? This PR includes: - Configurable Prometheus monitoring with endpoint (`/metrics`) - Rewrite the JMX metric endpoint - two new Healthcheck endpoints

[GitHub] [zeppelin] asfgit closed pull request #3969: [ZEPPELIN-5130] Improve code style

2020-11-13 Thread GitBox
asfgit closed pull request #3969: URL: https://github.com/apache/zeppelin/pull/3969 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

[jira] [Created] (ZEPPELIN-5132) Allow job id injection for spark interpreter in knox environment

2020-11-13 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5132: Summary: Allow job id injection for spark interpreter in knox environment Key: ZEPPELIN-5132 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5132 Project:

[GitHub] [zeppelin] zjffdu opened a new pull request #3970: [ZEPPELIN-5131]. Code completion pop up error message in shell interpreter

2020-11-13 Thread GitBox
zjffdu opened a new pull request #3970: URL: https://github.com/apache/zeppelin/pull/3970 ### What is this PR for? Minor PR to fix the code completion pop up issue in shell interpreter. Besides that, I also did some code refactoring in this PR. ### What type of PR is it?