You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Kevin Faro <ke...@gmail.com> on 2014/07/01 13:20:30 UTC

Re: Accumulo & Scala

That is an awesome idea ... we will look into that.


On Mon, Jun 30, 2014 at 4:03 PM, William Slacum <
wilhelm.von.cloud@accumulo.net> wrote:

> That's a really cool DSL, Kevin.
>
> Any plans for adding in some iterator support? I see in the FAQ an iterator
> is mentioned, 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 <ke...@tetraconcepts.com>
> wrote:
>
> > If anybody is working with Accumulo using Scala, I have started to put
> > together a thin DSL that might be useful.  It is more of a proof of
> concept
> > than anything at this point, but as we use it internally at Tetra I am
> sure
> > it will become more stable.  If anybody is interested in using it or
> > 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

Posted by Sean Busbey <bu...@cloudera.com>.
GeoMesa does all of their Accumulo stuff via Scala:

https://www.locationtech.org/projects/technology.geomesa

https://github.com/locationtech/geomesa


On Tue, Jul 1, 2014 at 6:20 AM, Kevin Faro <ke...@gmail.com> wrote:

> That is an awesome idea ... we will look into that.
>
>
> On Mon, Jun 30, 2014 at 4:03 PM, William Slacum <
> wilhelm.von.cloud@accumulo.net> wrote:
>
> > That's a really cool DSL, Kevin.
> >
> > Any plans for adding in some iterator support? I see in the FAQ an
> iterator
> > is mentioned, 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 <ke...@tetraconcepts.com>
> > wrote:
> >
> > > If anybody is working with Accumulo using Scala, I have started to put
> > > together a thin DSL that might be useful.  It is more of a proof of
> > concept
> > > than anything at this point, but as we use it internally at Tetra I am
> > sure
> > > it will become more stable.  If anybody is interested in using it or
> > > 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
> > >
> >
>



-- 
Sean