This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 322f145  MINOR: fix Streams state.dir config (#159)
322f145 is described below

commit 322f1454d95cf648e6eb612c9b75d75ae2a2733e
Author: Matthias J. Sax <[email protected]>
AuthorDate: Mon Aug 6 13:39:11 2018 -0700

    MINOR: fix Streams state.dir config (#159)
    
    Reviewers: Guozhang Wang <[email protected]>
---
 10/streams/developer-guide/app-reset-tool.html | 4 ++--
 10/streams/developer-guide/config-streams.html | 2 +-
 11/streams/developer-guide/app-reset-tool.html | 4 ++--
 11/streams/developer-guide/config-streams.html | 2 +-
 20/streams/developer-guide/app-reset-tool.html | 4 ++--
 20/streams/developer-guide/config-streams.html | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/10/streams/developer-guide/app-reset-tool.html 
b/10/streams/developer-guide/app-reset-tool.html
index 5773f91..4ac1d60 100644
--- a/10/streams/developer-guide/app-reset-tool.html
+++ b/10/streams/developer-guide/app-reset-tool.html
@@ -118,7 +118,7 @@
                 use either of these methods:</p>
             <ul class="simple">
                 <li>The API method <code class="docutils literal"><span 
class="pre">KafkaStreams#cleanUp()</span></code> in your application code.</li>
-                <li>Manually delete the corresponding local state directory 
(default location: <code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams/&lt;application.id&gt;</span></code>). For 
more information, see <a 
href="../../../javadoc/org/apache/kafka/streams/StreamsConfig.html#STATE_DIR_CONFIG">Streams</a>
 javadocs.</li>
+                <li>Manually delete the corresponding local state directory 
(default location: <code class="docutils literal"><span 
class="pre">/tmp/kafka-streams/&lt;application.id&gt;</span></code>). For more 
information, see <a 
href="../../../javadoc/org/apache/kafka/streams/StreamsConfig.html#STATE_DIR_CONFIG">Streams</a>
 javadocs.</li>
             </ul>
 </div>
 </div>
@@ -170,4 +170,4 @@
         // Display docs subnav items
         
$('.b-nav__docs').parent().toggleClass('nav__item__with__subs--expanded');
     });
-</script>
\ No newline at end of file
+</script>
diff --git a/10/streams/developer-guide/config-streams.html 
b/10/streams/developer-guide/config-streams.html
index 7b029a7..6314746 100644
--- a/10/streams/developer-guide/config-streams.html
+++ b/10/streams/developer-guide/config-streams.html
@@ -286,7 +286,7 @@
           <tr class="row-even"><td>state.dir</td>
             <td>High</td>
             <td colspan="2">Directory location for state stores.</td>
-            <td><code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams</span></code></td>
+            <td><code class="docutils literal"><span 
class="pre">/tmp/kafka-streams</span></code></td>
           </tr>
           <tr class="row-odd"><td>timestamp.extractor</td>
             <td>Medium</td>
diff --git a/11/streams/developer-guide/app-reset-tool.html 
b/11/streams/developer-guide/app-reset-tool.html
index 84b6930..8e6b6ca 100644
--- a/11/streams/developer-guide/app-reset-tool.html
+++ b/11/streams/developer-guide/app-reset-tool.html
@@ -141,7 +141,7 @@
                 use either of these methods:</p>
             <ul class="simple">
                 <li>The API method <code class="docutils literal"><span 
class="pre">KafkaStreams#cleanUp()</span></code> in your application code.</li>
-                <li>Manually delete the corresponding local state directory 
(default location: <code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams/&lt;application.id&gt;</span></code>). For 
more information, see <a 
href="../../../javadoc/org/apache/kafka/streams/StreamsConfig.html#STATE_DIR_CONFIG">Streams</a>
 javadocs.</li>
+                <li>Manually delete the corresponding local state directory 
(default location: <code class="docutils literal"><span 
class="pre">/tmp/kafka-streams/&lt;application.id&gt;</span></code>). For more 
information, see <a 
href="../../../javadoc/org/apache/kafka/streams/StreamsConfig.html#STATE_DIR_CONFIG">Streams</a>
 javadocs.</li>
             </ul>
 </div>
 </div>
@@ -193,4 +193,4 @@
         // Display docs subnav items
         
$('.b-nav__docs').parent().toggleClass('nav__item__with__subs--expanded');
     });
-</script>
\ No newline at end of file
+</script>
diff --git a/11/streams/developer-guide/config-streams.html 
b/11/streams/developer-guide/config-streams.html
index 4735713..6a36791 100644
--- a/11/streams/developer-guide/config-streams.html
+++ b/11/streams/developer-guide/config-streams.html
@@ -266,7 +266,7 @@
           <tr class="row-even"><td>state.dir</td>
             <td>High</td>
             <td colspan="2">Directory location for state stores.</td>
-            <td><code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams</span></code></td>
+            <td><code class="docutils literal"><span 
class="pre">/tmp/kafka-streams</span></code></td>
           </tr>
           <tr class="row-odd"><td>timestamp.extractor</td>
             <td>Medium</td>
diff --git a/20/streams/developer-guide/app-reset-tool.html 
b/20/streams/developer-guide/app-reset-tool.html
index 84b6930..8e6b6ca 100644
--- a/20/streams/developer-guide/app-reset-tool.html
+++ b/20/streams/developer-guide/app-reset-tool.html
@@ -141,7 +141,7 @@
                 use either of these methods:</p>
             <ul class="simple">
                 <li>The API method <code class="docutils literal"><span 
class="pre">KafkaStreams#cleanUp()</span></code> in your application code.</li>
-                <li>Manually delete the corresponding local state directory 
(default location: <code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams/&lt;application.id&gt;</span></code>). For 
more information, see <a 
href="../../../javadoc/org/apache/kafka/streams/StreamsConfig.html#STATE_DIR_CONFIG">Streams</a>
 javadocs.</li>
+                <li>Manually delete the corresponding local state directory 
(default location: <code class="docutils literal"><span 
class="pre">/tmp/kafka-streams/&lt;application.id&gt;</span></code>). For more 
information, see <a 
href="../../../javadoc/org/apache/kafka/streams/StreamsConfig.html#STATE_DIR_CONFIG">Streams</a>
 javadocs.</li>
             </ul>
 </div>
 </div>
@@ -193,4 +193,4 @@
         // Display docs subnav items
         
$('.b-nav__docs').parent().toggleClass('nav__item__with__subs--expanded');
     });
-</script>
\ No newline at end of file
+</script>
diff --git a/20/streams/developer-guide/config-streams.html 
b/20/streams/developer-guide/config-streams.html
index 2c6bce1..37e9a37 100644
--- a/20/streams/developer-guide/config-streams.html
+++ b/20/streams/developer-guide/config-streams.html
@@ -277,7 +277,7 @@
           <tr class="row-even"><td>state.dir</td>
             <td>High</td>
             <td colspan="2">Directory location for state stores.</td>
-            <td><code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams</span></code></td>
+            <td><code class="docutils literal"><span 
class="pre">/tmp/kafka-streams</span></code></td>
           </tr>
           <tr class="row-odd"><td>timestamp.extractor</td>
             <td>Medium</td>

Reply via email to