GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/2347
STORM-2760: Add Blobstore Migration Scripts Add code and helper scripts for migrating active Storm clusters from a locally-backed BlobStore to an HDFS-backed BlobStore. You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/incubator-storm blobstore-migrator Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/2347.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 #2347 ---- commit 4af7da0ff48bd347aa49509744c0e6a8e749341f Author: Kyle Nusbaum <knusb...@yahoo-inc.com> Date: 2017-09-26T20:17:32Z Adding storm blobstore migrator. ---- ---