-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ ZEPPELIN-1461 ] Doesn't display "description" value in interpreter creation page #1522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for your contribution @kjhong :) |
|
👍 |
|
But as you can see in the above screenshot img, most of CI tests have failed in @kjhong Let's re-trigger CI and see it helps or not. You can close and reopen this PR to retrigger it :) |
|
@kjhong
From future changes perspective, this will benefit us when
Let me know your views on these. |
|
I think this PR tries to make less change for the dealing with that problem. Actually the most right way changes a lot including backend. it also can break backward compatibility. |
…eation page ### What is this PR for? #1522 tried to fix same issue by making as least change as possible, but fixing it in backend side looks like more proper approach as #1522 (comment). This PR fixes ZEPPELIN-1461 by changing `properties` field of `InterpreterSetting` class from `Properties` -> `Object`. ### What type of PR is it? Bug Fix ### What is the Jira issue? [ZEPPELIN-1461](https://issues.apache.org/jira/browse/ZEPPELIN-1461) ### 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 Author: Mina Lee <[email protected]> Closes #1559 from minahlee/ZEPPELIN-1461 and squashes the following commits: 4a278f0 [Mina Lee] Add test checking InterpreterProperty class 14a6300 [Mina Lee] Add selenium test for display description on interpreter create 4eba177 [Mina Lee] Fix order of properties in ui and java code style 1a2a41d [Mina Lee] Show description when create new interpreter
…eation page ### What is this PR for? apache#1522 tried to fix same issue by making as least change as possible, but fixing it in backend side looks like more proper approach as apache#1522 (comment). This PR fixes ZEPPELIN-1461 by changing `properties` field of `InterpreterSetting` class from `Properties` -> `Object`. ### What type of PR is it? Bug Fix ### What is the Jira issue? [ZEPPELIN-1461](https://issues.apache.org/jira/browse/ZEPPELIN-1461) ### 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 Author: Mina Lee <[email protected]> Closes apache#1559 from minahlee/ZEPPELIN-1461 and squashes the following commits: 4a278f0 [Mina Lee] Add test checking InterpreterProperty class 14a6300 [Mina Lee] Add selenium test for display description on interpreter create 4eba177 [Mina Lee] Fix order of properties in ui and java code style 1a2a41d [Mina Lee] Show description when create new interpreter
…eation page ### What is this PR for? apache#1522 tried to fix same issue by making as least change as possible, but fixing it in backend side looks like more proper approach as apache#1522 (comment). This PR fixes ZEPPELIN-1461 by changing `properties` field of `InterpreterSetting` class from `Properties` -> `Object`. ### What type of PR is it? Bug Fix ### What is the Jira issue? [ZEPPELIN-1461](https://issues.apache.org/jira/browse/ZEPPELIN-1461) ### 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 Author: Mina Lee <[email protected]> Closes apache#1559 from minahlee/ZEPPELIN-1461 and squashes the following commits: 4a278f0 [Mina Lee] Add test checking InterpreterProperty class 14a6300 [Mina Lee] Add selenium test for display description on interpreter create 4eba177 [Mina Lee] Fix order of properties in ui and java code style 1a2a41d [Mina Lee] Show description when create new interpreter

What is this PR for?
As you can see in the attached screenshot image, "description" value doesn't show up in interpreter creation page. Moreover, the "+" (action button) is not working as well.
What type of PR is it?
Bug Fix
Todos
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1461?jql=project%20%3D%20ZEPPELIN%20AND%20text%20~%20%22description%22
How should this be tested?
Screenshots (if appropriate)
after

### Questions: - Does the licenses files need update? no - Is there breaking changes for older versions? no - Does this needs documentation? no