You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/10/19 09:15:00 UTC

[jira] [Created] (FLINK-10609) Source distribution fails with logging ClassCastException

Chesnay Schepler created FLINK-10609:
----------------------------------------

             Summary: Source distribution fails with logging ClassCastException
                 Key: FLINK-10609
                 URL: https://issues.apache.org/jira/browse/FLINK-10609
             Project: Flink
          Issue Type: Bug
          Components: Build System, Tests
    Affects Versions: 1.5.5, 1.6.2
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.5.5, 1.6.2


{code:java}
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Running org.apache.flink.addons.hbase.HBaseConnectorITCase
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.557 sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase
org.apache.flink.addons.hbase.HBaseConnectorITCase  Time elapsed: 0.556 sec  <<< ERROR!
java.lang.ClassCastException: org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to org.apache.commons.logging.impl.Log4JLogger

org.apache.flink.addons.hbase.HBaseConnectorITCase  Time elapsed: 0.557 sec  <<< ERROR!
java.lang.NullPointerException{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)