Author: junrao
Date: Wed May 22 15:53:17 2013
New Revision: 1485261
URL: http://svn.apache.org/r1485261
Log:
minor bug fix
Modified:
kafka/site/08/quickstart.html
Modified: kafka/site/08/quickstart.html
URL:
http://svn.apache.org/viewvc/kafka/site/08/quickstart.html?rev=1485261&r1=1485260&r2=1485261&view=diff
==============================================================================
--- kafka/site/08/quickstart.html (original)
+++ kafka/site/08/quickstart.html Wed May 22 15:53:17 2013
@@ -3,7 +3,7 @@
<h2>Quick Start</h3>
<h3> Step 0: Clean up 0.7 data, if exists </h3>
-Since 0.8 is not backward compatible with 0.7.x, if you had an 0.7
installation already, you will need to delete all existing Zookeeper data and
Kafka log data (if the data is not critical). Alternatively, you can use a
different Zookeeper namespace and a new Kafka log directory. If you have an 0.7
cluster in production, see the <a href="tools.html" title="tools"></a> section
on how to migrate your data from 0.7 to 0.8 online.
+Since 0.8 is not backward compatible with 0.7.x, if you had an 0.7
installation already, you will need to delete all existing Zookeeper data and
Kafka log data (if the data is not critical). Alternatively, you can use a
different Zookeeper namespace and a new Kafka log directory. If you have an 0.7
cluster in production, see the <a href="tools.html" title="tools">tools</a>
section on how to migrate your data from 0.7 to 0.8 online.
<h3> Step 1: Download the code </h3>