Question

I am trying to use Flume with hdfs as sink. File is getting exported. But I want to customize the name of the output file. I am using hdfs.filePrefix property for it. It is always creating a file with FlumeData.timestamp.

Was it helpful?

Solution

Please paste your configuration.

I tried it and it did work.

My setting:

agent.sinks.flumeHDFS.hdfs.filePrefix = stackoverflow

and I get the expected result.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top