Re: Changing capacity configuration of File channel throws IllegalStateException

2013-09-13 Thread Deepesh Malviya
Hari, I am using Flume 1.4.0. Jeff, Regarding this fixed size checkpoint file, what should be the ideal size of this checkpoint file or in other words, what to consider while defining checkpoint file? Thanks, Deepesh On Friday, September 13, 2013, Hari Shreedharan wrote: > Also, which version

Re: Changing capacity configuration of File channel throws IllegalStateException

2013-09-13 Thread Hari Shreedharan
What is the channel size you are trying to use? Thanks, Hari On Friday, September 13, 2013 at 11:15 AM, Deepesh Malviya wrote: > Hari, > > I am using Flume 1.4.0. > > Jeff, > > Regarding this fixed size checkpoint file, what should be the ideal size of > this checkpoint file or in other

Re: Changing capacity configuration of File channel throws IllegalStateException

2013-09-13 Thread Jeff Lord
Deepesh, The FileChannel uses a fixed size checkpoint file so it is not possible to set it to unlimited size (the checkpoint file is mmap-ed to a fixed size buffer). To change the capacity of the channel, use the following procedure: Shutdown the agent. Delete all files in the file channel's chec

Re: Changing capacity configuration of File channel throws IllegalStateException

2013-09-13 Thread Hari Shreedharan
Also, which version of Flume are you running. Looks like you are hitting https://issues.apache.org/jira/browse/FLUME-1918 as well due to an unsupported channel size in a previous version. This was fixed in Flume 1.4.0 Hari Thanks, Hari On Friday, September 13, 2013 at 8:31 AM, Jeff Lord wr

RE: flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created

2013-09-13 Thread Mahadevappa, Shobha
I did not observe yesterday. Now i realize that you are also subscribed to the flume ML. Regards, Shobha M From: Babu, Prashanth [mailto:prashanth.b...@nttdata.com] Sent: 13 September 2013 AM 07:46 To: user@flume.apache.org Subject: RE: flume 1.4.0 avro source/sink with hdfs sink configuration -

Recall: flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created

2013-09-13 Thread Mahadevappa, Shobha
Mahadevappa, Shobha would like to recall the message, "flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created". __ Disclaimer:This email and any attachments are sent in strictest confidence for the sol

Recall: flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created

2013-09-13 Thread Mahadevappa, Shobha
Mahadevappa, Shobha would like to recall the message, "flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created". __ Disclaimer:This email and any attachments are sent in strictest confidence for the sol

Re: flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created

2013-09-13 Thread Suhas Satish
Yes I tried splitting into agent and collector (with different names) but it was in a single configuration file flume-avro.conf. does that mean I need to have 2 separate configuration files, 1 for the agent and 1 for the collector? If so, is my flume launch command still the same then ? is it .

RE: flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created

2013-09-13 Thread Babu, Prashanth
Yes, it would be better for you to create 2 configurations one each for agent and collector. Run the following commands for starting the Flume instances in 2 different command shells. ../bin/flume-ng agent --conf ./ -f flume-avro.conf -Dflume.root.logger=DEBUG,LOGFILE -n agent & ../bin/flume-

RE: flume 1.4.0 avro source/sink with hdfs sink configuration - no hdfs files created

2013-09-13 Thread Paul Chavez
I think you can do this on one node, but you will need to run two instances of flume, each with a different agent name. Paul From: Suhas Satish [mailto:suhas.sat...@gmail.com] Sent: Thursday, September 12, 2013 10:58 AM To: user@flume.apache.org Subject: Re: flume 1.4.0 avro source/sink with hdf