This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.0 by this push:
new c7bdc3a MINOR: Fixed default streams state dir location. (#5441)
c7bdc3a is described below
commit c7bdc3a1f5b44795100a342fbe0e06d2b77e3b28
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/<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>