You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2013/05/22 17:52:23 UTC

svn commit: r1485260 - /kafka/site/08/quickstart.html

Author: junrao
Date: Wed May 22 15:52:23 2013
New Revision: 1485260

URL: http://svn.apache.org/r1485260
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=1485260&r1=1485259&r2=1485260&view=diff
==============================================================================
--- kafka/site/08/quickstart.html (original)
+++ kafka/site/08/quickstart.html Wed May 22 15:52:23 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"></a> section on how to migrate your data from 0.7 to 0.8 online.
 	
 <h3> Step 1: Download the code </h3>