[
https://issues.apache.org/jira/browse/FLUME-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872701#comment-13872701
]
Ryan Blue commented on FLUME-2294:
----------------------------------
It looks like the Cloudera repository, which hosts all the kite jars, needs to
be added to the pom. Here's the code:
{code}
<repositories>
<repository>
<id>cdh.repo</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
<name>Cloudera Repositories</name>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>cdh.snapshots.repo</id>
<url>https://repository.cloudera.com/artifactory/libs-snapshot-local</url>
<name>Cloudera Snapshots Repository</name>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
{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
>
>
> 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)