GitHub user nreich opened a pull request: https://github.com/apache/geode/pull/704
GEODE-3300: Complete and expose parallel export feature for use This change exposes parallel export of snapshots. It provides a filename mapper for parallel exports that gives each snapshot file a unique names based on the host it was created on. It also enforces to use of the .gfd extension for snapshot files and allows for a directory of snapshot files to be imported together. Once this change is merged, additional work is required to update gfsh to support the commands necessary to allow users to make use of the parallel export feature. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nreich/geode feature/GEODE-3300 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/704.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 #704 ---- commit 1844570f51fc6e6a1bcbedf5334a629958866426 Author: Nick Reich <nre...@pivotal.io> Date: 2017-07-28T23:47:10Z GEODE-3300: Complete and expose parallel export feature for use ---- --- 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. ---