- Hadoop Cluster Deployment
- Danil Zburivsky
- 223字
- 2021-07-21 18:16:40
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: "You need to specify the connection string for all those Metastores in the hive.metastore.uris
variable."
A block of code is set as follows:
{ "access_id": "Your Access Key ID", "private_key": "Your AWS Secret Access Key", "keypair": "emr-keys", "key-pair-file": "/path/to/key-file/emr-keys.pem", "log_uri": "s3n://emr-logs-x123/", "egion": "us-east-1" }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{
"access_id": "Your Access Key ID",
"private_key": "Your AWS Secret Access Key",
"keypair": "emr-keys",
"key-pair-file": "/path/to/key-file/emr-keys.pem",
"log_uri": "s3n://emr-logs-x123/",
"egion": "us-east-1"
}
Any command-line input or output is written as follows:
# hdfs dfs -mkdir /warehouse # hdfs dfs -chmod a+w /warehouse
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: "clicking the Next button moves you to the next screen".