[ 
https://issues.apache.org/jira/browse/CASSANDRA-17486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544247#comment-17544247
 ] 

Erick Ramirez commented on CASSANDRA-17486:
-------------------------------------------

I’ve completed final verification in staging and [published to 
production|https://github.com/apache/cassandra-website#merging-asf-staging-to-asf-site]:
{noformat}
$ git branch
* trunk

$ git fetch origin
$ git checkout asf-site
Branch ‘asf-site’ set up to track remote branch ‘asf-site’ from ‘origin’.
Switched to a new branch ‘asf-site’

$ git branch
* asf-site
  trunk

$ git reset --hard origin/asf-staging
HEAD is now at 20a02133 generate docs for c01fd28b

$ git push -f origin asf-site
Username for ‘https://github.com’: erickramirezau
Password for ‘https://[email protected]’: 
Total 0 (delta 0), reused 0 (delta 0) 
To https://github.com/apache/cassandra-website.git
 + 83c6ef87...20a02133 asf-site -> asf-site (forced update){noformat}
The updated Quickstart guide is now live on the site – 
https://cassandra.apache.org/_/quickstart.html

> DOC - Incorrect CQL version for Docker cqlsh command in Quickstart guide
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17486
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17486
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Documentation/Website
>            Reporter: Sathyanarayanan Saravanamuthu
>            Assignee: Erick Ramirez
>            Priority: Normal
>              Labels: pull-request-available
>             Fix For: 4.0.x, 4.1.x
>
>         Attachments: c17486-01-incorrect_versions_in_sample_output.png, 
> c17486-02-fixed_quickstart.png
>
>
> Based on the [Quickstart 
> guide|https://cassandra.apache.org/_/quickstart.html], I ran the following 
> commands:
> {noformat}
> > docker network create cassandra
> > docker run --rm -d --name cassandra --hostname cassandra --network 
> > cassandra cassandra
> > docker run -it --network cassandra -v "$(pwd)/data.cql:/scripts/data.cql" 
> > -e CQLSH_HOST=cassandra -e CQLSH_PORT=9042 nuvo/docker-cqlsh sh
> {noformat}
> On executing the {{cqlsh}}, I got the following error:
> {noformat}
> Connection error: ('Unable to connect to any servers', \{'172.18.0.2': 
> ProtocolError("cql_version '3.3.1' is not supported by remote (w/ native 
> protocol). Supported versions: [u'3.4.5']",)})
> {noformat}
> {{nuvo/docker-cqlsh}} uses version {{3.3.1}} and the server supports 
> {{3.4.5}}.
> The documentation is broken in current state and needs to be fixed.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to