You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/05/28 22:51:35 UTC

svn commit: r1682334 - in /storm/site/publish: documentation/Metrics.html documentation/Setting-up-a-Storm-cluster.html feed.xml

Author: bobby
Date: Thu May 28 20:51:34 2015
New Revision: 1682334

URL: http://svn.apache.org/r1682334
Log:
Update with latest changes from trunk

Modified:
    storm/site/publish/documentation/Metrics.html
    storm/site/publish/documentation/Setting-up-a-Storm-cluster.html
    storm/site/publish/feed.xml

Modified: storm/site/publish/documentation/Metrics.html
URL: http://svn.apache.org/viewvc/storm/site/publish/documentation/Metrics.html?rev=1682334&r1=1682333&r2=1682334&view=diff
==============================================================================
--- storm/site/publish/documentation/Metrics.html (original)
+++ storm/site/publish/documentation/Metrics.html Thu May 28 20:51:34 2015
@@ -90,7 +90,7 @@ It's used internally to track the nu
 <p>Storm gives you these metric types:</p>
 
 <ul>
-<li><a href="">AssignableMetric</a> -- set the metric to the explicit value you supply. Useful if it&#39;s an external value or in the case that you are already calculating the summary statistic yourself.</li>
+<li><a href="https://github.com/apache/storm/blob/master/storm-core/src/jvm/backtype/storm/metric/api/AssignableMetric.java">AssignableMetric</a> -- set the metric to the explicit value you supply. Useful if it&#39;s an external value or in the case that you are already calculating the summary statistic yourself.</li>
 <li><a href="https://github.com/apache/storm/blob/master/storm-core/src/jvm/backtype/storm/metric/api/CombinedMetric.java">CombinedMetric</a> -- generic interface for metrics that can be updated associatively. </li>
 <li><a href="https://github.com/apache/storm/blob/master/storm-core/src/jvm/backtype/storm/metric/api/CountMetric.java">CountMetric</a> -- a running total of the supplied values. Call <code>incr()</code> to increment by one, <code>incrBy(n)</code> to add/subtract the given number.
 

Modified: storm/site/publish/documentation/Setting-up-a-Storm-cluster.html
URL: http://svn.apache.org/viewvc/storm/site/publish/documentation/Setting-up-a-Storm-cluster.html?rev=1682334&r1=1682333&r2=1682334&view=diff
==============================================================================
--- storm/site/publish/documentation/Setting-up-a-Storm-cluster.html (original)
+++ storm/site/publish/documentation/Setting-up-a-Storm-cluster.html Thu May 28 20:51:34 2015
@@ -144,6 +144,10 @@
     <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">6702</span>
     <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">6703</span>
 </code></pre></div>
+<h3 id="configure-external-libraries-and-environmental-variables-(optional)">Configure external libraries and environmental variables (optional)</h3>
+
+<p>If you need support from external libraries or custom plugins, you can place such jars into the extlib/ and extlib-daemon/ directories. Note that the extlib-daemon/ directory stores jars used only by daemons (Nimbus, Supervisor, DRPC, UI, Logviewer), e.g., HDFS and customized scheduling libraries. Accordingly, two environmental variables STORM_EXT_CLASSPATH and STORM_EXT_CLASSPATH_DAEMON can be configured by users for including the external classpath and daemon-only external classpath.</p>
+
 <h3 id="launch-daemons-under-supervision-using-&quot;storm&quot;-script-and-a-supervisor-of-your-choice">Launch daemons under supervision using &quot;storm&quot; script and a supervisor of your choice</h3>
 
 <p>The last step is to launch all the Storm daemons. It is critical that you run each of these daemons under supervision. Storm is a <strong>fail-fast</strong> system which means the processes will halt whenever an unexpected error is encountered. Storm is designed so that it can safely halt at any point and recover correctly when the process is restarted. This is why Storm keeps no state in-process -- if Nimbus or the Supervisors restart, the running topologies are unaffected. Here&#39;s how to run the Storm daemons:</p>

Modified: storm/site/publish/feed.xml
URL: http://svn.apache.org/viewvc/storm/site/publish/feed.xml?rev=1682334&r1=1682333&r2=1682334&view=diff
==============================================================================
--- storm/site/publish/feed.xml (original)
+++ storm/site/publish/feed.xml Thu May 28 20:51:34 2015
@@ -5,8 +5,8 @@
     <description></description>
     <link>http://storm.apache.org/</link>
     <atom:link href="http://storm.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 22 Apr 2015 16:44:54 -0500</pubDate>
-    <lastBuildDate>Wed, 22 Apr 2015 16:44:54 -0500</lastBuildDate>
+    <pubDate>Thu, 28 May 2015 15:36:10 -0500</pubDate>
+    <lastBuildDate>Thu, 28 May 2015 15:36:10 -0500</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>