GitHub user nreich opened a pull request:

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

    GEODE-3283: Expose parallel import and export in gfsh

    This pull request allows users to conduct parallel import and export of 
snapshots through gfsh. Because multiple snapshot files may be present on a 
given member for import, a "directory" option needed to be added to import, to 
import all snapshot files in that location (this is required for parallel 
import: the "file" parameter is ignored when "parallel" is true). For export, 
the same use of "directory" is needed, so that saving all snapshot files to a 
shared network storage device is possible. The "directory" parameter can also 
be used when "parallel" is false, but only files from the specified member will 
be imported (export will still be a single file). Note: parallel is only 
supported in partitioned regions, if "parallel" is set to true on other types 
of regions, it will be ignored.

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

    $ git pull https://github.com/nreich/geode feature/GEODE-3283

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

    https://github.com/apache/geode/pull/753.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 #753
    
----
commit e251ef073f434545d1359cc6f3b8f6f6f7eb72d6
Author: Nick Reich <nre...@pivotal.io>
Date:   2017-08-31T17:24:39Z

    GEODE-3283: Expose parallel import and export in gfsh
    
      * Allow users to make use of parallel import and export of snapshots
      * in gfsh

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to