You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2020/02/12 12:30:00 UTC

[jira] [Commented] (BIGTOP-3304) Fix build failure of Flume against hive-2.3.6

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

Masatake Iwasaki commented on BIGTOP-3304:
------------------------------------------

{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project flume-hive-sink: Compilation failure: Compilation failure: 
[ERROR] /home/centos/bigtop/build/flume/rpm/BUILD/apache-flume-1.8.0-src/flume-ng-sinks/flume-hive-sink/src/test/java/org/apache/flume/sink/hive/TestHiveSink.java:[104,13] error: method cleanDb in class TxnDbUtil cannot be applied to given types;
[ERROR]  actual and formal argument lists differ in length
[ERROR] /home/centos/bigtop/build/flume/rpm/BUILD/apache-flume-1.8.0-src/flume-ng-sinks/flume-hive-sink/src/test/java/org/apache/flume/sink/hive/TestHiveSink.java:[105,13] error: method prepDb in class TxnDbUtil cannot be applied to given types;
[ERROR]  actual and formal argument lists differ in length
[ERROR] /home/centos/bigtop/build/flume/rpm/BUILD/apache-flume-1.8.0-src/flume-ng-sinks/flume-hive-sink/src/test/java/org/apache/flume/sink/hive/TestHiveWriter.java:[102,13] error: method cleanDb in class TxnDbUtil cannot be applied to given types;
[ERROR]  actual and formal argument lists differ in length
[ERROR] /home/centos/bigtop/build/flume/rpm/BUILD/apache-flume-1.8.0-src/flume-ng-sinks/flume-hive-sink/src/test/java/org/apache/flume/sink/hive/TestHiveWriter.java:[103,13] error: method prepDb in class TxnDbUtil cannot be applied to given types;
{noformat}

> Fix build failure of Flume against hive-2.3.6
> ---------------------------------------------
>
>                 Key: BIGTOP-3304
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3304
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> Compilation of flume-hive-sink fails when building with {{-Dhive.version=2.3.6}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)