Accumulo & Scala

2014-06-29 Thread Kevin Faro
contributing please feel free. Also, if you have any recommendations or feature requests let us know. Here is the link: https://github.com/tetra-concepts-llc/accumulo-scala --Kevin -- Kevin Faro Tetra Concepts

Re: Accumulo & Scala

2014-07-01 Thread Kevin Faro
but it'd be cool to be able to push the foreach declarations > out to the tservers, if possible. > > > On Sun, Jun 29, 2014 at 4:26 PM, Kevin Faro > wrote: > > > If anybody is working with Accumulo using Scala, I have started to put > > together a thin DSL

Re: Thanks for patch

2013-02-13 Thread Kevin Faro
Cool, thanks that is awesome! Org is Tetra Concepts LLC. Seems a little lame for such a small patch - but i am going to tackle bigger tickets once I get my feet wet. But then again, I guess there is more to that ticket that it first seemed :) --Kevin On Wed, Feb 13, 2013 at 5:04 PM, Keith Turn

groovy Grab fails against 1.6-SNAPSHOT

2013-02-28 Thread Kevin Faro
I am trying to write a groovy script to ingest some data into accumulo using: @Grapes([@Grab(group='org.apache.accumulo', module='accumulo-core', version='1.6.0-SNAPSHOT')]) and it tries to resolve the slf4j dependency as: http://download.java.net/maven/2/org/slf4j/slf4j-log4j12/${slf4j.version}

Re: groovy Grab fails against 1.6-SNAPSHOT

2013-02-28 Thread Kevin Faro
gt; the caveat that 1.5 is going to be released soon. > > > On Thu, Feb 28, 2013 at 9:23 AM, Kevin Faro wrote: > > > I am trying to write a groovy script to ingest some data into accumulo > > using: > > > > @Grapes([@Grab(group='org.apache.accumulo', module=

Re: simple cluster setup

2013-04-16 Thread Kevin Faro
This may be a little out of date but will probably still be useful. http://www.accumulodata.com/ec2.html --Kevin On Tue, Apr 16, 2013 at 9:43 AM, Josh Elser wrote: > Drew, > > I'm not an ec2 guru but I'll try to help: > > > the IP addresses (elastic IP's, local ip's) to use in masters/slaves

Re: MultipleInputs with AccumuloInputFormat

2013-11-05 Thread Kevin Faro
I recently looked into that and came to the same realization. I ended up writing a new input format that did the cartesian product of two tables. But to do that I had to store values for the left configuration and right configuration and then copy over whichever config settings I wanted to use fo