Andrey Andreev created CASSANDRA-15715:
------------------------------------------

             Summary: URL for help topic CREATE_KEYSPACE is leading to page 
that does not exist
                 Key: CASSANDRA-15715
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15715
             Project: Cassandra
          Issue Type: Bug
          Components: Documentation/Blog
            Reporter: Andrey Andreev
         Attachments: Screenshot from 2020-04-11 12-13-32.png

URL for help topic CREATE_KEYSPACE is leading to page that does not exist
{code:java}
cqlsh> SHOW VERSION;
[cqlsh 5.0.1 | Cassandra 3.11.6 | CQL spec 3.4.4 | Native protocol v4]
cqlsh> HELP CREATE_KEYSPACE;
*** No browser to display CQL help. URL for help topic CREATE_KEYSPACE : 
https://cassandra.apache.org/doc/cql3/CQL-3.2.html#createKeyspaceStmt
{code}
Page "https://cassandra.apache.org/doc/cql3/CQL-3.2.html#createKeyspaceStmt"; is 
showing 404 "Not Found".

How did I install C* (From the book "Cassandra The Definitive Guide, Third 
Edition, page 53")
{code:java}
docker pull cassandra
docker run --name c-seed cassandra
docker exec -it c-seed cqlsh
HELP CREATE_KEYSPACE;
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to