Re: Accumulo ProxyInstance available

2015-09-03 Thread Keith Turner
Thats interesting. Curious what you do in the case of faults? I.e. if proxy does down for a bit and then comes back up, or if network between an Accumulo ProxyInstance client and the client goes down for a bit. On Thu, Sep 3, 2015 at 7:33 AM, Patrone, Dennis S. < dennis.patr...@jhuapl.edu>

Re: Accumulo ProxyInstance available

2015-09-03 Thread Josh Elser
This is cool stuff, Dennis. Thanks for sharing! I think this would be great to link to from the website. Do you mind if I add it? We have a small list of projects now at http://accumulo.apache.org/papers.html. I'm thinking this deserves to be broken out into its own page. Patrone, Dennis S.

rya incubator proposal

2015-09-03 Thread Adam Fuchs
Hey Accumulopers, I thought you might like to know that the Rya project just proposed to join the incubator. Rya is a mature project that supports RDF on top of Accumulo. Feel free to join the discussion or show support on the incubator general list. Cheers, Adam

Re: rya incubator proposal

2015-09-03 Thread Sam Chance
This is exciting! How do we show our support? On Sep 3, 2015 11:00, "John Yost" wrote: > That's is very cool, thanks for the heads-up! > > On Thu, Sep 3, 2015 at 11:41 AM, Adam Fuchs wrote: > >> Hey Accumulopers, >> >> I thought you might like to

RE: Accumulo ProxyInstance available

2015-09-03 Thread Patrone, Dennis S.
I think in almost all cases you’d just get a RuntimeException that wraps the TTransportException. We could certainly do a better job at (automatic) fault recovery than we are currently… especially in the “simple” cases where, for example, the proxy goes down and come back while you are not

Re: Accumulo ProxyInstance available

2015-09-03 Thread Keith Turner
On Thu, Sep 3, 2015 at 12:43 PM, Patrone, Dennis S. < dennis.patr...@jhuapl.edu> wrote: > I think in almost all cases you’d just get a RuntimeException that wraps > the TTransportException. We could certainly do a better job at (automatic) > fault recovery than we are currently… especially in

RE: Accumulo ProxyInstance available

2015-09-03 Thread Patrone, Dennis S.
Sure, Josh... have at it. Thanks, Dennis -Original Message- From: Josh Elser [mailto:josh.el...@gmail.com] Sent: Thursday, September 03, 2015 11:36 AM To: user@accumulo.apache.org Subject: Re: Accumulo ProxyInstance available This is cool stuff, Dennis. Thanks for sharing! I think

Re: rya incubator proposal

2015-09-03 Thread John Yost
That's is very cool, thanks for the heads-up! On Thu, Sep 3, 2015 at 11:41 AM, Adam Fuchs wrote: > Hey Accumulopers, > > I thought you might like to know that the Rya project just proposed to > join the incubator. Rya is a mature project that supports RDF on top of >

Accumulo ProxyInstance available

2015-09-03 Thread Patrone, Dennis S.
I just wanted to let folks know about the availability of a new project called 'Accumulo ProxyInstance'. It is a Java Instance implementation that communicates with an Accumulo cluster via the Thrift proxy server. Basically, we have an isolated Accumulo cluster only accessible to the rest of