Ozone: Command Line Interface
OzoneShell: Ozone的Shell环境
Ozone shell is the primary interface to interact with Ozone. It provides a command shell interface to work against Ozone.
Ozone的shell环境是与Ozone相互作用的主要界面。它提供了一个操作Ozone的shell命令界面。
Shell Overview:Shell应用概述
Ozone shell help can be invoked at object level or at action level. For example: ozone sh volume --help. This will show all possible actions for volumes. or it can be invoked to explain a specific action like ozone sh volume create --help. This command will give you command line options of the create command. General Command Format The Ozone shell commands take the following format. ozone sh object action url.
Ozone的Shell环可以在对象级或操作级调用帮助信息。
例如:执行ozone sh volume --help 命令,该操作将会展示所有可能基于Volumes(卷)的操作。或者它可以用来解释一个特定的行为,比如:执行ozone sh volume create --help,这个命令将为您提供create命令的命令行选项。Ozone shell的常规命令格式采用以下形式:ozone sh object action url [https://hadoop.apache.org/ozone/docs/0.4.1-alpha/shell/format.html
]。