- Apache Oozie Essentials
- Jagat Jasjit Singh
- 162字
- 2021-07-30 09:58:20
Conventions
In this book, you will find a number of text styles 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: "Now, edit the torrc
file placed at the /etc/tor/
directory."
Most of the code in the book is XML. A block of code is set as follows:
<workflow-app name="My_first_Workflow" xmlns="uri:oozie:workflow:0.5"> <start to="fs-2178"/> <kill name="Kill"> <message>Action failed </message> </kill> <action name="fs-2178"> <fs> <delete path='${nameNode}/user/hue'/> </fs> <ok to="End"/> <error to="Kill"/> </action> <end name="End"/> </workflow-app>
Any command-line input or output is written as follows:
# $ hadoop fs -ls /user/hue/learn_oozie
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Go to Settings | Networking | Port Forwarding , Click on Add new port forwarding."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Learn Blockchain Programming with JavaScript
- 簡單高效LATEX
- Rust編程從入門到實(shí)戰(zhàn)
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- Mastering OpenCV 4
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Unreal Engine 4 Shaders and Effects Cookbook
- Mastering Apache Maven 3
- ElasticSearch Cookbook(Second Edition)
- Hands-On Robotics Programming with C++
- 數(shù)據(jù)科學(xué)中的實(shí)用統(tǒng)計(jì)學(xué)(第2版)
- Python應(yīng)用開發(fā)技術(shù)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐
- Mastering ASP.NET Web API
- C++標(biāo)準(zhǔn)庫(第2版)