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 2021/04/02 12:28:00 UTC

[jira] [Commented] (BIGTOP-3531) Fix packaging and smoke-tests of Oozie 5.2.1

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

Masatake Iwasaki commented on BIGTOP-3531:
------------------------------------------

The version of guava must be alighend to 27.0-jre.
{noformat}
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging.
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:1357)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:1338)
        at org.apache.oozie.service.XLogService.extractInfoForLogWebService(XLogService.java:218)
        at org.apache.oozie.service.XLogService.init(XLogService.java:203)
        at org.apache.oozie.service.Services.setServiceInternal(Services.java:387)
        at org.apache.oozie.service.Services.<init>(Services.java:111)
        at org.apache.oozie.tools.OozieDBCLI.getJdbcConf(OozieDBCLI.java:173)
        at org.apache.oozie.tools.OozieDBCLI.createConnection(OozieDBCLI.java:915)
        at org.apache.oozie.tools.OozieDBCLI.validateConnection(OozieDBCLI.java:923)
        at org.apache.oozie.tools.OozieDBCLI.createDB(OozieDBCLI.java:192)
        at org.apache.oozie.tools.OozieDBCLI.run(OozieDBCLI.java:135)
        at org.apache.oozie.tools.OozieDBCLI.main(OozieDBCLI.java:83)
{noformat}


> Fix packaging and smoke-tests of Oozie 5.2.1
> --------------------------------------------
>
>                 Key: BIGTOP-3531
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3531
>             Project: Bigtop
>          Issue Type: Improvement
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> We need extra work in order to make Oozie and smoke-tests run after BIGTOP-3528.



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