Format tweaks
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/ae5332c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/ae5332c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/ae5332c5 Branch: refs/heads/develop Commit: ae5332c542f12a810e4ea52ea4818a6e528f89f2 Parents: ee774fb Author: Jane Beckman <[email protected]> Authored: Mon Oct 17 15:50:40 2016 -0700 Committer: Jane Beckman <[email protected]> Committed: Mon Oct 17 15:50:40 2016 -0700 ---------------------------------------------------------------------- admin/startstop.html.md.erb | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/ae5332c5/admin/startstop.html.md.erb ---------------------------------------------------------------------- diff --git a/admin/startstop.html.md.erb b/admin/startstop.html.md.erb index d109d4b..ee381f7 100644 --- a/admin/startstop.html.md.erb +++ b/admin/startstop.html.md.erb @@ -19,21 +19,13 @@ For information about [hawq start](../reference/cli/admin_utilities/hawqstart.ht ## <a id="task_hkd_gzv_fp"></a>Starting HAWQ -Start an initialized HAWQ system by running the `hawq start` command on the master instance. +When a HAWQ system is first initialized, it is also started. For more information about initializing HAWQ, see [hawq init](../reference/cli/admin_utilities/hawqinit.html). -Use the `hawq start cluster` command to start a HAWQ system that has already been initialized by the `hawq init cluster` command, but has been stopped by the `hawq stop cluster` command. The `hawq start cluster` command starts HAWQ by starting all the segments on the HAWQ cluster. `hawq start cluster` orchestrates this process and performs the process in parallel. +To start a stopped HAWQ system that was previously initialized, run the `hawq start` command on the master instance. You can also use the `hawq start master` command to start only the HAWQ master, without segment nodes, then add these later, using `hawq start segment`. If you want HAWQ to ignore hosts that fail ssh validation, use the hawq start `--ignore-bad-hosts` option. -- Run `hawq start cluster` on the master host to start a HAWQ system: - - ```shell - $ hawq start cluster - ``` - - **Note:** - - When the HAWQ system is first initialized with the `hawq init` command, it is automatically started. +Use the `hawq start cluster` command to start a HAWQ system that has already been initialized by the `hawq init cluster` command, but has been stopped by the `hawq stop cluster` command. The `hawq start cluster` command starts a HAWQ system on the master host and starts all its segments. The command orchestrates this process and performs the process in parallel. ## <a id="task_gpdb_restart"></a>Restarting HAWQ
