You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2014/11/05 09:51:33 UTC

[jira] [Updated] (SQOOP-1678) Sqoop2: Intermediate data format configurable null values

     [ https://issues.apache.org/jira/browse/SQOOP-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abraham Elmahrek updated SQOOP-1678:
------------------------------------
      Description: 
Jobs should be able to define what the null values look like. Also, the following issues exist:

Simple table:
{noformat}
+-------+-------------+------+-----+---------+-------+
| Field | Type        | Null | Key | Default | Extra |
+-------+-------------+------+-----+---------+-------+
| id    | int(11)     | NO   | PRI | 0       |       |
| name  | varchar(35) | YES  |     | NULL    |       |
+-------+-------------+------+-----+---------+-------+
{noformat}

Content:
{noformat}
+----+------+
| id | name |
+----+------+
|  1 |      |
|  2 | test |
+----+------+
2 rows in set (0.00 sec)
{noformat}
    Fix Version/s: 1.99.5

> Sqoop2: Intermediate data format configurable null values
> ---------------------------------------------------------
>
>                 Key: SQOOP-1678
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1678
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: Abraham Elmahrek
>             Fix For: 1.99.5
>
>
> Jobs should be able to define what the null values look like. Also, the following issues exist:
> Simple table:
> {noformat}
> +-------+-------------+------+-----+---------+-------+
> | Field | Type        | Null | Key | Default | Extra |
> +-------+-------------+------+-----+---------+-------+
> | id    | int(11)     | NO   | PRI | 0       |       |
> | name  | varchar(35) | YES  |     | NULL    |       |
> +-------+-------------+------+-----+---------+-------+
> {noformat}
> Content:
> {noformat}
> +----+------+
> | id | name |
> +----+------+
> |  1 |      |
> |  2 | test |
> +----+------+
> 2 rows in set (0.00 sec)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)