[ https://issues.apache.org/jira/browse/OOZIE-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13898250#comment-13898250 ]
Ostap commented on OOZIE-1681: ------------------------------ I checked hsqldb-1.8.0.7.jar and hsqldb-1.8.0.10.jar and found that in hsqldb-1.8.0.7.jar isClosed() method has default(package) access, so it can be called only from same package. But in hsqldb-1.8.0.10.jar isClosed() is public and can be accessed from everywhere. And this problem sometimes shows up when oozie run sqoop job. But i think that 1.8.0.10 is backword compatible and we can just change oozie version to 1.8.0.10.So will load new patch with this change. > Sqoop sharelib has no hsqldb jar version > ---------------------------------------- > > Key: OOZIE-1681 > URL: https://issues.apache.org/jira/browse/OOZIE-1681 > Project: Oozie > Issue Type: Bug > Reporter: Ostap > Assignee: Ostap > Fix For: trunk > > Attachments: OOZIE-1681.patch > > > In OOZIE-1343 hsqldb dependency was added to sqoop sharelib, but without > version. > Because of this maven will include hsqldb-1.8.0.7 which is used by oozie. > This is wrong because sqoop itself uses hsqldb-1.8.0.10. > So we have to define version for hsqldb as 1.8.0.10. -- This message was sent by Atlassian JIRA (v6.1.5#6160)