You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/04/05 01:59:02 UTC

[1/2] storm git commit: [STORM-2431]the default blobstore.dir is storm.local.dir/blobs which is different from distcache-blobstore.md

Repository: storm
Updated Branches:
  refs/heads/1.0.x-branch 8996aa0fe -> 047166deb


[STORM-2431]the default blobstore.dir is storm.local.dir/blobs which is different from distcache-blobstore.md


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0ceb3f3e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0ceb3f3e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0ceb3f3e

Branch: refs/heads/1.0.x-branch
Commit: 0ceb3f3eed75c995bba2dd3b52e197f78792363f
Parents: 8996aa0
Author: liuzhaokun <li...@zte.com.cn>
Authored: Wed Mar 29 12:04:36 2017 +0800
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 5 10:58:48 2017 +0900

----------------------------------------------------------------------
 docs/distcache-blobstore.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0ceb3f3e/docs/distcache-blobstore.md
----------------------------------------------------------------------
diff --git a/docs/distcache-blobstore.md b/docs/distcache-blobstore.md
index 9e6df8a..350b5de 100644
--- a/docs/distcache-blobstore.md
+++ b/docs/distcache-blobstore.md
@@ -115,12 +115,12 @@ the responsibility of mapping the blob to a local name on the supervisor node.
 
 ## Additional Blobstore Implementation Details
 Blobstore uses a hashing function to create the blobs based on the key. The blobs are generally stored inside the directory specified by
-the blobstore.dir configuration. By default, it is stored under \u201cstorm.local.dir/nimbus/blobs\u201d for local file system and a similar path on 
+the blobstore.dir configuration. By default, it is stored under \u201cstorm.local.dir/blobs\u201d for local file system and a similar path on 
 hdfs file system.
 
 Once a file is submitted, the blobstore reads the configs and creates a metadata for the blob with all the access control details. The metadata 
 is generally used for authorization while accessing the blobs. The blob key and version contribute to the hash code and there by the directory 
-under \u201cstorm.local.dir/nimbus/blobs/data\u201d where the data is placed. The blobs are generally placed in a positive number directory like 193,822 etc.
+under \u201cstorm.local.dir/blobs/data\u201d where the data is placed. The blobs are generally placed in a positive number directory like 193,822 etc.
 
 Once the topology is launched and the relevant blobs have been created, the supervisor downloads blobs related to the storm.conf, storm.ser 
 and storm.code first and all the blobs uploaded by the command line separately using the localizer to uncompress and map them to a local name 


[2/2] storm git commit: Merge branch 'STORM-2431-1.0.x-merge' into 1.0.x-branch

Posted by ka...@apache.org.
Merge branch 'STORM-2431-1.0.x-merge' into 1.0.x-branch


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/047166de
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/047166de
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/047166de

Branch: refs/heads/1.0.x-branch
Commit: 047166deb3cee81d078cf2de46109ea5635eba35
Parents: 8996aa0 0ceb3f3
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Apr 5 10:58:52 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 5 10:58:52 2017 +0900

----------------------------------------------------------------------
 docs/distcache-blobstore.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------