New web client & future API

2011-06-14 Thread Markus Wiesenbacher | Codefreun.de
Hi, what is the future API for Cassandra? Thrift, Avro, CQL? I just released an early version of my web client (http://www.codefreun.de/apollo) which is Thrift-based, and therefore I would like to know what the future is ... Many thanks MW

Re: New web client & future API

2011-06-14 Thread Markus Wiesenbacher | Codefreun.de
Yes, I wanted to start from the base ... Am 14.06.2011 um 15:48 schrieb Sasha Dolgy : > Your application is built with the thrift bindings and not with a > higher level client like Hector? > > On Tue, Jun 14, 2011 at 3:42 PM, Markus Wiesenbacher | Codefreun.de > wrote: >>

Re: New web client & future API

2011-06-15 Thread Markus Wiesenbacher | Codefreun.de
gramming, what did you use for the web components? > JSF, JavaScript, something else? > > On 6/14/2011 7:42 AM, Markus Wiesenbacher | Codefreun.de wrote: >> >> >> Hi, >> >> what is the future API for Cassandra? Thrift, Avro, CQL? >> >

Re: getFieldValue()

2011-06-17 Thread Markus Wiesenbacher | Codefreun.de
One question regarding point 2: Why should we always use Hector, Thrift is not that bad? Von meinem iPhone gesendet Am 17.06.2011 um 17:12 schrieb Jonathan Ellis : > 1. the right way to right that is to just say struct.name, struct.value, etc > 2. why are you writing raw thrift instead of using

Re: getFieldValue()

2011-06-17 Thread Markus Wiesenbacher | Codefreun.de
I see ;) Von meinem iPhone gesendet Am 17.06.2011 um 17:55 schrieb Jonathan Ellis : > If you don't get frustrated writing Thrift by hand you are a far, far > more patient man than I am. > > It's tedious and error-prone to boot. > > On Fri, Jun 17, 2011 at 1

Re: New web client & future API

2011-06-20 Thread Markus Wiesenbacher | Codefreun.de
Should work now ... Von meinem iPhone gesendet Am 20.06.2011 um 09:28 schrieb "Andrey V. Panov" : > How to download it? > Your "Download war-file" open just blank page :( > > On 14/06/2011, Markus Wiesenbacher | Codefreun.de wrote: > >> I just r

AW: Running Cassandra 1.0 as Windows Service

2011-11-09 Thread Markus Wiesenbacher | Codefreun.de
If you run it as a window service it runs with system-rights (instead of user-rights of logged in user). IMHO this could help: - Right click on service (administrative tools->services) and apply the user rights which are wanted -> Maybe it helps if you allow exchange/interaction with des

Cassandra WebUI with Sources released

2012-01-02 Thread Markus Wiesenbacher | Codefreun.de
Hi, I wish you all a happy and healthy new year! As you may remember, I coded a little GUI for Apache Cassandra. Now I did set up a little project homepage where you can download it, including the sources: http://www.codefreun.de http://www.codefreunde.com Markus ;)

AW: cassandra gui

2012-03-29 Thread Markus Wiesenbacher | Codefreun.de
Hi, yes you can insert data into cassandra with apollo, just try the demo center: http://www.codefreun.de/apolloUI/ You can login by just press the login-button (autologin) and play around with it. More info: http://codefreun.de/en/apollo-en If you miss any feature, please let me know! Best

AW: cassandra gui

2012-03-30 Thread Markus Wiesenbacher | Codefreun.de
, instead of paging through it. Von: Mohit Anchlia [mailto:mohitanch...@gmail.com] Gesendet: Freitag, 30. März 2012 16:57 An: user@cassandra.apache.org Betreff: Re: cassandra gui On Thu, Mar 29, 2012 at 10:08 PM, Markus Wiesenbacher | Codefreun.de wrote: Hi, yes you can insert data into

Re: cassandra gui

2012-03-30 Thread Markus Wiesenbacher | Codefreun.de
Let me check that Von meinem iPhone gesendet Am 30.03.2012 um 21:46 schrieb Mohit Anchlia : > > > On Fri, Mar 30, 2012 at 8:05 AM, Markus Wiesenbacher | Codefreun.de > wrote: > If you do search without a key I just read the first 100 row-keys and return > them. I

AW: cassandra gui

2012-03-30 Thread Markus Wiesenbacher | Codefreun.de
Inside the webapp (f.g. webapps/apollo/WEB-INF/classes) you can find apollo.properties with the property max.number.row.keys and the default 100. Please try to change this to a higher integer. But as far as I can see it is not used for the columns … Von: Markus Wiesenbacher | Codefreun.de