This document contains 58 entries dated May 22, 2011. Each entry contains a brief statement or link related to HBase, NoSQL databases, or benchmarking cloud services. Many entries refer to workshops, presentations or articles about HBase and its use with Hadoop.
51. [ ]
// === ===
// put
Put putA = new Put( A );
putA.set( A );
Put putB = new Put( B );
putB.set( B );
Put putC = new Put( C );
putC.set( C );
51
2011 5 22