You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Liangzhao Zeng <li...@gmail.com> on 2010/12/10 17:33:28 UTC

cassandra database viewer

Is there any database viewer in cassandra to browser the content of the
database, like what DB2 or oracle have?


Thanks,

Liangzhao

RE: cassandra database viewer

Posted by Sanjay Sharma <sa...@impetus.co.in>.
You could also try http://cassui.googlecode.com

-Sanjay

From: Shashank Tiwari [mailto:tshanky@gmail.com]
Sent: Saturday, December 11, 2010 4:01 AM
To: user@cassandra.apache.org
Subject: Re: cassandra database viewer

what about https://github.com/suguru/cassandra-webconsole? any good?

On Fri, Dec 10, 2010 at 2:00 PM, Aaron Morton <aa...@thelastpickle.com>> wrote:
This is the only thing I can think of
https://github.com/driftx/chiton

Have not used it myself.

Aaron
On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com>> wrote:

> Is there any database viewer in cassandra to browser the content of the database, like what DB2 or oracle have?
>
>
> Thanks,
>
> Liangzhao


________________________________
Impetus is a proud sponsor for the NCR Tester Monthly Meet- – a technology un-conference being held on Dec 18th in Noida. The event will focus on various aspects of Test Engineering.

Click http://www.impetus.com to know more. Follow us on www.twitter.com/impetuscalling.

NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

Re: cassandra database viewer

Posted by Brandon Williams <dr...@gmail.com>.
On Tue, Dec 14, 2010 at 7:11 AM, Amin Sakka, Novapost <
amin.sakka@novapost.fr> wrote:

>
> Thanks for your answers, I have checkout the 0.7 branch but still having
> troubles:
> *init_() takes at least 3 arguments (2 given)*


Are you using the 0.7 branch of telephus too?

-Brandon

Re: cassandra database viewer

Posted by "Amin Sakka, Novapost" <am...@novapost.fr>.
Thanks for your answers, I have checkout the 0.7 branch but still having
troubles:
*init_() takes at least 3 arguments (2 given)*

2010-12-14 14:08:36+0100 [Uninitialized] <twisted.internet.tcp.Connector
instance at 0x2d977a0> will retry in 2 seconds
2010-12-14 14:08:36+0100 [Uninitialized] Stopping factory
<telephus.protocol.ManagedCassandraClientFactory instance at 0x2d971b8>
2010-12-14 14:08:37+0100 [Uninitialized] Unhandled error in Deferred:
2010-12-14 14:08:37+0100 [Uninitialized] Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line
949, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line
893, in _inlineCallbacks
    result = g.send(result)
  File "/var/lib/chiton-0.7/chiton/bin/chiton/viewer.py", line 155, in
_connect
    yield self._setupKeyspaces()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line
1014, in unwindGenerator
    return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line
893, in _inlineCallbacks
    result = g.send(result)
  File "/var/lib/chiton-0.7/chiton/bin/chiton/viewer.py", line 182, in
_setupKeyspaces
    self._client = CassandraClient(self.cmanager)
 exceptions.TypeError: __init__() takes at least 3 arguments (2 given)




2010/12/13 Brandon Williams <dr...@gmail.com>

> On Mon, Dec 13, 2010 at 1:28 PM, Aaron Morton <aa...@thelastpickle.com>wrote:
>
>> The github page for Chiton says to use the current dev, but thats not
>> correct. Cassandra 0.7 uses thrift 0.5
>>
>
> It was correct when I wrote the readme :)
>
>
>> I also see the is a 0.7 branch for chiton are you using that?
>>
>
> You need to use the 0.7 branch against Cassandra 0.7, or master against
> 0.6.
>
> -Brandon
>



-- 

Amin SAKKA
Research and Development Engineer
32 rue de Paradis, 75010 Paris
*Tel:* +33 (0)6 34 14 19 25
*Mail:* amin.sakka@novapost.fr
*Web:* www.novapost.fr / www.novapost-rh.fr

Re: cassandra database viewer

Posted by Brandon Williams <dr...@gmail.com>.
On Mon, Dec 13, 2010 at 1:28 PM, Aaron Morton <aa...@thelastpickle.com>wrote:

