我想根据值和我的Java应用程序搜索记录HTable table = new HTable(conf, tableName);put.add(Bytes.toBytes(family), Bytes.toBytes(qualifier),table.put(put); Put put = new Put(Bytes.toB
conf = HBaseConfiguration.create();Put put = new Put(Bytes.toBytes("doe-john-m-12345"));
put.add(Bytes.toBytes("personal"), Bytes.toBytes("givenName"), Bytes.toBytes("John&quo
Put put = new Put(Bytes.toBytes("row1")); // co PutExample-3-NewPut Create put with specific row.put.add(Bytes.toBytes("colfam1"), Bytes.toBytes("qual1"),
Bytes.toBytes("val1")); // co PutExampleput