Test Case Failure on Windows

2011-01-30 Thread indika kumara
Hi All, I am experience with test case failure due to the following error (a Windows file deletion issue). Any solution? Failed to delete C:\Project\cassandra\build\test\cassandra\commitlog\CommitLog-1296382997375.log" type="java.io.IOException">java.io.IOException: Failed to delete C:\Project\ca

Re: Exposing Cassandra as a Web Service

2011-01-17 Thread indika kumara
27;s not in trunk. I created the branch as a proof-of-concept > only. I can see the utility of a RESTful interface, but I doubt > you'll be able to achieve performance comparable to thrift. > > Gary > > On Mon, Jan 17, 2011 at 07:23, indika kumara > wrote: > > Hi G

Re: Exposing Cassandra as a Web Service

2011-01-17 Thread indika kumara
n just a few hours. I haven't > maintained the branch, but you can find the results of the work here: > https://github.com/gdusbabek/cassandra > > Gary > > On Sun, Jan 16, 2011 at 10:50, indika kumara wrote: > > Hi All, > > > > What would you think about the

Re: Exposing Cassandra as a Web Service

2011-01-16 Thread indika kumara
you want to plug into TServlet; let me know if you want to > pair up and quickly crank out a simple ws client. > > -gshx > > On Sun, Jan 16, 2011 at 11:18 PM, indika kumara >wrote: > > > Gaurav - I thought of enabling a WS-client to call Cassandra server nodes > > d

Re: Multi-tenancy, and authentication and authorization

2011-01-16 Thread indika kumara
e no longer focused on it. But the code that was generated > during our efforts is very much available, and is unlikely to have gone > stale. Would love to talk about this with you. > > Thanks, > Stu > > On Thu, Jan 6, 2011 at 8:08 PM, indika kumara > wrote: > > >

Re: Exposing Cassandra as a Web Service

2011-01-16 Thread indika kumara
ion options with 'almost' minimal external lib dependencies. > Especially with java, imho, additional binary dependencies that result in > the jar-hell phenomenon is quite irksome for most users. Axis has a few lib > dependencies of its own, too. > > -gshx > > On Sun, Jan

Exposing Cassandra as a Web Service

2011-01-16 Thread indika kumara
Hi All, What would you think about the idea of exposing the Cassandra as a Web Service so that any web service client can connect to the Cassandra server? This would require embedding a web service engine in the server side, providing WSDL(s) for Cassandra’s services such as management, data acce

Re: Multi-tenancy, and authentication and authorization

2011-01-07 Thread indika kumara
lti-tenancy for > Cassandra are no longer focused on it. But the code that was generated > during our efforts is very much available, and is unlikely to have gone > stale. Would love to talk about this with you. > > Thanks, > Stu > > On Thu, Jan 6, 2011 at 8:08 PM, indika kuma

Re: Multi-tenancy, and authentication and authorization

2011-01-06 Thread indika kumara
Thank you very much Brandon! On Fri, Jan 7, 2011 at 12:40 AM, Brandon Williams wrote: > On Thu, Jan 6, 2011 at 12:33 PM, indika kumara >wrote: > > > Hi Brandon, > > > > I would like you feedback on my two ideas for implementing mufti tenancy > > with the exis

Re: Multi-tenancy, and authentication and authorization

2011-01-06 Thread indika kumara
igurations in a single node (one per tenant). For both options, the resource hierarchy would be /cassandra/ //keyspaces// On Thu, Jan 6, 2011 at 11:44 PM, Brandon Williams wrote: > On Thu, Jan 6, 2011 at 11:39 AM, indika kumara wrote: > > > *Multi-tenancy* > > > > I

Re: Multi-tenancy, and authentication and authorization

2011-01-06 Thread indika kumara
Thank very much Brandon for your reply. I would like to investigate more on this. I will ask for your suggestions as needed. Thanks, Indika On Thu, Jan 6, 2011 at 11:44 PM, Brandon Williams wrote: > On Thu, Jan 6, 2011 at 11:39 AM, indika kumara wrote: > > > *Multi-tenanc

Multi-tenancy, and authentication and authorization

2011-01-06 Thread indika kumara
Hi all, I am an Apache committer (Apache Synapse ESB, WS All) and working for an organization that develops open-source products. We are interesting in using the Cassandra in our products. We need multi-tenancy support as well as a pluggable authentication and authorization architecture in the Ca