[
https://issues.apache.org/jira/browse/HIVE-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793408#action_12793408
]
Namit Jain commented on HIVE-302:
---------------------------------
create table nzhang_ctas5 row format delimited fields terminated by ',' lines
terminated by '.' stored as textfile as select key, value from src sort by key,
value limit 10;
select * from nzhang_ctas5;
Modified ctas.q to add the following:
Got only 1 row as the output.
> Implement "LINES TERMINATED BY"
> -------------------------------
>
> Key: HIVE-302
> URL: https://issues.apache.org/jira/browse/HIVE-302
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Serializers/Deserializers
> Reporter: Johan Oskarsson
> Fix For: 0.5.0
>
>
> Specifying "LINES TERMINATED BY" when creating a table currently doesn't do
> anything when querying that data. It needs to be implemented to support
> various datasets that ends lines with other characters then just line break.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.