Hi, I am new to using Flume. I have successfully tried transferring the data from "netcat" source to "hbase" sink having single column family with single column.
However, if I have single column family with multiple columns then how could I transfer the data. e.g. if I have a csv data like, empId, empName, empDept, empAddr then how could I transfer this data to HBase table with single column family "empF" having multiple columns (empid, empname, empdept, empaddr) using Flume? Regards, Girish
