Fix javadoc for configuring hdfsSink 
-------------------------------------

                 Key: FLUME-1070
                 URL: https://issues.apache.org/jira/browse/FLUME-1070
             Project: Flume
          Issue Type: Bug
            Reporter: Inder SIngh


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

        

Reply via email to