| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
144 (0.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: strategies beyond intersecting iterators? - Accumulo - [mail # user]
|
|
...You're pretty much on the spot regarding two aspects about the current IntersectingIterator: 1- It's not really extensible (there are hooks for building doc IDs, but you still need the...
|
|
|
Author: William Slacum,
2012-06-28, 21:04
|
|
|
Re: Incorrectly setting TKey causes NPE (to nobody's surprise) - Accumulo - [mail # user]
|
|
...Is there a reason you're using the thrift classes? On Tue, Jun 26, 2012 at 5:56 AM, David Medinets wrote:...
|
|
|
Author: William Slacum,
2012-06-26, 13:03
|
|
|
Re: Accumulo and file locality - Accumulo - [mail # user]
|
|
...The loggers will write to local disk, however, the TabletServer will write out files to HDFS during major and minor compactions. I don't know how complex the tablet assignment algorith...
|
|
|
Author: William Slacum,
2012-06-25, 17:20
|
|
|
Re: [External] Re: accumulo init not working - Accumulo - [mail # user]
|
|
...I'd suggest running `jps -lm` again to see if a TServer process has started and check the Cloudbase tserver log to verify that no errors happened. On Tue, Jun 19, 2012 at 8:08 AM, Shre...
|
|
|
Author: William Slacum,
2012-06-19, 15:42
|
|
|
Re: [External] Re: accumulo init not working - Accumulo - [mail # user]
|
|
...Did your NameNode start up correctly? If on a local instance, you can verify this by running `jps -lm`. If jps isn't on your path, it should be located in $JAVA_HOME/bin. If the ...
|
|
|
Author: William Slacum,
2012-06-19, 03:42
|
|
|
Re: No Recovery Node In Zookeeper - Accumulo - [mail # user]
|
|
...Just to clarify, I don't think your code breaks anything-- it's more robust than simply assuming some state exists in ZooKeeper and is more complete in terms of its error handling. I'm conce...
|
|
|
Author: William Slacum,
2012-06-13, 03:21
|
|
|
Re: No Recovery Node In Zookeeper - Accumulo - [mail # user]
|
|
...Yes, but there's a reason the master was expecting the recovery nodes to exist, and I don't think that reason has been uncovered. On Tue, Jun 12, 2012 at 10:46 PM, David Medinets  ...
|
|
|
Author: William Slacum,
2012-06-13, 03:01
|
|
|
Re: No Recovery Node In Zookeeper - Accumulo - [mail # user]
|
|
...Does this just address your symptom? I'd be concerned that there was a recovery issue that put the Accumulo instance in this state and with the change in effect nobody would know about it. &...
|
|
|
Author: William Slacum,
2012-06-13, 02:42
|
|
|
Re: Is it possible to use an iterator to aggregate results of a BatchScanner? - Accumulo - [mail # user]
|
|
...So, is a global sorting order required of your iterator? That's really the key behavioral difference in terms of output when you're dealing with a Scanner versus a BatchScanner. Please...
|
|
|
Author: William Slacum,
2012-06-11, 20:46
|
|
|
Re: Is There A Ruby Interface to Accumulo? - Accumulo - [mail # user]
|
|
...Is there a reason you couldn't go through JRuby? On Mon, Jun 11, 2012 at 3:52 PM, Billie J Rinaldi wrote:...
|
|
|
Author: William Slacum,
2012-06-11, 20:37
|
|
|
|