FATE docs

2014-11-05 Thread Aaron
Are there any good write-ups/docs/blogs or maybe a SlideShare on the FATE system? More into the weeds, architecture, etc? Cheers, Aaron

Re: FATE docs

2014-11-05 Thread Aaron
and question. The link below is based on a tag, so it should not change over time. Could also create links based on commit hashes. https://github.com/apache/accumulo/blob/1.6.1/fate/src/main/java/org/apache/accumulo/fate/Fate.java#L169 On Wed, Nov 5, 2014 at 10:29 AM, Aaron aarongm

Request for Configuration Help for basic test. Tservers dying and only one tablet being used

2014-07-29 Thread Pelton, Aaron A.
of records per second based on small record sizes of a few kB. And, is anything obviously wrong with the configurations mentioned above that would improve throughput? ~~ -- Sincerely, Aaron Pelton

RE: Request for Configuration Help for basic test. Tservers dying and only one tablet being used

2014-07-29 Thread Pelton, Aaron A.
for Configuration Help for basic test. Tservers dying and only one tablet being used Some comments inline On 7/29/14, 1:07 PM, Pelton, Aaron A. wrote: Hi All, I am new to Accumulo and I apologize if the answers to my questions are already posted somewhere. I've done a fair amount of googling

RE: Request for Configuration Help for basic test. Tservers dying and only one tablet being used

2014-07-29 Thread Pelton, Aaron A.
. -Original Message- From: Josh Elser [mailto:josh.el...@gmail.com] Sent: Tuesday, July 29, 2014 4:20 PM To: user@accumulo.apache.org Subject: Re: Request for Configuration Help for basic test. Tservers dying and only one tablet being used On 7/29/14, 3:20 PM, Pelton, Aaron A. wrote

Iterator Priorities question

2014-02-20 Thread Aaron
, it will (should?) come after all system iterators have run on a particular scan/min/majc..correct? I noticed that the VersionIterator looks to set a priority of 20 by default..is there a particular reason as to why it's set there? Just more curious than anything. Cheers, Aaron

Re-applying split file to a table?

2014-01-06 Thread Aaron
To set the stage: We create a table and pre-split it..then we start to ingest some data. During the ingest, the table splits a few more times maybe, and after the ingest is done the table balances itself out across the tablet severs. What happens if we apply the spilt file again to the same

Integrate RStudio to work with data residing in Accumulo

2013-10-22 Thread Aaron
The engineers here at Data Tactics created a module to allow the integration of RStudio and Accumulo. I created ACCUMULO-1804 and attached the tar.gz to the issue. Cheers, Aaron

Re: Using Hadoop's MulitpleInputs with AccumuloInputFormat in a MR job

2013-09-16 Thread Aaron
from HadoopMultipleAccumuoInputs..i need to look at the patches in ACCUMULO-391. Cheers, Aaron On Mon, Sep 16, 2013 at 9:06 PM, Corey Nolet cjno...@gmail.com wrote: Adding to my previous response- when you say you are setting different iterators on a scan are you referring to a single

RE: Can't get Accumulo 1.5 monitor interface to start in my browser

2013-09-11 Thread Aaron K. Reffett
as evidenced by netstat -nl: tcp 0 0 :::127.0.0.1:50095 :::*LISTEN ~Aaron From: Brendan Heussler [mailto:bheuss...@gmail.com] Sent: Wednesday, September 11, 2013 9:15 AM To: user@accumulo.apache.org; vines Subject: Re: Can't get Accumulo 1.5 monitor interface to start in my

List of Ports used

2013-07-08 Thread Aaron
Is there a list of ports that are used? From everything from intra-TabletServer? Logger? Tracer? etc Cheers, Aaron

RPM fun...have OpenJDK 1.7 installed...Accumulo rpm wants jre

2013-06-11 Thread Aaron
So, trying to use the RPMs to install Accumulo, ran into a issue, was curious if anyone had this same problem. Have Centos 6.4, OpenJDK 1.7, when we install accumulo via rpm, it looks like it wants to install Java1.6. Looking over the assemble.xml it there is the requirement to use jre and when

Re: RPM fun...have OpenJDK 1.7 installed...Accumulo rpm wants jre

