This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/1.0 by this push:
new 0d8f64a MINOR: Fixed default streams state dir location. (#5441)
0d8f64a is described below
commit 0d8f64a47bd215ee4a4ffe559e765e2ae11936e8
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 5773f91..94d65cd 100644
--- a/docs/streams/developer-guide/app-reset-tool.html
+++ b/docs/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/<application.id></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/<application.id></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>