I am trying to run Flume on my cloudera machine. I have already setup config file and push a log file in source directory in local clodera and setup sink in hdfs. Now when I am trying to run the below command from directory where I have config file but getting error
Config file: spooldir.conf
----------------------
# example.conf: A single-node Flume configuration
# Name the components on this agent
agent1.sources = webserver-log-source
agent1.sinks = hdfs-sink
agent1.channels =...
Flume giving error (Cloudera machine)
Config file: spooldir.conf
----------------------
# example.conf: A single-node Flume configuration
# Name the components on this agent
agent1.sources = webserver-log-source
agent1.sinks = hdfs-sink
agent1.channels =...
Flume giving error (Cloudera machine)