Twitter flume practice


2 Answer(s)


I got it solved by changing the config transaction Capacity from 100 to 1000.

it has more velocity.

TwitterAgent.channels.MemChannel.type = memory
TwitterAgent.channels.MemChannel.capacity = 10000
TwitterAgent.channels.MemChannel.transactionCapacity = 1000

 

 

 

 


Hi Masashi,

Your solution is correct, you just need to the transaction capacity.

Thanks for the update.