> The github page for Chiton says to use the current dev, but thats not
> correct. Cassandra 0.7 uses thrift 0.5
>

It was correct when I wrote the readme :)


> I also see the is a 0.7 branch for chiton are you using that?
>

You need to use the 0.7 branch against Cassandra 0.7, or master against 0.6.

-Brandon

Re: cassandra database viewer

Posted by Aaron Morton <aa...@thelastpickle.com>.
The github page for Chiton says to use the current dev, but thats not correct. Cassandra 0.7 uses thrift 0.5


I also see the is a 0.7 branch for chiton are you using that?

Aaron

On 14/12/2010, at 5:27 AM, "Amin Sakka, Novapost" <am...@novapost.fr> wrote:

> I'm using the 0.6.0-dev version
> 
> amin@cassandra:~$ thrift -version
> Thrift version 0.6.0-dev
> 
> 
> 2010/12/13 Kani <ja...@gmail.com>
> Amin, have you check that version of Cassandra Thrift interface Chiton supports? It looks like Chiton is trying to comunicate to Cassandra daemon using an old Thrift interface.
> 
> 
> On Mon, Dec 13, 2010 at 12:00 PM, Amin Sakka, Novapost <am...@novapost.fr> wrote:
> 
> Hello community,
> I installed Chiton on my ubuntu 9.4 machine.
> I have a problem when trying to connect chiton to the running cassandra daemon: the keyspace list is empty and I'm getting the following exception : Invalid method name: 'get_string_list_property'
> When I connect using cassandra-cli, and using show keyspaces,I have the list of my keyspaces without any exception
> I'm using cassandra 0.7.0-rc1 (Framed transport mode) 
> Do you have any ideas please?
> Thanks!
> 
> Here is the full error log : 
> 
> 
> (chiton-client:2169): libglade-WARNING **: could not find a parent that handles internal children for `vbox'
> 2010-12-13 15:44:39+0100 [ManagedThriftClientProtocol,client] Stopping factory <telephus.protocol.ManagedCassandraClientFactory instance at 0x25298c0>
> 2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled error in Deferred:
> 2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled Error
> 	Traceback (most recent call last):
> 	Failure: thrift.Thrift.TApplicationException: Invalid method name: 'get_string_list_property'
> 
> 
> 
> 
> 2010/12/10 Shashank Tiwari <ts...@gmail.com>
> 
> what about https://github.com/suguru/cassandra-webconsole? any good?
> 
> 
> On Fri, Dec 10, 2010 at 2:00 PM, Aaron Morton <aa...@thelastpickle.com> wrote:
> This is the only thing I can think of
> https://github.com/driftx/chiton
> 
> Have not used it myself.
> 
> Aaron
> On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com> wrote:
> 
> > Is there any database viewer in cassandra to browser the content of the database, like what DB2 or oracle have?
> >
> >
> > Thanks,
> >
> > Liangzhao
> 
> 
> 
> 
> -- 
> 
> Amin SAKKA
> Research and Development Engineer
> 32 rue de Paradis, 75010 Paris
> Tel: +33 (0)6 34 14 19 25
> Mail: amin.sakka@novapost.fr
> Web: www.novapost.fr / www.novapost-rh.fr
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> Amin SAKKA
> Research and Development Engineer
> 32 rue de Paradis, 75010 Paris
> Tel: +33 (0)6 34 14 19 25
> Mail: amin.sakka@novapost.fr
> Web: www.novapost.fr / www.novapost-rh.fr
> 
> 
> 
> 

Re: cassandra database viewer

Posted by "Amin Sakka, Novapost" <am...@novapost.fr>.
I'm using the 0.6.0-dev version

*amin@cassandra:~$ thrift -version*
*Thrift version 0.6.0-dev*


2010/12/13 Kani <ja...@gmail.com>

> Amin, have you check that version of Cassandra Thrift interface Chiton
> supports? It looks like Chiton is trying to comunicate to Cassandra daemon
> using an old Thrift interface.
>
>
> On Mon, Dec 13, 2010 at 12:00 PM, Amin Sakka, Novapost <
> amin.sakka@novapost.fr> wrote:
>
>>
>> Hello community,
>> I installed Chiton on my ubuntu 9.4 machine.
>> I have a problem when trying to connect chiton to the running cassandra
>> daemon: the keyspace list is empty and I'm getting the following exception
>> : *Invalid method name: 'get_string_list_property'*
>> When I connect using *cassandra-cli, and using* *show keyspaces,*I have
>> the list of my keyspaces without any exception
>> **I'm using cassandra 0.7.0-rc1 (Framed transport mode)
>> Do you have any ideas please?
>> Thanks!
>>
>> Here is the full error log :
>>
>> *
>> *
>> *(chiton-client:2169): libglade-WARNING **: could not find a parent that
>> handles internal children for `vbox'*
>> *2010-12-13 15:44:39+0100 [ManagedThriftClientProtocol,client] Stopping
>> factory <telephus.protocol.ManagedCassandraClientFactory instance at
>> 0x25298c0>*
>> *2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled
>> error in Deferred:*
>> *2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled
>> Error*
>> * **Traceback (most recent call last):*
>> * **Failure: thrift.Thrift.TApplicationException: Invalid method name:
>> 'get_string_list_property'*
>>
>>
>>
>>
>> 2010/12/10 Shashank Tiwari <ts...@gmail.com>
>>
>> what about https://github.com/suguru/cassandra-webconsole? any good?
>>>
>>>
>>> On Fri, Dec 10, 2010 at 2:00 PM, Aaron Morton <aa...@thelastpickle.com>wrote:
>>>
>>>> This is the only thing I can think of
>>>> https://github.com/driftx/chiton
>>>>
>>>> Have not used it myself.
>>>>
>>>> Aaron
>>>> On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com>
>>>> wrote:
>>>>
>>>> > Is there any database viewer in cassandra to browser the content of
>>>> the database, like what DB2 or oracle have?
>>>> >
>>>> >
>>>> > Thanks,
>>>> >
>>>> > Liangzhao
>>>>
>>>
>>>
>>
>>
>> --
>>
>> Amin SAKKA
>> Research and Development Engineer
>> 32 rue de Paradis, 75010 Paris
>> *Tel:* +33 (0)6 34 14 19 25
>> *Mail:* amin.sakka@novapost.fr
>> *Web:* www.novapost.fr / www.novapost-rh.fr
>>
>>
>>
>>
>>
>


