-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 Keyspace - Test Connection Error #1444
Comments
What error do you get when running a query? Same one? |
When running a query you need to fully specify the keyspace and table name,
rather than just the table name. It seems that the keyspace that is
entered in the configuration settings isn't being used.
select * from scadadata.historian where tag_id = 'TIT87102' limit 600; will
work
select * from historian where tag_id = 'TIT87102' limit 600; will not work.
…On Sat, Dec 3, 2016 at 4:25 PM, Arik Fraimovich ***@***.***> wrote:
What error do you get when running a query? Same one?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1444 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ-lFYJWVb1oA4cvFyCmtvg7pOKiyoIMks5rEd5QgaJpZM4LDIn5>
.
|
Hi @muglar , |
Fixed with #1474. |
Actually #1474 fixes only the test connection issue. @yershalom is there anything to do about the need to specify the keyspace in each query? |
Yep. Pushing it now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
Issue with the keyspace connection. Also does not work in a query.
Technical details:
The text was updated successfully, but these errors were encountered: