[
https://issues.apache.org/jira/browse/AMBARI-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112239#comment-14112239
]
Hudson commented on AMBARI-7035:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #39 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/39/])
AMBARI-7035. Views: Jobs view support for existing ATS. (akovalenko)
(akovalenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=61695fa43735b12a08b15af9504210ac6c9a0bf2)
* contrib/views/jobs/src/main/resources/view.xml
*
contrib/views/jobs/src/main/resources/ui/app/scripts/controllers/jobs_controller.js
* contrib/views/jobs/src/main/resources/ui/app/scripts/app.js
* contrib/views/jobs/src/main/resources/ui/app/scripts/helpers/ajax.js
*
contrib/views/jobs/src/main/resources/ui/app/scripts/controllers/job_controller.js
*
contrib/views/jobs/src/main/resources/ui/app/scripts/mappers/application_status_mapper.js
* contrib/views/jobs/src/main/resources/ui/app/scripts/helpers/jobs.js
> Views: Jobs view support for existing ATS
> -----------------------------------------
>
> Key: AMBARI-7035
> URL: https://issues.apache.org/jira/browse/AMBARI-7035
> Project: Ambari
> Issue Type: Bug
> Components: client
> Affects Versions: 1.7.0
> Reporter: Aleksandr Kovalenko
> Assignee: Aleksandr Kovalenko
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-7035.patch
>
>
> Add an optional instance parameter so an AMBARI.ADMIN can configure the view
> to point to an existing / arbitrary ATS host and ResourceManager host.
> {code}
> <parameter>
> <name>yarn.ats.url</name>
> <description>The URL to the YARN Application Timeline Server, used to
> provide Jobs information, typically, this is the
> yarn.timeline-service.webapp.address property in the yarn-site.xml
> configuration. For example: http://yarn.ats.address:8188</description>
> <required>false</required>
> </parameter>
> <parameter>
> <name>yarn.resourcemanager.url</name>
> <description>The URL to the YARN ResourceManager, used to provide YARN
> Application data. For example:
> http://yarn.resourcemanager.address:8088</description>
> <required>false</required>
> </parameter>
> {code}
> If these parameters are not set, the view should work as it does today
> (assumes ambari server hosting this view has the cluster to obtain ATS, and
> it gets that info from the Ambari REST API, and goes thru the ambari server
> proxy to retrieve info from ATS).
> If these parameter are set, the view should just use this prop and the ambari
> server proxy to retrieve info from ATS).
--
This message was sent by Atlassian JIRA
(v6.2#6252)