-- 

Amin SAKKA
Research and Development Engineer
32 rue de Paradis, 75010 Paris
*Tel:* +33 (0)6 34 14 19 25
*Mail:* amin.sakka@novapost.fr
*Web:* www.novapost.fr / www.novapost-rh.fr

Re: cassandra database viewer

Posted by Kani <ja...@gmail.com>.
Amin, have you check that version of Cassandra Thrift interface Chiton
supports? It looks like Chiton is trying to comunicate to Cassandra daemon
using an old Thrift interface.

On Mon, Dec 13, 2010 at 12:00 PM, Amin Sakka, Novapost <
amin.sakka@novapost.fr> wrote:

>
> Hello community,
> I installed Chiton on my ubuntu 9.4 machine.
> I have a problem when trying to connect chiton to the running cassandra
> daemon: the keyspace list is empty and I'm getting the following exception
> : *Invalid method name: 'get_string_list_property'*
> When I connect using *cassandra-cli, and using* *show keyspaces,*I have
> the list of my keyspaces without any exception
> **I'm using cassandra 0.7.0-rc1 (Framed transport mode)
> Do you have any ideas please?
> Thanks!
>
> Here is the full error log :
>
> *
> *
> *(chiton-client:2169): libglade-WARNING **: could not find a parent that
> handles internal children for `vbox'*
> *2010-12-13 15:44:39+0100 [ManagedThriftClientProtocol,client] Stopping
> factory <telephus.protocol.ManagedCassandraClientFactory instance at
> 0x25298c0>*
> *2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled
> error in Deferred:*
> *2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled
> Error*
> * **Traceback (most recent call last):*
> * **Failure: thrift.Thrift.TApplicationException: Invalid method name:
> 'get_string_list_property'*
>
>
>
>
> 2010/12/10 Shashank Tiwari <ts...@gmail.com>
>
> what about https://github.com/suguru/cassandra-webconsole? any good?
>>
>>
>> On Fri, Dec 10, 2010 at 2:00 PM, Aaron Morton <aa...@thelastpickle.com>wrote:
>>
>>> This is the only thing I can think of
>>> https://github.com/driftx/chiton
>>>
>>> Have not used it myself.
>>>
>>> Aaron
>>> On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com>
>>> wrote:
>>>
>>> > Is there any database viewer in cassandra to browser the content of the
>>> database, like what DB2 or oracle have?
>>> >
>>> >
>>> > Thanks,
>>> >
>>> > Liangzhao
>>>
>>
>>
>
>
> --
>
> Amin SAKKA
> Research and Development Engineer
> 32 rue de Paradis, 75010 Paris
> *Tel:* +33 (0)6 34 14 19 25
> *Mail:* amin.sakka@novapost.fr
> *Web:* www.novapost.fr / www.novapost-rh.fr
>
>
>
>
>

Re: cassandra database viewer

Posted by "Amin Sakka, Novapost" <am...@novapost.fr>.
Hello community,
I installed Chiton on my ubuntu 9.4 machine.
I have a problem when trying to connect chiton to the running cassandra
daemon: the keyspace list is empty and I'm getting the following exception
: *Invalid method name: 'get_string_list_property'*
When I connect using *cassandra-cli, and using* *show keyspaces,*I have the
list of my keyspaces without any exception
**I'm using cassandra 0.7.0-rc1 (Framed transport mode)
Do you have any ideas please?
Thanks!

Here is the full error log :

*
*
*(chiton-client:2169): libglade-WARNING **: could not find a parent that
handles internal children for `vbox'*
*2010-12-13 15:44:39+0100 [ManagedThriftClientProtocol,client] Stopping
factory <telephus.protocol.ManagedCassandraClientFactory instance at
0x25298c0>*
*2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled
error in Deferred:*
*2010-12-13 15:44:48+0100 [ManagedThriftClientProtocol,client] Unhandled
Error*
* **Traceback (most recent call last):*
* **Failure: thrift.Thrift.TApplicationException: Invalid method name:
'get_string_list_property'*




