You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Leona Yoda (Jira)" <ji...@apache.org> on 2022/06/08 09:40:00 UTC

[jira] [Commented] (BIGTOP-3698) Bump Hive to 3.1.3

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

Leona Yoda commented on BIGTOP-3698:
------------------------------------

FYI

I tried to upgrade Spark version to 3.2.1 (https://issues.apache.org/jira/browse/BIGTOP-3699), and it seemed succeeded on build and test.

However when I checked around the related projects, hive build got into an error like bellow.

 
{code:java}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project hive-webhcat: Compilation failure
[ERROR] /home/ubuntu/bigtop-dev-2/bigtop/output/hive/hive-3.1.2/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Main.java:[258,31] no suitable constructor found for FilterHolder(java.lang.Class<org.apache.hadoop.hdfs.web.AuthFilter>)
[ERROR]     constructor org.eclipse.jetty.servlet.FilterHolder.FilterHolder(org.eclipse.jetty.servlet.BaseHolder.Source) is not applicable
[ERROR]       (argument mismatch; java.lang.Class<org.apache.hadoop.hdfs.web.AuthFilter> cannot be converted to org.eclipse.jetty.servlet.BaseHolder.Source)
[ERROR]     constructor org.eclipse.jetty.servlet.FilterHolder.FilterHolder(java.lang.Class<? extends javax.servlet.Filter>) is not applicable
[ERROR]       (argument mismatch; java.lang.Class<org.apache.hadoop.hdfs.web.AuthFilter> cannot be converted to java.lang.Class<? extends javax.servlet.Filter>)
[ERROR]     constructor org.eclipse.jetty.servlet.FilterHolder.FilterHolder(javax.servlet.Filter) is not applicable
[ERROR]       (argument mismatch; java.lang.Class<org.apache.hadoop.hdfs.web.AuthFilter> cannot be converted to javax.servlet.Filter) {code}
 

If I build with Spark v3.1.3, hive works well.

 

> Bump Hive to 3.1.3
> ------------------
>
>                 Key: BIGTOP-3698
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3698
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: hive
>            Reporter: Kengo Seki
>            Priority: Major
>             Fix For: 3.2.0
>
>




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