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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -