Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra Input.0 - The column family {0} does not seem to exist in the keyspace {1} - perhaps it is a CQL 3 table? #79

Open
humbertoguedes opened this issue Mar 25, 2017 · 0 comments

Comments

@humbertoguedes
Copy link

humbertoguedes commented Mar 25, 2017

Based on the scripts below I tried to use "cassandra input" in version 7.0 of the PDI, however the error happens:

Script:

CREATE KEYSPACE IF NOT EXISTS TEST WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'};

CREATE TABLE USERS (
idUser text PRIMARY KEY, firstname text, lastname text, email text, age int);

Erro:
2017/03/25 10:33:11 - Cassandra Input.0 - ERROR (version 7.0.0.0-25, build 1 from 2016-11-05 15.35.36 by buildguy) : Unexpected error
2017/03/25 10:33:11 - Cassandra Input.0 - ERROR (version 7.0.0.0-25, build 1 from 2016-11-05 15.35.36 by buildguy) : org.pentaho.di.core.exception.KettleException:
2017/03/25 10:33:11 - Cassandra Input.0 - The column family {0} does not seem to exist in the keyspace {1} - perhaps it is a CQL 3 table?
2017/03/25 10:33:11 - Cassandra Input.0 -
2017/03/25 10:33:11 - Cassandra Input.0 - at org.pentaho.di.trans.steps.cassandrainput.CassandraInput.processRow(CassandraInput.java:175)
2017/03/25 10:33:11 - Cassandra Input.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2017/03/25 10:33:11 - Cassandra Input.0 - at java.lang.Thread.run(Thread.java:745)

read_from_cassandra.txt

buildguy pushed a commit that referenced this issue Jan 24, 2024
[BACKLOG-24186] - Pipelines should be able to override the Jenkinsfil…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant