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

sriharsha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 530d951  MINOR: Fixed default streams state dir location. (#5441)
530d951 is described below

commit 530d951cbd47e7d27d5e687881f3dffe8b880377
Author: Simon Clark <[email protected]>
AuthorDate: Thu Aug 2 03:27:08 2018 +0100

    MINOR: Fixed default streams state dir location. (#5441)
    
    Co-authored-by: Mickael Maison <[email protected]>
    Co-authored-by: Simon Clark <[email protected]>
    
    Reviewers: Sriharsha Chintalapani <[email protected]>
---
 docs/streams/developer-guide/app-reset-tool.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/app-reset-tool.html 
b/docs/streams/developer-guide/app-reset-tool.html
index 84b6930..2f82cf1 100644
--- a/docs/streams/developer-guide/app-reset-tool.html
+++ b/docs/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>

Reply via email to