Changeset 43 for sample/hadoop-0.16/tw/org/nchc/code/HBaseRecordPro.java
- Timestamp:
- Jul 23, 2008, 5:08:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/hadoop-0.16/tw/org/nchc/code/HBaseRecordPro.java
r27 r43 97 97 98 98 // table name 99 final static String table_name = "HBaseRecord ";99 final static String table_name = "HBaseRecord2"; 100 100 101 101 // separate char 102 final static String sp = " :";102 final static String sp = ";"; 103 103 104 104 // conf tmp with column qualify
Note: See TracChangeset
for help on using the changeset viewer.