You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/10/05 14:16:03 UTC

[jira] [Commented] (HIVE-17707) Make hiveserver2's status page more jdk9 friendly

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

Zoltan Haindrich commented on HIVE-17707:
-----------------------------------------

my ideas:

* replace the jsp page with something more modern...
* consider removing this jsp page...and serve these infos thru some other channel (JMX?)
* move the jsp generator task into a maven profile; and generate it with jdk8 / and commit it ( I guess this part doesn't change that often) 


> Make hiveserver2's status page more jdk9 friendly
> -------------------------------------------------
>
>                 Key: HIVE-17707
>                 URL: https://issues.apache.org/jira/browse/HIVE-17707
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Server Infrastructure
>            Reporter: Zoltan Haindrich
>
> there is a lone jsp page in the {{service}} module
> https://github.com/apache/hive/blob/188f7fb47aec3f98ef53965ba6ae84e23bd26f59/service/src/resources/hive-webapps/hiveserver2/hiveserver2.jsp#L20
> The main problem with it is that the jsp compiler is an ancient relicvia back from 2008...executed via some {{AntTask}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)