Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Apache Flume not working in windows

avatar
New Contributor

I am a beginner to flume. I am testing the flume installation in my windows 64 bit operating system and so i just wrote a simple configuration file with the name s.properties

 

a1.sources = r1
a1.channels = c1
a1.sources.r1.type = seq
a1.sources.r1.channels = c1

a1.channels = c1
a1.sinks = k1
a1.sinks.k1.type = logger
a1.sinks.k1.channel = c1

 

But now when i run the below command in windows, i do not get any output

flume-ng agent -n a1 --conf ./conf/ -f .\s.properties

 

Below is the output i get

Enthusias_0-1660883248194.png

 

As you can see, i am not getting any output. Can someone please assist here

 

0 REPLIES 0