[
https://issues.apache.org/jira/browse/FLUME-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243912#comment-13243912
]
Hudson commented on FLUME-1070:
-------------------------------
Integrated in flume-trunk #154 (See
[https://builds.apache.org/job/flume-trunk/154/])
FLUME-1070. Fix javadoc for configuring hdfsSink
(Inder Singh via Arvind Prabhakar) (Revision 1308178)
Result = SUCCESS
arvind : http://svn.apache.org/viewvc/?view=rev&rev=1308178
Files :
*
/incubator/flume/trunk/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java
> Fix javadoc for configuring hdfsSink
> -------------------------------------
>
> Key: FLUME-1070
> URL: https://issues.apache.org/jira/browse/FLUME-1070
> Project: Flume
> Issue Type: Bug
> Affects Versions: v1.1.0
> Reporter: Inder SIngh
> Assignee: Inder SIngh
> Fix For: v1.2.0
>
> Attachments: FLUME-1070.patch
>
>
> PropertiesFileConfigurationProvider.java javadoc is the reference to
> configure sinks.
> Current documentation has the following to configure and hdfs sink
> host1.sinks.hdfsSink.namenode = hdfs://localhost/
> Trying out the hdfs sink and looking at the code this property isn't being
> used.
> However hdfs.path is what is being used. I was able to get the HDFS sink
> working with the following
> config
> collector1.sinks.hdfs-sink1.hdfs.path = hdfs://localhost/
> This patch addresses fixing the javadoc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira