| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
624 (0.295s).
|
|
|
Loading phrases to help you refine your search...
|
|
missing jni.h building native map - Accumulo - [mail # dev]
|
|
...I'm fairly sure building the native map was working for me just yesterday. Today I open a brand new Ubuntu 10.04 VM, downloaded all the same packages and ran into a compilation issue. ...
|
|
|
Author: David Medinets,
2013-05-06, 02:29
|
|
|
In trunk, monitor not running. Also strange classpath error. - Accumulo - [mail # dev]
|
|
...I've been having a problem getting the monitor to run for a little while. I figured that I was doing something wrong, but I'm following a shell script that used to work. I don't see what the...
|
|
|
Author: David Medinets,
2013-05-05, 03:19
|
|
|
Re: asciidoc manual - Accumulo - [mail # dev]
|
|
...I took another look at the HTML and it was indeed the bright red strings that I did not like. Otherwise, brilliant!...
|
|
|
Author: David Medinets,
2013-05-03, 21:18
|
|
|
Re: performance - Accumulo - [mail # dev]
|
|
...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 t...
|
|
|
Author: David Medinets,
2013-05-03, 20:53
|
|
|
Re: Geographic Plot of Accumulo Downloads - Accumulo - [mail # dev]
|
|
...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: ...
|
|
|
Author: David Medinets,
2013-05-03, 14:46
|
|
|
Geographic Plot of Accumulo Downloads - Accumulo - [mail # dev]
|
|
...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....
|
|
|
Author: David Medinets,
2013-05-03, 12:39
|
|
|
Re: Accumulo 1.4.3 download "mirrors" links bad? - Accumulo - [mail # user]
|
|
...http://mirrors.ibiblio.org/apache/accumulo/1.4.3/accumulo-1.4.3-src.tar.gz- please try this direct link. On Thu, May 2, 2013 at 7:23 PM, John Vines wrote: ...
|
|
|
Author: David Medinets,
2013-05-03, 00:51
|
|
|
Re: Accumulo 1.4.3 download "mirrors" links bad? - Accumulo - [mail # user]
|
|
...http://apache.cs.utah.edu/accumulo/1.4.3/accumulo-1.4.3-src.tar.gz - the mirror link lead to this file and it downloaded fine for me. On Thu, May 2, 2013 at 6:17 PM, Terry P. wr...
|
|
|
Author: David Medinets,
2013-05-03, 00:17
|
|
|
[ACCUMULO-1371] Improve message in config.sh when HADOOP_PREFIX is not a directory. - Accumulo - [issue]
|
|
...The message displayed when HADOOP_PREFIX is not a directory does not mention "HADOOP_PREFIX" leading the user to dig through shell scripts to determine the problem.if [ ! -d "$HADOOP_PREFIX"...
|
|
|
http://issues.apache.org/jira/browse/ACCUMULO-1371
Author: David Medinets,
2013-05-02, 07:39
|
|
|
[ -d "$HADOOP_PREFIX" ] -- does this work with symbolic link? Doesn't seem to for me. - Accumulo - [mail # dev]
|
|
...I'm looking at the config.sh script: if [ ! -d "$HADOOP_PREFIX" ] then echo "$HADOOP_PREFIX is not a directory." exit 1 fi On my system, HADOOP_PREFIX p...
|
|
|
Author: David Medinets,
2013-05-02, 02:59
|
|
|
|