You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/08/15 11:53:01 UTC

[jira] [Closed] (FLINK-7415) Include instructions for creating the keyspace in cassandra examples

     [ https://issues.apache.org/jira/browse/FLINK-7415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-7415.
-----------------------------------
    Resolution: Fixed

1.4: 5f97ac9281a443cd72b374c293e525ee5e9b4149

> Include instructions for creating the keyspace in cassandra examples
> --------------------------------------------------------------------
>
>                 Key: FLINK-7415
>                 URL: https://issues.apache.org/jira/browse/FLINK-7415
>             Project: Flink
>          Issue Type: Improvement
>          Components: Cassandra Connector
>    Affects Versions: 1.4.0, 1.3.2
>            Reporter: Hai Zhou
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> In `org.apache.flink.batch.connectors.cassandra.example.BatchExample`description:
> {code:java}
>  * <p>The example assumes that a table exists in a local cassandra database, according to the following query:
>  * CREATE TABLE test.batches (number int, strings text, PRIMARY KEY(number, strings));
>  */
> {code}
>  The Keyspace 'test' not exist,We should create it at first.
> I will improve its description.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)