Usable space exhausted in flume using file channel -


i’m working on flume spool directory source,hdfs sink , file channel. when executing flume job. i’m getting below issue. memory channel working fine. need implement same using file channel. using file channel i’m getting below issue.

i have configured jvm memory size 3gb in flume.env.sh file. please let me know other settings need do.

20 jan 2016 20:05:27,099 error [sinkrunner-pollingrunner-defaultsinkprocessor] (org.apache.flume.sinkrunner$pollingrunner.run:160) - unable deliver event. exception follows. java.lang.illegalstateexception: channel closed [channel=artiva-memory-channel]. due java.io.ioexception: usable space exhausted, 427515904 bytes remaining, required 524288000 bytes

file channel has nothing memory hdd (disk). such channel uses file system storing data. thus, check how free space available in disks checkpoint file , data files written (please, have on filechannel parameters).


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -