You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jm...@apache.org on 2015/08/19 19:42:24 UTC

[1/2] cassandra git commit: ninja: remove extra print output from nodetool.bat

Repository: cassandra
Updated Branches:
  refs/heads/trunk ceae5acd1 -> 2c3167722


ninja: remove extra print output from nodetool.bat


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cb8ff5d3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cb8ff5d3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/cb8ff5d3

Branch: refs/heads/trunk
Commit: cb8ff5d3a9dcfff3ee8c44ebc818b46692294283
Parents: 43b18d1
Author: Joshua McKenzie <jm...@apache.org>
Authored: Wed Aug 19 13:42:07 2015 -0400
Committer: Joshua McKenzie <jm...@apache.org>
Committed: Wed Aug 19 13:42:07 2015 -0400

----------------------------------------------------------------------
 bin/nodetool.bat | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cb8ff5d3/bin/nodetool.bat
----------------------------------------------------------------------
diff --git a/bin/nodetool.bat b/bin/nodetool.bat
index 416aca5..1d3c4e5 100644
--- a/bin/nodetool.bat
+++ b/bin/nodetool.bat
@@ -26,7 +26,6 @@ if NOT DEFINED JAVA_HOME goto :err
 set CASSANDRA_PARAMS=%CASSANDRA_PARAMS% -Dcassandra.logdir="%CASSANDRA_HOME%\logs"
 set CASSANDRA_PARAMS=%CASSANDRA_PARAMS% -Dcassandra.storagedir="%CASSANDRA_HOME%\data"
 
-echo Starting NodeTool
 "%JAVA_HOME%\bin\java" -cp %CASSANDRA_CLASSPATH% %CASSANDRA_PARAMS% -Dlogback.configurationFile=logback-tools.xml org.apache.cassandra.tools.NodeTool %*
 goto finally
 


[2/2] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

Posted by jm...@apache.org.
Merge branch 'cassandra-3.0' into trunk


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2c316772
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2c316772
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2c316772

Branch: refs/heads/trunk
Commit: 2c31677228626c4c00a38841944fd662bd23b2f0
Parents: ceae5ac cb8ff5d
Author: Joshua McKenzie <jm...@apache.org>
Authored: Wed Aug 19 13:42:17 2015 -0400
Committer: Joshua McKenzie <jm...@apache.org>
Committed: Wed Aug 19 13:42:17 2015 -0400

----------------------------------------------------------------------
 bin/nodetool.bat | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------