You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2017/08/30 05:38:28 UTC

cassandra git commit: Doc change: Update configuring.rst

Repository: cassandra
Updated Branches:
  refs/heads/trunk 349f7ea7e -> 904af8531


Doc change: Update configuring.rst

Closes #133

Patch by Piyush Rana; Reviewed by Jeff Jirsa


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

Branch: refs/heads/trunk
Commit: 904af85312d4d2557f118cafd1c614e67a918d7a
Parents: 349f7ea
Author: Piyush Rana <pi...@knoldus.com>
Authored: Thu Jul 20 18:11:01 2017 +0000
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Tue Aug 29 22:37:48 2017 -0700

----------------------------------------------------------------------
 doc/source/getting_started/configuring.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/904af853/doc/source/getting_started/configuring.rst
----------------------------------------------------------------------
diff --git a/doc/source/getting_started/configuring.rst b/doc/source/getting_started/configuring.rst
index 27fac78..e71eeed 100644
--- a/doc/source/getting_started/configuring.rst
+++ b/doc/source/getting_started/configuring.rst
@@ -17,9 +17,9 @@
 Configuring Cassandra
 ---------------------
 
-For running Cassandra on a single node, the steps above are enough, you don't really need to change any configuration.
-However, when you deploy a cluster of nodes, or use clients that are not on the same host, then there are some
-parameters that must be changed.
+For running Cassandra on a single node, the default configuration file present at ``./conf/cassandra.yaml`` is enough, 
+you shouldn't need to change any configuration. However, when you deploy a cluster of nodes, or use clients that 
+are not on the same host, then there are some parameters that must be changed.
 
 The Cassandra configuration files can be found in the ``conf`` directory of tarballs. For packages, the configuration
 files will be located in ``/etc/cassandra``.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org