You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/10 05:49:53 UTC

[jira] [Commented] (SQOOP-1467) Sqoop2: Make MAccountableEntity inherit from MValidatedElement rather then MPersistableEntity

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

Hudson commented on SQOOP-1467:
-------------------------------

ABORTED: Integrated in Sqoop2-hadoop200 #547 (See [https://builds.apache.org/job/Sqoop2-hadoop200/547/])
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/MConnection.java
* common/src/main/java/org/apache/sqoop/model/MJob.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)