I have configured flume sink hbase(),
I have managed it to work
data is getting copy from a file on local hard disk to hbase

but

*Same data is getting copy again and again to hbase table (I saw this by
using VERSIONS)*
(I am not doing any changes in source file)

my configurations:
Collector Source: collectorSource(35853)
Collector Sink: {regexAll("(\\w+)\\t+(\\w+)\\t+(\\w+)", "row", "data1",
"data2") => hbase("ft02", "%{row}", "cf1", "col", "%{data1}", "cf2",
"coll", "%{data2}")}

Agent Source: tail("/tmp/test03")
Agent Sink: agentSink("localhost",35853)


Any Help is appreciated......!!!!!!!

-- 
*Regards*,
Rahul Patodi

Reply via email to