public class hbasecurd
/*** 在hbase中新增people表並建立兩個列簇:info、data
* 並設定建立的版本為3(也就是最新版本)
* @throws ioexception
*/@test
public void testcreatetable() throws ioexception
/**插入資料
* @throws ioexception **/
@test
public void testput(string tablename) throws ioexception
/**測試插入100萬條資料**/
@test
public void testputall() throws ioexception
}table.put(puts);
table.close();
//以下方式不可取
/* for(int i=1; i<1000000; i++)
table.put(puts);
table.close();*/
}/**檢視某個cell的值**/
@test
public void testget() throws ioexception
/**檢視某個rowkey範圍的資料,按字典順序排序**/
@test
public void testscan() throws ioexception
table.close();
}/**組合使用掃瞄器快取和批量大小**/
@test
public void testscanwithcacheandbatch(int caching, int batch) throws ioexception
/*** 在hbase中新增people表並建立兩個列簇:info、data
* 並設定建立的版本為3(也就是最新版本)
* @throws ioexception
*/@test
public void testcreatetable() throws ioexception
/**插入資料
* @throws ioexception **/
@test
public void testput(string tablename) throws ioexception
/**測試插入100萬條資料**/
@test
public void testputall() throws ioexception
}table.put(puts);
table.close();
//以下方式不可取
/* for(int i=1; i<1000000; i++)
table.put(puts);
table.close();*/
}/**檢視某個cell的值**/
@test
public void testget() throws ioexception
/**檢視某個rowkey範圍的資料,按字典順序排序**/
@test
public void testscan() throws ioexception
table.close();
}/**組合使用掃瞄器快取和批量大小**/
@test
public void testscanwithcacheandbatch(int caching, int batch) throws ioexception
table.close();
}@test
public void testdel() throws ioexception
}string r = bytes.tostring(result.getvalue(bytes.tobytes("info"), bytes.tobytes("name")));
system.out.println(r);
}table.close();
}@test
public void testdel() throws ioexception
}
CSDN markdown編輯器指南
本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標識不同的標題,將某些文字標記為粗體或者斜體,建立乙個鏈結等,詳細...
學習CSDN markdown編輯器
本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標識不同的標題,將某些文字標記為粗體或者斜體,建立乙個鏈結等,詳細...
CSDN markdown編輯器手冊
本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標識不同的標題,將某些文字標記為粗體或者斜體,建立乙個鏈結等,詳細...