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

Alexander Pivovarov commented on HIVE-7187:
-------------------------------------------

noticed one issue with hive-webhcat (hcatalog/webhcat/svr/)

if I run
{code}
mvn eclipse:eclipse -Phadoop-2
{code}
in top level hive folder it generates .classpath for hive-webhcat which 
contains dependency on jetty 7.6.0 and 8.1.4.
{code}
/org/eclipse/jetty/jetty-webapp/8.1.14.v20131031/jetty-webapp-8.1.14.v20131031.jar
/org/eclipse/jetty/jetty-plus/8.1.14.v20131031/jetty-plus-8.1.14.v20131031.jar
{code}
current hive-webhcat code is not compatible with jetty 8.1 api

But if I run it in  hcatalog/webhcat/svr then .classpath has dependency on 
jetty 7.6.0 only but not on 8.1.4 (which is correct)

> Reconcile jetty versions in hive
> --------------------------------
>
>                 Key: HIVE-7187
>                 URL: https://issues.apache.org/jira/browse/HIVE-7187
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2, Web UI, WebHCat
>            Reporter: Vaibhav Gumashta
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.14.0
>
>         Attachments: HIVE-7187.patch
>
>
> Hive root pom has 3 parameters for specifying jetty dependency versions:
> {code}
>     <jetty.version>6.1.26</jetty.version>
>     <jetty.webhcat.version>7.6.0.v20120127</jetty.webhcat.version>
>     <jetty.hive-service.version>7.6.0.v20120127</jetty.hive-service.version>
> {code}
> 1st one is used by HWI, 2nd by WebHCat and 3rd by HiveServer2 (in http mode). 
> We should probably use the same jetty version for all hive components. 



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

Reply via email to