Accumulo Hive Storage Handler

2013-05-03 Thread Brian Femiano
Use Hive to directly and efficiently query data stored in Accumulo tables. See the Getting Started Guide and required AUX_JARS list. The homepage also lists the current limitations. I've submitted a patch ACCUMULO-143 to get this directly into Accumulo trunk, but for now people can experiment wit

RE: performance

2013-05-03 Thread Drew Pierce
true David. was just looking for any feedback. thx btw for the work on the stackscript. Sent from my Android Sorry if brief > Date: Fri, 3 May 2013 16:53:59 -0400 > Subject: Re: performance > From: david.medin...@gmail.com > To: dev@accumulo.apache.org > > The performance characteristics of A

Re: src/site/site.xml

2013-05-03 Thread Christopher
http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, May 3, 2013 at 4:28 PM, John Vines wrote: > Is it a hardcoded path? I see no reference to it in any files. > > > On Fri, May 3, 2013 at 4:26 PM, Christop

Re: asciidoc manual

2013-05-03 Thread David Medinets
I took another look at the HTML and it was indeed the bright red strings that I did not like. Otherwise, brilliant!

Re: performance

2013-05-03 Thread David Medinets
The performance characteristics of Accumulo should be assumed to be awe-inspiring. Actual performance depends on too many factors for any given test to be meaningful to you. You won't have the same hardware. You won't have the same network. You won't have the same data. Your data format will be dif

Re: asciidoc manual

2013-05-03 Thread Billie Rinaldi
On Wed, May 1, 2013 at 5:44 PM, Christopher wrote: > I think it looks great, but my only concern is how easily is this > automated, without a lot of manual package installation and setup. I'd > want to make it easy for developers to simply check out the project > and build, without a lot of foret

Re: src/site/site.xml

2013-05-03 Thread John Vines
Is it a hardcoded path? I see no reference to it in any files. On Fri, May 3, 2013 at 4:26 PM, Christopher wrote: > Yes, this is for the maven-site-plugin. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Fri, May 3, 2013 at 2:12 PM, John Vines wrote: > > Is this file st

Re: src/site/site.xml

2013-05-03 Thread Christopher
Yes, this is for the maven-site-plugin. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, May 3, 2013 at 2:12 PM, John Vines wrote: > Is this file still needed by anything?

RE: performance

2013-05-03 Thread Drew Pierce
yeah, ya know, us consultants trying to implement something :> Sent from my Android Sorry if brief > From: dlmar...@comcast.net > To: dev@accumulo.apache.org > Date: Fri, 3 May 2013 16:08:34 -0400 > Subject: RE: performance > > Pressure for adoption? > > Sent from my Motorola ATRIX™ 4G on AT

RE: performance

2013-05-03 Thread Dave Marion
Pressure for adoption? Sent from my Motorola ATRIX™ 4G on AT&T -Original message- From: Drew Pierce To: "dev@accumulo.apache.org" Sent: Fri, May 3, 2013 19:37:50 GMT+00:00 Subject: RE: performance problem is that pressure is mounting for adoption and GA of sqrrl is some time away. th

RE: performance

2013-05-03 Thread Drew Pierce
problem is that pressure is mounting for adoption and GA of sqrrl is some time away. thx > Date: Fri, 3 May 2013 14:36:50 -0400 > Subject: Re: peformance > From: wilhelm.von.cl...@accumulo.net > To: dev@accumulo.apache.org > > Does sqrrl provide an example framework to play around with? > >

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread Adam Fuchs
Visits. Adam On Fri, May 3, 2013 at 2:58 PM, Mike Drob wrote: > Is it visits or visitors? > > > On Fri, May 3, 2013 at 12:16 PM, Adam Fuchs wrote: > > > This covers about the last year: all time since Accumulo became a > top-level > > project. The metric is visits by location. > > > > Adam >

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread Mike Drob
Is it visits or visitors? On Fri, May 3, 2013 at 12:16 PM, Adam Fuchs wrote: > This covers about the last year: all time since Accumulo became a top-level > project. The metric is visits by location. > > Adam > > > > On Fri, May 3, 2013 at 10:46 AM, David Medinets >wrote: > > > Does that graph

Re: peformance

2013-05-03 Thread Josh Elser
You could look at some of the results Eric wrote up about "realtime" searches over Wikipedia archives. This code is included with Accumulo source so you can take a look at it. This was a long time ago, and the code could likely be improved, but it should give you some general ideas what an ite

Re: peformance

2013-05-03 Thread William Slacum
Does sqrrl provide an example framework to play around with? On Fri, May 3, 2013 at 2:20 PM, Adam Fuchs wrote: > Hey Drew, > > This could be a very broad question, so I'll give a partial answer and > encourage you to come back for more details. > > Impala is a mechanism that sits on top of HBas

Re: peformance

