Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Apache Flume not working in windows
Labels:
- Labels:
-
Apache Flume
New Contributor
Created 08-18-2022 09:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
As you can see, i am not getting any output. Can someone please assist here
0 REPLIES 0
