GitHub user AhyoungRyu opened a pull request:
https://github.com/apache/zeppelin/pull/1640
Enable to search interpreters only based on the name
### What is this PR for?
Currently when you're trying to search some interpreters, for example
"Spark", the page shows both "Livy" and "Spark". It's because Livy contains
Spark related properties `livy.spark.driver.cores`, `livy.spark.driver.memory`
and etc etc. As a user aspect, I felt a bit uncomfortable with this.
So I added one more condition so that it can search only based on
interpreter name.
### What type of PR is it?
Improvement
### What is the Jira issue?
no Jira issue for this
### How should this be tested?
Outline the steps to test the PR here.
### Screenshots (if appropriate)
- Before

- After

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AhyoungRyu/zeppelin search-basedOn-name
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1640.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1640
----
commit 7564e1c1e680cbcef756228f2c99804b878c6488
Author: AhyoungRyu <[email protected]>
Date: 2016-11-15T14:15:42Z
Search interpreter only based on interpreter name
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---