Edward Capriolo
Edward Capriolo
Now that we have the concept of Sessions paging/scanning operations are possible. RowScanner scanner = new RowScanner("ks","cf", "rowkey", RowScanFilter, startColumn [end column]) RowScannerFilter can be designed as a groovy class...
I started the schema branch. There is a simple assume op.
Being able to reload other handlers is good for hot patching.
StorageService.cfmetadata each column we pull out from Compact Tables if we have it.
Currently we are using the type of the object sent to Intravert to derive the byte buffer. In all cases this is not correct. ``` rm = new RowMutation(ks,IntraService.byteBufferForObject(IntraService.resolveObject(op.getOp().get("rowkey"), req,...
That is not a bad idea to have one specific unit test. Currently we have different unit test covering this in different ways. The bulk of this is going to...
ExtJs has some licencing issues yes. I know it's sexy but I have read they have done a "bad thing". Fact or fiction?
Other then licences stuff I am all for porting the UI. I also want to create a simple one that allows us to post json in intravery format and get...
I had done a bit of reading and found several people have problems with the way ExtJs is licensed. http://en.wikipedia.org/wiki/Ext_JS YUI-Ext was available under the BSD license. In April 2008...
Great work here. IT would be super great to get this merged. I realize it is an if statement nightmare :)