| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
266 (0.2s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: JIRA Etiquette / Hackathon Projects - Accumulo - [mail # dev]
|
|
...We had a discussion about this not long ago -- I think we decided that people should mark UNASSIGNED any of the tickets they're not working on. However, this doesn't mean you can assume that...
|
|
|
Author: Adam Fuchs,
2012-10-08, 17:18
|
|
|
Re: Tablet Load Balancer - Accumulo - [mail # user]
|
|
...Accumulo 1.4 supports dynamic tablet merging as well as splitting through the TableOperations API, and will rebalance automatically. Adam On Oct 4, 2012 6:54 PM, "Roshan Punnoose" &nbs...
|
|
|
Author: Adam Fuchs,
2012-10-05, 01:00
|
|
|
Re: Tablet Load Balancer - Accumulo - [mail # user]
|
|
...Roshan, There's no way to make sure that multiple rows don't get split into multiple tablets. A custom load balancer would be able to make sure that a set of tablets are hosted togethe...
|
|
|
Author: Adam Fuchs,
2012-10-04, 22:15
|
|
|
Re: Accumulo Between Two Centers (DR - disaster recovery) - Accumulo - [mail # user]
|
|
...Another way to say this is that cross-data center replication for Accumulo is left to a layer on top of Accumulo (or the application space). Cassandra supports a mode in which you can have a...
|
|
|
Author: Adam Fuchs,
2012-09-26, 14:43
|
|
|
Re: Mock classes for JUnit Testing - Accumulo - [mail # user]
|
|
...Too slow, Keith! :) Adam On Sep 25, 2012 9:55 AM, "Keith Turner" wrote: ...
|
|
|
Author: Adam Fuchs,
2012-09-25, 14:03
|
|
|
Re: Mock classes for JUnit Testing - Accumulo - [mail # user]
|
|
...Josh, This is a classpath problem. The JVM is failing to load the MockTableOperations class because it has an include line that references that NotImplementedException class. Try addin...
|
|
|
Author: Adam Fuchs,
2012-09-25, 13:46
|
|
|
Re: Mock classes for JUnit Testing - Accumulo - [mail # user]
|
|
...Josh, Can you post the stack trace that came with the NPE? Adam On Sep 25, 2012 8:47 AM, "Joe Berk" wrote: ...
|
|
|
Author: Adam Fuchs,
2012-09-25, 13:16
|
|
|
Re: bulk ingested table showing zero entries on the monitor page - Accumulo - [mail # user]
|
|
...John is referring to the streaming ingest, not the bulk ingest. Dave is correct on this one. Basically, we don't count the records when you bulk ingest so that we can get sub-linear runtime ...
|
|
|
Author: Adam Fuchs,
2012-09-21, 20:45
|
|
|
RE: EXTERNAL: Re: Failing Tablet Servers - Accumulo - [mail # user]
|
|
...My guess would be that you are building an object several gigabytes in size and Accumulo is copying it. Do you need all of those entries to be applied atomically (in which case you should lo...
|
|
|
Author: Adam Fuchs,
2012-09-20, 23:21
|
|
|
Re: tablet server initialization issue - Accumulo - [mail # user]
|
|
...I assume you mean it's listening on 127.0.0.1 on that node? Are you using bin/start-all.sh to launch your cluster? I would guess this is a DNS setup issue on that one machine. Maybe somethin...
|
|
|
Author: Adam Fuchs,
2012-09-19, 15:00
|
|
|
|