You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Roshan Naik (JIRA)" <ji...@apache.org> on 2013/10/29 23:30:26 UTC

[jira] [Updated] (HIVE-5687) Streaming support in Hive

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

Roshan Naik updated HIVE-5687:
------------------------------

    Description: 
Implement support for Streaming data into HIVE.
- Provide a client streaming API 
- Transaction support: Clients should be able to periodically commit a batch of records atomically
- Immediate visibility: Records should be immediately visible to queries on commit
- Should not overload HDFS with too many small files

Use Cases:
 - Streaming logs into HIVE via Flume
 - Streaming results of computations from Storm

  was:
Implement support for Streaming data into HIVE.
- Provide a client streaming API 
- Transaction support: Clients should be able to periodically commit a batch of records atomically
- Immediate visibility: Records should be immediately visible to queries on commit
- Should not overload HDFS with too many small files

Use Cases:
 - Streaming logs into HIVE via Flume
 - Streaming results of computational from Storm


> Streaming support in Hive
> -------------------------
>
>                 Key: HIVE-5687
>                 URL: https://issues.apache.org/jira/browse/HIVE-5687
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Roshan Naik
>
> Implement support for Streaming data into HIVE.
> - Provide a client streaming API 
> - Transaction support: Clients should be able to periodically commit a batch of records atomically
> - Immediate visibility: Records should be immediately visible to queries on commit
> - Should not overload HDFS with too many small files
> Use Cases:
>  - Streaming logs into HIVE via Flume
>  - Streaming results of computations from Storm



--
This message was sent by Atlassian JIRA
(v6.1#6144)