You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by karensmolermiller <gi...@git.apache.org> on 2017/07/14 18:42:09 UTC

[GitHub] geode pull request #637: GEODE-2612 Document new import data option

GitHub user karensmolermiller opened a pull request:

    https://github.com/apache/geode/pull/637

    GEODE-2612 Document new import data option

    @boglesby @joeymcallister @davebarnes97 Please review.


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

    $ git pull https://github.com/karensmolermiller/geode feature/GEODE-2612

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

    https://github.com/apache/geode/pull/637.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 #637
    
----
commit 29c6b8a0bc899652b40e6a5f636d7f91ddeece4d
Author: Karen Miller <km...@pivotal.io>
Date:   2017-07-14T17:41:59Z

    GEODE-2612 Document new import data option
    
    - gfsh import data man page updated
    - import is used when changing a Lucene index, so point out how
    to get the callback invoked to rebuild the index

----


---
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] geode pull request #637: GEODE-2612 Document new import data option

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

    https://github.com/apache/geode/pull/637#discussion_r127525516
  
    --- Diff: geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb ---
    @@ -40,16 +40,17 @@ Import user data from a file to a region.
     **Syntax:**
     
     ``` pre
    - import data --region=value --file=value --member=value
    + import data --region=value --file=value --member=value [--invoke-callbacks=value]
     ```
     
     <a id="topic_jw2_2ld_2l__table_lzg_3fg_2w"></a>
     
    -| Name                                           | Description                                                                                                                                                                                                                      |
    -|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
    -| <span class="keyword parmname">\\-\\-region</span> | *Required.* Region into which data will be imported.                                                                                                                                                                             |
    -| <span class="keyword parmname">\\-\\-file </span>  | *Required.* File from which the imported data will be read. The file must have an extension of ".gfd" and must be on the file system of the member (or accessible to that member via NFS) that is being targeted for the import. |
    -| <span class="keyword parmname">&#8209;&#8209;member</span> | *Required.* Name/Id of a member which hosts the region. The data will be imported from the specified file on the host where the member is running.                                                                               |
    +| Name                                           | Description                                                                                                                                                                                                                      | Default Value |
    +|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----|
    +| <span class="keyword parmname">\\-\\-region</span> | *Required.* Region into which data will be imported. | |
    +| <span class="keyword parmname">\\-\\-file </span>  | *Required.* File from which the imported data will be read. The file must have an extension of ".gfd" and must be on the file system of the member (or accessible to that member via NFS) that is being targeted for the import. | |
    +| <span class="keyword parmname">&#8209;&#8209;member</span> | *Required.* Name/Id of a member which hosts the region. The data will be imported from the specified file on the host where the member is running. | |
    --- End diff --
    
    Change "Name/Id of a member which hosts the region" to "Name/ID of a member that hosts the region." (Id > ID; which > that)


---
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] geode pull request #637: GEODE-2612 Document new import data option

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

    https://github.com/apache/geode/pull/637


---
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.
---