Error ocurring in apache flume

  • Help required with this error in my apache flume Stackoverflow Question
      December 23, 2021 2:46 PM IST
    0
  • An agent is started using a shell script called flume-ng which is located in the bin directory of the Flume distribution. You need to specify the agent name, the config directory, and the config file on the command line:

    bin/flume-ng agent -n $agent_name -c conf -f conf/flume-conf.properties.template
    
      January 6, 2022 12:58 PM IST
    0