[
https://issues.apache.org/jira/browse/SQOOP-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179542#comment-14179542
]
Hudson commented on SQOOP-1557:
-------------------------------
FAILURE: Integrated in Sqoop2-hadoop100 #620 (See
[https://builds.apache.org/job/Sqoop2-hadoop100/620/])
SQOOP-1557: Sqoop2: SQ_CONFIGURABLE ( for entities who own configs) (jarcec:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=151a0a12a96b32c7f9f08c0199fbd907ac6097da)
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbyRepositoryHandler.java
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbyRepoConstants.java
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaConstants.java
* core/src/main/java/org/apache/sqoop/driver/Driver.java
* common/src/main/java/org/apache/sqoop/model/MConnector.java
* common/src/main/java/org/apache/sqoop/model/MDriver.java
* core/src/main/java/org/apache/sqoop/repository/Repository.java
*
repository/repository-derby/src/test/java/org/apache/sqoop/repository/derby/TestDriverHandling.java
* core/src/main/java/org/apache/sqoop/repository/JdbcRepositoryHandler.java
*
repository/repository-derby/src/test/java/org/apache/sqoop/repository/derby/TestConnectorHandling.java
*
repository/repository-derby/src/test/java/org/apache/sqoop/repository/derby/DerbyTestCase.java
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbySchemaQuery.java
* core/src/main/java/org/apache/sqoop/repository/JdbcRepository.java
* tools/src/main/java/org/apache/sqoop/tools/tool/RepositoryLoadTool.java
* core/src/test/java/org/apache/sqoop/repository/TestJdbcRepository.java
*
repository/repository-derby/src/test/java/org/apache/sqoop/repository/derby/TestJobHandling.java
*
repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbyRepoError.java
> Sqoop2: SQ_CONFIGURABLE ( for entities who own configs)
> --------------------------------------------------------
>
> Key: SQOOP-1557
> URL: https://issues.apache.org/jira/browse/SQOOP-1557
> Project: Sqoop
> Issue Type: Improvement
> Affects Versions: 1.99.4
> Reporter: Veena Basavaraj
> Assignee: Veena Basavaraj
> Fix For: 1.99.4
>
> Attachments: SQOOP-1557-f.patch, SQOOP-1557-f.patch
>
>
> SQ_CONNECTOR -> will be now call SQ_CONFIGURABLE ( it is basically a table to
> hold entities that will specify configs)
> Add another field to it, that is CONFIGURABLE_TYPE ( it can be connector or
> driver at this point ). we can have a standard id for Driver that we will
> use in the SQOOP, having nulls to represent things is not clean since
> "none/null" can mean different things at different contexts
> Most importantly, not to have NULLs representing one too many things!!
>
> Next,
> Also propose to split up the SQ_FORM ( which is the SQ_CONFIG after 1498) to
> SQ_JOB_CONFIG and SQ_LINK_CONFIG ( it will parallel the SQ_JOB_INPUT and
> SQ_LINK_INPUT)
> Direction is only relevant to job config ( and henceforth the job inputs). So
> we will store the DIRECTION field in JOB_CONFIG.
> If we want to have SQ_CONFIG, we can have it with the SQ_CFG_TYPE and then it
> will have FK on the SQ_CONFIGURABLE, so we know which entity owns this
> config easily.
> We can then have SQ_JOB_CONFIG and SQ_LINK_CONFIG have a FK on SQ_CONFIG.
> Alternatively, dont have SQ_CONFIG, and just have SQ_JOB_CONFIG and
> SQ_LINK_CONFIG and have a FK directly to SQ_CONFIGURABLE, both will have the
> CONFIG_NAME and INDEX fields.
> Last,
> MIsc cleanup/ renames / documentation of the repository schema query names
> for clarity and consistency. Especially the create schema / upgrade schema
> and then CRUD queries are groupes apts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)