Details
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
Attachments
Attachments
Issue Links
- depends upon
-
HIVE-5843 Transaction manager for Hive
- Resolved
-
HIVE-6721 Streaming ingest needs to be able to send many heartbeats together
- Resolved
- is depended upon by
-
FLUME-1734 Create a Hive Sink based on the new Hive Streaming support
- Resolved
- is part of
-
HIVE-5317 Implement insert, update, and delete in Hive with full ACID support
- Closed
- is related to
-
HIVE-6885 Address style and docs feedback in HIVE-5687
- Open
- supercedes
-
HIVE-4196 Support for Streaming Partitions in Hive
- Resolved
- links to