You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2015/12/17 21:47:24 UTC

[4/6] storm git commit: capitalization and quote consistency change

capitalization and quote consistency change


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

Branch: refs/heads/master
Commit: eb30b81c76ea51793e1a2b4ba19e76b87caa3428
Parents: ea3aa2e
Author: Sanket <sc...@untilservice-lm>
Authored: Wed Dec 16 11:14:05 2015 -0600
Committer: Sanket <sc...@untilservice-lm>
Committed: Wed Dec 16 11:14:05 2015 -0600

----------------------------------------------------------------------
 docs/documentation/distcache-blobstore.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/eb30b81c/docs/documentation/distcache-blobstore.md
----------------------------------------------------------------------
diff --git a/docs/documentation/distcache-blobstore.md b/docs/documentation/distcache-blobstore.md
index 13d3732..2011ce3 100644
--- a/docs/documentation/distcache-blobstore.md
+++ b/docs/documentation/distcache-blobstore.md
@@ -108,8 +108,8 @@ before the execution starts.
 Apart from compression the blobstore helps to give the blob a name that can be used by the workers. The localizer takes 
 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 
+## 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 “storm.local.dir/nimbus/blobs” for local file system and a similar path on 
 hdfs file system.
 
@@ -265,8 +265,8 @@ nimbus.min.replication.count > 1.
 
 ## Configuration
 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-blobstore.dir: The directory where all blobs are stored. For local file system it represents the directory on the nimbus 
+```
+blobstore.dir: The directory where all blobs are stored. For local file system it represents the directory on the nimbus
 node and for HDFS file system it represents the hdfs file system path.
 
 supervisor.blobstore.class: This configuration is meant to set the client for  the supervisor  in order to talk to the blobstore. 
@@ -308,8 +308,7 @@ topology.max.replication.wait.time.sec: Maximum wait time for the nimbus host re
 Once this time is elapsed nimbus will go ahead and perform topology activation tasks even if required nimbus.min.replication.count is not achieved. 
 The default is 60 seconds, a value of -1 indicates to wait for ever.
 * nimbus.code.sync.freq.secs: Frequency at which the background thread on nimbus which syncs code for locally missing blobs. Default is 2 minutes.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
+```
 
 ## Using the Distributed Cache API, Command Line Interface (CLI)