[ 
https://issues.apache.org/jira/browse/TEZ-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14319652#comment-14319652
 ] 

Hadoop QA commented on TEZ-2092:
--------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12698614/TEZ-2092.1.patch
  against master revision b74bab4.

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 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 javadoc{color}.  There were no new javadoc warning messages.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 1 new 
Findbugs (version 2.0.3) 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 .

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/186//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TEZ-Build/186//artifact/patchprocess/newPatchFindbugsWarningstez-dag.html
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/186//console

This message is automatically generated.

> Tez UI history url handler injects spurious trailing slash
> ----------------------------------------------------------
>
>                 Key: TEZ-2092
>                 URL: https://issues.apache.org/jira/browse/TEZ-2092
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>         Attachments: TEZ-2092.1.patch
>
>
> When using the following: 
> {code}
>     conf.set(TezConfiguration.TEZ_AM_TEZ_UI_HISTORY_URL_TEMPLATE,
>      "__HISTORY_URL_BASE__?viewPath=tezapp/__APPLICATION_ID__");
>     conf.set(TezConfiguration.TEZ_HISTORY_URL_BASE, 
> "http://localhost/ui/tez";);
> {code}
> Final url is "http://localhost/ui/tez/?viewPath=tez-app/TEST_APP_ID"; instead 
> of "http://localhost/ui/tez?viewPath=tez-app/TEST_APP_ID";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to