We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #79 from cardosov/BACKLOG-24186
af9f0cc
[BACKLOG-24186] - Pipelines should be able to override the Jenkinsfil…
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: