[ https://issues.apache.org/jira/browse/SQOOP-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166346#comment-14166346 ] Hudson commented on SQOOP-1467: ------------------------------- FAILURE: Integrated in Sqoop2-hadoop100 #613 (See [https://builds.apache.org/job/Sqoop2-hadoop100/613/]) SQOOP-1467: Sqoop2: Make MAccountableEntity inherit from MValidatedElement rather then MPersistableEntity (abraham: https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=58bb8dd07a0288d30d20755df5ee69f7990a7061) * common/src/main/java/org/apache/sqoop/model/MNamedElement.java * common/src/main/java/org/apache/sqoop/model/MJob.java * common/src/main/java/org/apache/sqoop/model/MConnection.java * common/src/main/java/org/apache/sqoop/model/MValidatedElement.java * common/src/main/java/org/apache/sqoop/model/MAccountableEntity.java > Sqoop2: Make MAccountableEntity inherit from MValidatedElement rather then MPersistableEntity > --------------------------------------------------------------------------------------------- > > Key: SQOOP-1467 > URL: https://issues.apache.org/jira/browse/SQOOP-1467 > Project: Sqoop > Issue Type: Improvement > Reporter: Jarek Jarcec Cecho > Assignee: Jarek Jarcec Cecho > Fix For: from/to > > Attachments: SQOOP-1467.patch > > > This will unify and simplify our model classes as currently {{MConnection}} and {{MJob}} are inheriting from {{MAccountableEntity}} which means that they: > * Do not have any direct validations (which are however introduced via SQOOP-1439) > * Have to implement their own "name" concept instead of re-using {{MNamedElement}} implementation (class that {{MValidatedElement}} further inherits from) -- This message was sent by Atlassian JIRA (v6.3.4#6332)