I have been trying to insert List of Records into HBase using HBase client library. it works for a single Put in either Table or HTable(deprecated) but does not recognize List(Puts) Error Says: Expected: util.List, but was ListI have been trying to insert List of Records in