2013-05-03 Thread Adam Fuchs
Hey Drew, This could be a very broad question, so I'll give a partial answer and encourage you to come back for more details. Impala is a mechanism that sits on top of HBase or HDFS that is design to filter and process large quantities of data. People generally like Impala because it supports a s

src/site/site.xml

2013-05-03 Thread John Vines
Is this file still needed by anything?

Re: Integration Tests

2013-05-03 Thread Corey Nolet
I take that back. I've been using an outdated version of svn. On Fri, May 3, 2013 at 12:30 PM, Keith Turner wrote: > I can move it. Eclipse should make it fairly simple > > > On Fri, May 3, 2013 at 12:17 PM, Corey Nolet wrote: > > > I was wondering about that on a recent patch... I'd have don

peformance

2013-05-03 Thread Drew Pierce
does anyone have any anecdotal results (nothing formal) for queries to speak to the likes of impala and near low-latency. Sent from my Android Sorry if brief

Re: Integration Tests

2013-05-03 Thread Keith Turner
I can move it. Eclipse should make it fairly simple On Fri, May 3, 2013 at 12:17 PM, Corey Nolet wrote: > I was wondering about that on a recent patch... I'd have done it in the > patch but i can't delete files... > > > On Fri, May 3, 2013 at 12:04 PM, Keith Turner wrote: > > > It seems there

Re: Integration Tests

2013-05-03 Thread Corey Nolet
I was wondering about that on a recent patch... I'd have done it in the patch but i can't delete files... On Fri, May 3, 2013 at 12:04 PM, Keith Turner wrote: > It seems there was a consensus that MAC should be moved to server. Is > anyone going to do this for 1.5? > > One more advantage of th

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread Adam Fuchs
This covers about the last year: all time since Accumulo became a top-level project. The metric is visits by location. Adam On Fri, May 3, 2013 at 10:46 AM, David Medinets wrote: > Does that graphic cover all time or some specific time period? Or is it a > rate? > > > On Fri, May 3, 2013 at 10

Re: Integration Tests

2013-05-03 Thread Keith Turner
It seems there was a consensus that MAC should be moved to server. Is anyone going to do this for 1.5? One more advantage of this move would be putting MAC in its one package. Currently it shares a package with a lot of unrelated test code. On Mon, Apr 29, 2013 at 1:11 PM, Josh Elser wrote:

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread David Medinets
Does that graphic cover all time or some specific time period? Or is it a rate? On Fri, May 3, 2013 at 10:35 AM, Adam Fuchs wrote: > A link should work better: > http://people.apache.org/~afuchs/accumulo_visits_20130502.png > > Cheers, > Adam > > > > On Fri, May 3, 2013 at 10:07 AM, Eric Newton

Re: GSOC: Monitor improvements - draft proposal

2013-05-03 Thread Josh Elser
Great. Best of luck, Supun! On 5/3/13 10:01 AM, Supun Kamburugamuva wrote: I've submitted the proposal to google. http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/supun06/1 Thanks, Supun.. On Tue, Apr 30, 2013 at 10:31 AM, Supun Kamburugamuva wrote: Hi Josh, Thanks for t

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread Adam Fuchs
A link should work better: http://people.apache.org/~afuchs/accumulo_visits_20130502.png Cheers, Adam On Fri, May 3, 2013 at 10:07 AM, Eric Newton wrote: > Attachments are being stripped from emails. > > -Eric > > > > On Fri, May 3, 2013 at 10:02 AM, Adam Fuchs wrote: > > > I don't have geog

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread Eric Newton
Attachments are being stripped from emails. -Eric On Fri, May 3, 2013 at 10:02 AM, Adam Fuchs wrote: > I don't have geographic location for just the downloads, but here's the > visitors to the site. > > Adam > > > On Fri, May 3, 2013 at 8:39 AM, David Medinets > wrote: > >> Does anyone have

Re: Geographic Plot of Accumulo Downloads

2013-05-03 Thread Adam Fuchs
I don't have geographic location for just the downloads, but here's the visitors to the site. Adam On Fri, May 3, 2013 at 8:39 AM, David Medinets wrote: > Does anyone have an updated plot of Accumulo downloads? Or even the > original image? It would be neat to show it at tomorrow's Hackathon. >

Re: GSOC: Monitor improvements - draft proposal

2013-05-03 Thread Supun Kamburugamuva
I've submitted the proposal to google. http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/supun06/1 Thanks, Supun.. On Tue, Apr 30, 2013 at 10:31 AM, Supun Kamburugamuva wrote: > Hi Josh, > > Thanks for the detailed feedback. I've integrated your suggestions to the > document.

Geographic Plot of Accumulo Downloads

2013-05-03 Thread David Medinets
Does anyone have an updated plot of Accumulo downloads? Or even the original image? It would be neat to show it at tomorrow's Hackathon.