You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2016/10/18 11:29:59 UTC

calcite git commit: Docs for [CALCITE-1443]

Repository: calcite
Updated Branches:
  refs/heads/master d0f7dd35c -> d9e9103bb


Docs for [CALCITE-1443]


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

Branch: refs/heads/master
Commit: d9e9103bb1dec32f41eee8e4d2b4aa11b35a2d5d
Parents: d0f7dd3
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Tue Oct 18 07:29:39 2016 -0400
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Tue Oct 18 07:29:39 2016 -0400

----------------------------------------------------------------------
 site/_docs/cassandra_adapter.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/d9e9103b/site/_docs/cassandra_adapter.md
----------------------------------------------------------------------
diff --git a/site/_docs/cassandra_adapter.md b/site/_docs/cassandra_adapter.md
index f8da6c0..c1e89c2 100644
--- a/site/_docs/cassandra_adapter.md
+++ b/site/_docs/cassandra_adapter.md
@@ -55,6 +55,8 @@ A basic example of a model file is given below:
 }
 {% endhighlight %}
 
+Note that you can also specify `username` and `password` keys along with
+the `host` and `keyspace` if your server requires authentication.
 Assuming this file is stored as `model.json`, you can connect to
 Cassandra via [`sqlline`](https://github.com/julianhyde/sqlline) as
 follows: