You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Barna Zsombor Klara (JIRA)" <ji...@apache.org> on 2016/11/14 10:49:58 UTC

[jira] [Commented] (HIVE-15196) LLAP UI: HIVE-14984 broke LLAP UI

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

Barna Zsombor Klara commented on HIVE-15196:
--------------------------------------------

Hi [~gopalv],
can you please explain the error with the LLAP UI? The regexp should only match for the context root of the web application, is it somehow redirecting the LLAP UI requests as well?
If you want then I can take a look at it and provide a fix.

> LLAP UI: HIVE-14984 broke LLAP UI
> ---------------------------------
>
>                 Key: HIVE-15196
>                 URL: https://issues.apache.org/jira/browse/HIVE-15196
>             Project: Hive
>          Issue Type: Bug
>          Components: llap, Web UI
>    Affects Versions: 2.2.0
>            Reporter: Gopal V
>
> Hard-rewrite rule to the HS2 UI in HttpServer impl
> {code}
>     RewriteRegexRule rootRule = new RewriteRegexRule();
>     rootRule.setRegex("^/$");
>     rootRule.setReplacement("/hiveserver2.jsp");
>     rootRule.setTerminating(true);
> {code}



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