2013-06-11 Thread Aaron
It is Accumulo 1.5. We'll try the force option..thanks Cheers, Aaron On Tue, Jun 11, 2013 at 10:22 AM, John Vines vi...@apache.org wrote: You can force the install or you can install a dummy jre. On Tue, Jun 11, 2013 at 10:10 AM, Aaron aarongm...@gmail.com wrote: So, trying to use

Re: Silly question: why have native-standalone vs standalone example conf DIRs?

2013-05-29 Thread Aaron
Ok, is the best way just to add as an attachment? I did see that it got rolled into a larger configurator issue..just upload the attachment to the ticket? First time submitting patch for Accumulo, wasn't 100% sure what you guys wanted. On Wed, May 29, 2013 at 4:20 PM, Aaron Glahe aarongm

Accumulo 1.5 and CDH 4 (Hadoop .23/2.0.x)

2013-05-28 Thread Aaron
Hadoop 2.0/.23 ready? Or do I need to compile from src with the -Dhadoop.profile=2.0? 2. Same with CDH 4.2.x? Do I need to compile from src, using -Dhadoop.version=2.0.0-cdh4.2.1? Cheers, Aaron

Re: Accumulo 1.5 and CDH 4 (Hadoop .23/2.0.x)

2013-05-28 Thread Aaron Glahe
, 2013 at 10:02 AM, Aaron aarongm...@gmail.com wrote: Given the fun with hadoop version #s, I see that Hadoop .23 (Hadoop 2.0) is in the supported list of versions. The below questions have the caveat that we are using MRv1 (not YARN) as our MR libs. 1. I was curious if the compiled version

Silly question: why have native-standalone vs standalone example conf DIRs?

2013-05-28 Thread Aaron
If by default, native-mapping for tserver is true by default? I know there start-up memory settings are different in accumulo-env.sh, but, i would think that for non-native mapping, you'd have in the accumulo-site.xml the configure tserver.memory.aps.native.enabled = false Or am I completely

Re: Silly question: why have native-standalone vs standalone example conf DIRs?

2013-05-28 Thread Aaron Glahe
, May 28, 2013 at 2:44 PM, Aaron aarongm...@gmail.com wrote: If by default, native-mapping for tserver is true by default? I know there start-up memory settings are different in accumulo-env.sh, but, i would think that for non-native mapping, you'd have in the accumulo-site.xml the configure

Re: POM dependencies for an Accumulo Client

2013-05-28 Thread Aaron Glahe
Some things to note: 1. The Servlet stuff Mongo Driver dependencies are my servlet specific (didn't take them out just in case folks wanted/needed them as an example). My servlet ran in Tomcat 7 2. The Accumulo parts I commented out, i didn't need for my specific case: e.g. No proxy 3.

Re: POM dependencies for an Accumulo Client

2013-05-21 Thread Aaron
-trace, accumulo-fate. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Tue, May 21, 2013 at 10:48 AM, Aaron aarongm...@gmail.com wrote: try to create a simple Servlet that acts as a Accumulo Client. Trying to work through the fun of runtime dependencies on a Tomcat 7 server

Re: Any good URL/write-ups on the various bin/*.sh files conf files?

2013-05-06 Thread Aaron
, the reason you want to keep those various server list files synced is so you can run start-all/tup from any node and have the same effect. On Fri, May 3, 2013 at 3:47 PM, Aaron aarongm...@gmail.com wrote: Was curious if anyone knew of some decent write-ups on various shell scripts? Also

Any good URL/write-ups on the various bin/*.sh files conf files?

2013-05-03 Thread Aaron
there has some write-ups to I can RTFM first. Basically, looking for a little more into the weeds that the Administration/Installation section of the manual. Thanks in advance, Aaron

Newbie question: where do the services live?

2013-05-01 Thread Aaron G
only need the tracer for the purpose of development of Iterators, Scanners, Writers? They primarily there to help with that activity? Or are they useful to have running all the time? Thanks in advance, Aaron

unsubscribe

2013-03-18 Thread Lewing, Aaron
unsubscribe Aaron Lewing Mission First 703-679-8027 work 301-524-0920 cell 240-387-6152 fax aaron.lew...@mission-first.commailto:aaron.lew...@mission-first.com