[ 
https://issues.apache.org/jira/browse/HIVE-24484?focusedWorklogId=776170&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-776170
 ]

ASF GitHub Bot logged work on HIVE-24484:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/May/22 09:25
            Start Date: 31/May/22 09:25
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on PR #3279:
URL: https://github.com/apache/hive/pull/3279#issuecomment-1141893046

   I've deployed
   * hadoop-3.3.3
   * tez 0.10.1
   * hive from the PR
   running a simple insert failed with:
   ```
   Caused by: java.lang.NoSuchMethodError: 
org.eclipse.jetty.server.session.SessionHandler.getSessionManager()Lorg/eclipse/jetty/server/SessionManager;
        at 
org.apache.hadoop.http.HttpServer2.initializeWebServer(HttpServer2.java:569)
        at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:550)
        at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:117)
        at 
org.apache.hadoop.http.HttpServer2$Builder.build(HttpServer2.java:425)
        at org.apache.hadoop.yarn.webapp.WebApps$Builder.build(WebApps.java:341)
        at org.apache.hadoop.yarn.webapp.WebApps$Builder.start(WebApps.java:432)
        at org.apache.hadoop.yarn.webapp.WebApps$Builder.start(WebApps.java:428)
        at 
org.apache.tez.dag.app.web.WebUIService.serviceStart(WebUIService.java:94)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
        at 
org.apache.tez.dag.app.DAGAppMaster$ServiceWithDependency.start(DAGAppMaster.java:1800)
        at 
org.apache.tez.dag.app.DAGAppMaster$ServiceThread.run(DAGAppMaster.java:1821)
   2022-05-31 09:17:19,422 [INFO] [shutdown-hook-0] |app.DAGAppMaster|: 
DAGAppMasterShutdownHook invoked
   ```
   maybe I've missed something - but it seems like the tez dagappmaster has 
issues running with the jetty because of hadoop 3.3.3
   
   I've these settings:
   ```
   tez/tez-site/tez.lib.uris ${fs.defaultFS}/apps/tez/tez.tar.gz
   tez/tez-site/tez.use.cluster.hadoop-libs true
   ```
   
   @abstractdog is hadoop-3.3.3 supported with tez-0.10.1?




Issue Time Tracking
-------------------

    Worklog Id:     (was: 776170)
    Time Spent: 11h 23m  (was: 11h 13m)

> Upgrade Hadoop to 3.3.1
> -----------------------
>
>                 Key: HIVE-24484
>                 URL: https://issues.apache.org/jira/browse/HIVE-24484
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 11h 23m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to