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

Tables/ColumnSpaces Created with CQL doesn't seem to show in the admin panel #30

Open
masumsoft opened this issue May 20, 2013 · 5 comments

Comments

@masumsoft
Copy link

I've created some tables using the cql3 api provided by the latest cassandra. I used something like the following:

CREATE TABLE users (
user_name varchar PRIMARY KEY,
password varchar,
gender varchar,
session_token varchar,
state varchar,
birth_year bigint
);

But the table/columnfamily doesn't show up in the cassandra-cluster-admin.

@aacanakin
Copy link

I'm having the same problem currently

@sebgiroux
Copy link
Owner

I'm not sure why that would happen but you guys can feel free to pull request the fix :)

@ef2k
Copy link

ef2k commented Sep 17, 2014

Hi everyone, any ideas on what's causing this to happen? I'd love to contribute a PR.

@sebgiroux
Copy link
Owner

It's an issue at the phpcassa level (that is used by the admin). The PR would have to be done for phpcassa first and then the latest version of phpcassa imported here.

See thobbs/phpcassa#139

@ef2k
Copy link

ef2k commented Sep 17, 2014

Thanks @sebgiroux for the information. Reading though the issue you linked and thobbs/phpcassa#142 , it looks like fixing this issue in phpcassa is much more complicated than I expected. At the moment, there are very little efforts for supporting CQL3 and Cassandra 2+. Maybe we'll have to wait for an update to the cassandra-php driver to be released.

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

4 participants