Author: jbellis
Date: Mon May  9 07:18:19 2011
New Revision: 1100902

URL: http://svn.apache.org/viewvc?rev=1100902&view=rev
Log:
r/m clustertool
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2607

Removed:
    cassandra/branches/cassandra-0.8/bin/clustertool
    cassandra/branches/cassandra-0.8/bin/clustertool.bat
    
cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools/ClusterCmd.java
Modified:
    cassandra/branches/cassandra-0.8/CHANGES.txt
    cassandra/branches/cassandra-0.8/NEWS.txt

Modified: cassandra/branches/cassandra-0.8/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/CHANGES.txt?rev=1100902&r1=1100901&r2=1100902&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.8/CHANGES.txt Mon May  9 07:18:19 2011
@@ -10,6 +10,7 @@
    (CASSANDRA-2419)
  * JDBC CQL driver exposes getColumn for access to timestamp
  * JDBC ResultSetMetadata properties added to AbstractType
+ * r/m clustertool (CASSANDRA-2607)
 
 
 0.8.0-beta2

Modified: cassandra/branches/cassandra-0.8/NEWS.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/NEWS.txt?rev=1100902&r1=1100901&r2=1100902&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.8/NEWS.txt Mon May  9 07:18:19 2011
@@ -37,6 +37,13 @@ Features
       will be removed in a future major release once we are satisfied that
       memtable_total_space_in_mb works adequately.
 
+Tools
+-----
+    - stress and py_stress moved from contrib/ to tools/
+    - clustertool was removed (see 
+      https://issues.apache.org/jira/browse/CASSANDRA-2607 for examples
+      of how to script nodetool across the cluster instead)
+
 Other
 -----
     - In the past, sstable2json would write column names and values as


Reply via email to