You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by janebeckman <gi...@git.apache.org> on 2016/10/17 23:53:16 UTC

[GitHub] incubator-hawq-docs pull request #22: Feature/start init

GitHub user janebeckman opened a pull request:

    https://github.com/apache/incubator-hawq-docs/pull/22

    Feature/start init

    Removed section on initializing hawq, rearranged some content, made some changes to hawq init .

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/janebeckman/incubator-hawq-docs feature/start_init

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq-docs/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22
    
----
commit ee774fb30a08aed4e9a7de9ef022475c8f3ec1e5
Author: Jane Beckman <jb...@pivotal.io>
Date:   2016-10-17T22:11:36Z

    Remove init from Starting/Stopping HAWQ and update hawq init

commit ae5332c542f12a810e4ea52ea4818a6e528f89f2
Author: Jane Beckman <jb...@pivotal.io>
Date:   2016-10-17T22:50:40Z

    Format tweaks

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq-docs pull request #22: Feature/start init

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-hawq-docs/pull/22


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq-docs pull request #22: Feature/start init

Posted by dyozie <gi...@git.apache.org>.
Github user dyozie commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/22#discussion_r84120777
  
    --- Diff: reference/cli/admin_utilities/hawqinit.html.md.erb ---
    @@ -4,7 +4,7 @@ title: hawq init
     
     The `hawq init cluster` command initializes a HAWQ system and starts it.
     
    -The master or segment nodes can be individually initialized by using `hawq init master` and `hawq init segment` commands, respectively. The `hawq init standby` command initializes a standby master host for a HAWQ system.
    +The master or segment nodes can be individually initialized by using `hawq init master` and `hawq init segment` commands, respectively.  Format options can also be specified at this time. The `hawq init standby` command initializes a standby master host for a HAWQ system.
    --- End diff --
    
    Small edit: Change "initialized by using" to "initialized by using the"
    
    Also edit for passive voice here.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq-docs pull request #22: Feature/start init

Posted by dyozie <gi...@git.apache.org>.
Github user dyozie commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/22#discussion_r84121208
  
    --- Diff: reference/cli/admin_utilities/hawqinit.html.md.erb ---
    @@ -40,11 +40,17 @@ where:
     
     The `hawq init <object>` utility will create a HAWQ instance using configuration parameters defined in `$GPHOME/etc/hawq-site.xml`. Before running this utility, make sure that you have installed the HAWQ software on all the hosts in the array.
     
    -In a HAWQ DBMS, each database instance (the master and all segments) must be initialized across all of the hosts in the system in such a way that they can all work together as a unified DBMS. The `hawq init cluster` utility takes care of initializing the HAWQ master and each segment instance, and configuring the system as a whole. When hawq init cluster is run, the cluster comes online automatically without needing to explicitly start it. A single node cluster can be started without any user-defined changes to the default `hawq-site.xml` file. The template-hawq-site.xml file is used to specify the configuration for larger clusters.
    +In a HAWQ DBMS, each database instance (the master and all segments) must be initialized across all of the hosts in the system in such a way that they can all work together as a unified DBMS. The `hawq init cluster` utility takes care of initializing the HAWQ master and each segment instance, and configuring the system as a whole. When hawq init cluster is run, the cluster comes online automatically without needing to explicitly start it. A single node cluster can be started without any user-defined changes to the default `hawq-site.xml` file. Use the template-hawq-site.xml file to specify the configuration for larger clusters.
    --- End diff --
    
    Also do a quick edit for passive voice here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---