2010/12/10 Shashank Tiwari <ts...@gmail.com>

> what about https://github.com/suguru/cassandra-webconsole? any good?
>
>
> On Fri, Dec 10, 2010 at 2:00 PM, Aaron Morton <aa...@thelastpickle.com>wrote:
>
>> This is the only thing I can think of
>> https://github.com/driftx/chiton
>>
>> Have not used it myself.
>>
>> Aaron
>> On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com>
>> wrote:
>>
>> > Is there any database viewer in cassandra to browser the content of the
>> database, like what DB2 or oracle have?
>> >
>> >
>> > Thanks,
>> >
>> > Liangzhao
>>
>
>


-- 

Amin SAKKA
Research and Development Engineer
32 rue de Paradis, 75010 Paris
*Tel:* +33 (0)6 34 14 19 25
*Mail:* amin.sakka@novapost.fr
*Web:* www.novapost.fr / www.novapost-rh.fr

Re: cassandra database viewer

Posted by Shashank Tiwari <ts...@gmail.com>.
what about https://github.com/suguru/cassandra-webconsole? any good?


On Fri, Dec 10, 2010 at 2:00 PM, Aaron Morton <aa...@thelastpickle.com>wrote:

> This is the only thing I can think of
> https://github.com/driftx/chiton
>
> Have not used it myself.
>
> Aaron
> On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com>
> wrote:
>
> > Is there any database viewer in cassandra to browser the content of the
> database, like what DB2 or oracle have?
> >
> >
> > Thanks,
> >
> > Liangzhao
>

Re: cassandra database viewer

Posted by Aaron Morton <aa...@thelastpickle.com>.
This is the only thing I can think of 
https://github.com/driftx/chiton

Have not used it myself.

Aaron
On 11/12/2010, at 5:33 AM, Liangzhao Zeng <li...@gmail.com> wrote:

> Is there any database viewer in cassandra to browser the content of the database, like what DB2 or oracle have?
> 
> 
> Thanks,
> 
> Liangzhao