[
https://issues.apache.org/jira/browse/AMBARI-7625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157804#comment-14157804
]
Hudson commented on AMBARI-7625:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #463 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/463/])
AMBARI-7625. Slider View: Reduce view parameter count and provide /status API
(srimanth) (sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8cc65e396f948591f22a9fa68d0e72401c155f4f)
*
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/ViewStatus.java
*
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/rest/client/AmbariHttpClient.java
*
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java
* contrib/views/slider/src/main/resources/view.xml
*
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewController.java
> Slider View: Reduce view parameter count and provide /status API
> ----------------------------------------------------------------
>
> Key: AMBARI-7625
> URL: https://issues.apache.org/jira/browse/AMBARI-7625
> Project: Ambari
> Issue Type: Task
> Components: contrib
> Affects Versions: 1.7.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 1.7.0
>
> Attachments: AMBARI-7625.patch
>
>
> View parameters should be reduced from 16 to 3 (ambari-URL, ambari-username,
> ambari-password). Rest of required information should be determined
> internally by the view.
> {{/api/v1/views/SLIDER/versions/1.0.0/instances/sv1/status}} endpoint should
> be created with response below:
> {code}
> {
> "version": "1.0.0",
> "validation": [
> {
> "message": "HDFS server is not installed on cluster",
> "type": "ERROR"
> },
> {
> "message": "YARN server is not started on cluster",
> "type": "ERROR"
> }
> ],
> "parameters": {
> "gangliaHost": "c6401.ambari.apache.org",
> "gangliaClusters": "App1:8881,App2:8882"
> }
> }
> {code}
> The {{/status}} endpoint *will have only 2 parameters* - ganglia host, and
> list of ganglia clusters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)