[
https://issues.apache.org/jira/browse/AMBARI-11639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458787#comment-15458787
]
Hadoop QA commented on AMBARI-11639:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12826664/AMBARI-11639.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-web.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/8563//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/8563//console
This message is automatically generated.
> Ambari Admin View URL does not get properly parsed for custom versions
> ----------------------------------------------------------------------
>
> Key: AMBARI-11639
> URL: https://issues.apache.org/jira/browse/AMBARI-11639
> Project: Ambari
> Issue Type: Bug
> Components: ambari-admin
> Affects Versions: 2.1.0
> Reporter: Jesus Alvarez
> Assignee: Di Li
> Fix For: trunk
>
> Attachments:
> 0001-AMBARI-11639-Ambari-Admin-View-URL-does-not-get-prop.patch,
> AMBARI-11639.patch
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> When building a custom version of ADMIN VIEW jar with new version such as
> "2.1.0_custom", the UI returns a 404 message upon redirect.
> Upon loading ambari-server (http://node1.bigdata:8080) for the first time,
> the URL is redirected to:
> http://node1.bigdata:8080/views/ADMIN_VIEW/2.1.0_custom/INSTANCE/# , which
> returns a 404 missing page.
> If the URL is manually changed to
> http://node1.bigdata:8080/views/ADMIN_VIEW/2.1.0/INSTANCE/# , the UI loads --
> though links in ambari UI remain broken.
> This appears to be caused by
> latestVersion = sortedMappedVersions[sortedMappedVersions.length-1];
> and ambari.service.load_server_version ; each parsing version string
> differently.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)