[
https://issues.apache.org/jira/browse/FLUME-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14261433#comment-14261433
]
Hari Shreedharan commented on FLUME-1734:
-----------------------------------------
[~roshan_naik] - It looks like you forgot to add the Hive sink in the last
patch. Missed a git add perhaps?
Also, in the hadoop-1 profile, we cannot upgrade thrift without upgrading the
minimum hbase version. Hbase 92 requires thrift 0.7 and using thrift RPC with
hbase on the same agent will cause issues if thrift is upgraded to 0.9 (Thrift
is not binary compatible between versions 0.7 and 0.9). If this change is
required, I recommend making this sink hadoop-2 and hbase-98 profile only.
> Create a Hive Sink based on the new Hive Streaming support
> ----------------------------------------------------------
>
> Key: FLUME-1734
> URL: https://issues.apache.org/jira/browse/FLUME-1734
> Project: Flume
> Issue Type: New Feature
> Components: Sinks+Sources
> Affects Versions: v1.2.0
> Reporter: Roshan Naik
> Assignee: Roshan Naik
> Labels: features
> Attachments: FLUME-1734.draft.1.patch, FLUME-1734.draft.2.patch,
> FLUME-1734.v1.patch, FLUME-1734.v2.patch, FLUME-1734.v4.patch,
> FLUME-1734.v5.patch, FLUME-1734.v6.patch, FLUME-1734.v7.patch
>
>
> Hive 0.13 has introduced Streaming support which is itself transactional in
> nature and fits well with Flume's transaction model.
> Short overview of Hive's Streaming support on which this sink is based can
> be found here:
> http://hive.apache.org/javadocs/r0.13.1/api/hcatalog/streaming/index.html
> This jira is for creating a sink that would continuously stream data into
> Hive tables using the above APIs. The primary goal being that the data
> streamed by the sink should be instantly queryable (using say Hive or Pig)
> without requiring additional post-processing steps on behalf of the users.
> Sink should manage the creation of new partitions periodically if needed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)