keedio / flume-ftp-source

FTP network server is source of events for Apache-flume
80 stars 61 forks source link

Permission denied Error #10

Closed deepakbs closed 9 years ago

deepakbs commented 9 years ago

Hi, I am trying to use the Flume FTP source which is using the Apache Flume 1.5.2 installed using Ambari. When the flume FTPSource is executed, after reading the file from the FTP source i get the below error Error saving map File java.io.FileNotFoundException: hasmap.ser (Permission denied)

I presume the file is written under the /home/ directory I have checked the permissions and it seems to be fine Can you please help me solve this.

Thanks Deepak

lazaromedina commented 9 years ago

Hi, the file is written under the main folder apache-flume-1.5.X/ example: /usr/local/src/apache-flume-1.5.2-bin/ For the next version the path and file name will be configurable in the context of flume.

deepakbs commented 9 years ago

Perfect, thanks