[
https://issues.apache.org/jira/browse/HIVE-15196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673694#comment-15673694
]
Barna Zsombor Klara commented on HIVE-15196:
--------------------------------------------
Flaky tests:
https://issues.apache.org/jira/browse/HIVE-15201 - transform_ppr2
https://issues.apache.org/jira/browse/HIVE-15115 - union_fast_stats
https://issues.apache.org/jira/browse/HIVE-15116 - join_acid_non_acid
https://issues.apache.org/jira/browse/HIVE-15084 - explainanalyze_1
> 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
> Assignee: Barna Zsombor Klara
> Attachments: HIVE-15196.1.patch, HIVE-15196.patch
>
>
> 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)