[
https://issues.apache.org/jira/browse/FLUME-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874982#comment-13874982
]
Ryan Blue commented on FLUME-2294:
----------------------------------
What do I need to do in the pom? I've added the module in the flume-ng-sinks
pom, but it's in a profile because Kite is only compatible with hadoop-2 until
next release.
{code:xml}
<profile>
<id>hadoop-2</id>
<activation>
<property>
<name>hadoop.profile</name>
<value>2</value>
</property>
</activation>
<!-- add the flume-dataset-sink, which is only compatible with hadoop-2
-->
<modules>
<module>flume-dataset-sink</module>
</modules>
</profile>
{code}
> Add a sink for Kite Datasets
> ----------------------------
>
> Key: FLUME-2294
> URL: https://issues.apache.org/jira/browse/FLUME-2294
> Project: Flume
> Issue Type: New Feature
> Components: Sinks+Sources
> Affects Versions: v1.4.0
> Reporter: Ryan Blue
> Assignee: Ryan Blue
> Attachments: 0001-FLUME-2294-Add-sink-for-Kite-Datasets.patch,
> 0002-FLUME-2294-Add-sink-for-Kite-Datasets.patch,
> 0003-FLUME-2294-Add-sink-for-Kite-Datasets.patch,
> 0004-FLUME-2294-Add-sink-for-Kite-Datasets.patch,
> 0005-FLUME-2294-Add-sink-for-Kite-Datasets.patch
>
>
> I'd like to add a flume sink for Kite (kitesdk.org) Datasets. This is an API
> for working with data in Hadoop, which can be backed by partitioned HDFS
> directories (with support that syncs with Hive) and HBase tables. This sink
> will depend on the Kite library and use it to write.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)