- HBase Essentials
- Nishant Garg
- 184字
- 2021-08-05 17:24:18
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Data deletion in HBase can happen for a single row or in the form of a batch representing multiple rows using the following method of the HTable
class."
A block of code is set as follows:
List<Delete> deletes = new ArrayList<Delete>(); Delete delete1 = new Delete(Bytes.toBytes("row-1")); delete1.deleteColumn(Bytes.toBytes("cf1"), Bytes.toBytes("greet")); deletes.add(delete1);
Any command-line input or output is written as follows:
[root@localhost hbase-0.98.7-hadoop2]# bin/hbase shell hbase(main):001:0> help 'create'
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on return to see a listing of the available shell commands and their options."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 電氣自動(dòng)化專(zhuān)業(yè)英語(yǔ)(第3版)
- 基于C語(yǔ)言的程序設(shè)計(jì)
- 網(wǎng)上生活必備
- Embedded Programming with Modern C++ Cookbook
- Windows游戲程序設(shè)計(jì)基礎(chǔ)
- 空間機(jī)械臂建模、規(guī)劃與控制
- Extending Ansible
- Hands-On SAS for Data Analysis
- Hands-On DevOps
- 30天學(xué)通Java Web項(xiàng)目案例開(kāi)發(fā)
- 自適應(yīng)學(xué)習(xí):人工智能時(shí)代的教育革命
- Generative Adversarial Networks Projects
- 機(jī)器人手工制作
- Web滲透技術(shù)及實(shí)戰(zhàn)案例解析
- Cloud Native Development Patterns and Best Practices