[
https://issues.apache.org/jira/browse/FLUME-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13296132#comment-13296132
]
Leslin (Hong Xiang Lin) commented on FLUME-1158:
------------------------------------------------
As below, there are still many info mentioned node.
12/06/16 17:31:40 INFO lifecycle.LifecycleSupervisor: Starting lifecycle
supervisor 1
12/06/16 17:31:40 INFO node.FlumeNode: Flume node starting - agent
12/06/16 17:31:40 INFO nodemanager.DefaultLogicalNodeManager: Node manager
starting
12/06/16 17:31:40 INFO lifecycle.LifecycleSupervisor: Starting lifecycle
supervisor 11
12/06/16 17:31:40 INFO properties.PropertiesFileConfigurationProvider:
Configuration provider starting
12/06/16 17:31:40 INFO properties.PropertiesFileConfigurationProvider:
Reloading configuration file:/usr/lib/flume-ng/conf/flume-conf.properties
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Added sinks: k1 Agent: agent
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Processing:k1
12/06/16 17:31:40 INFO conf.FlumeConfiguration: Post-validation flume
configuration contains configuration for agents: [agent]
12/06/16 17:31:40 INFO properties.PropertiesFileConfigurationProvider: Creating
channels
12/06/16 17:31:40 INFO properties.PropertiesFileConfigurationProvider: created
channel c1
12/06/16 17:31:40 INFO sink.DefaultSinkFactory: Creating instance of sink k1
typeHDFS
12/06/16 17:31:40 WARN snappy.LoadSnappy: Snappy native library is available
12/06/16 17:31:40 INFO util.NativeCodeLoader: Loaded the native-hadoop library
12/06/16 17:31:40 INFO snappy.LoadSnappy: Snappy native library loaded
12/06/16 17:31:40 INFO hdfs.HDFSEventSink: Hadoop Security enabled: false
12/06/16 17:31:40 INFO nodemanager.DefaultLogicalNodeManager: Starting new
configuration:{ sourceRunners:{r1=PollableSourceRunner: {
source:org.apache.flume.source.SequenceGeneratorSource@3598cb3d counterGroup:{
name:null counters:{} } }} sinkRunners:{k1=SinkRunner: {
policy:org.apache.flume.sink.DefaultSinkProcessor@42472d48 counterGroup:{
name:null counters:{} } }}
channels:{c1=org.apache.flume.channel.MemoryChannel@4eedf3f6} }
12/06/16 17:31:40 INFO nodemanager.DefaultLogicalNodeManager: Starting Channel
c1
12/06/16 17:31:40 INFO nodemanager.DefaultLogicalNodeManager: Waiting for
channel: c1 to start. Sleeping for 500 ms
12/06/16 17:31:41 INFO nodemanager.DefaultLogicalNodeManager: Starting Sink k1
12/06/16 17:31:41 INFO nodemanager.DefaultLogicalNodeManager: Starting Source r1
12/06/16 17:31:41 INFO source.SequenceGeneratorSource: Sequence generator
source starting
12/06/16 17:31:41 INFO hdfs.BucketWriter: Creating
hdfs://localhost/tmp/data/flume/FlumeData.1339839101331.snappy.tmp
^C12/06/16 17:32:09 INFO node.FlumeNode: Flume node stopping - agent
12/06/16 17:32:09 INFO lifecycle.LifecycleSupervisor: Stopping lifecycle
supervisor 9
12/06/16 17:32:09 INFO nodemanager.DefaultLogicalNodeManager: Node manager
stopping
12/06/16 17:32:09 INFO lifecycle.LifecycleSupervisor: Stopping lifecycle
supervisor 9
12/06/16 17:32:09 WARN hdfs.HDFSEventSink: Unexpected Exception null
> Flume agent help message prints the syntax as flume node, should be flume
> agent.
> --------------------------------------------------------------------------------
>
> Key: FLUME-1158
> URL: https://issues.apache.org/jira/browse/FLUME-1158
> Project: Flume
> Issue Type: Bug
> Components: Node
> Reporter: Hari Shreedharan
> Priority: Minor
>
> Line 13 in Application.java:
> if (commandLine.hasOption('h')) {
> new HelpFormatter().printHelp("flume-ng node", options, true);
>
> should say "flume-ng agent".
> Nit: Even the component in the jira should say agent, not node :D
--
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