Re: Error starting logger

2013-04-30 Thread Chris Sigman
Sorry, Accumulo 1.4.2, Hadoop 0.20.2, zoo 3.3.5 -- Chris On Tue, Apr 30, 2013 at 10:19 AM, Josh Elser wrote: > Versions of Accumulo, ZK, and Hadoop? > > > On Tuesday, April 30, 2013, Chris Sigman wrote: > >> I've got a small cluster with 2 tablet/logger servers,

Error starting logger

2013-04-30 Thread Chris Sigman
I've got a small cluster with 2 tablet/logger servers, and I was running a job that filled up the free space on the root partition of one of the servers with a bunch of junk logs. I fixed the issue creating all the junk, but when I tried to restart everything, the other server is reporting the foll

Re: du command units

2013-04-23 Thread Chris Sigman
Thanks Keith, I thought that might be the case considering the output, but it was hard to be sure. Maybe the documentation should be updated? -- Chris On Tue, Apr 23, 2013 at 8:45 AM, Keith Turner wrote: > > > > On Tue, Apr 23, 2013 at 8:25 AM, Chris Sigman wrote: >

du command units

2013-04-23 Thread Chris Sigman
Hi everyone, What are the units of the du shell command? Thanks, -- Chris

Re: Iterator name already in use with AccumuloInputFormat?

2013-04-12 Thread Chris Sigman
11:13 AM, Keith Turner wrote: > >> On Thu, Apr 11, 2013 at 2:10 PM, Chris Sigman wrote: >> > I've just run a job for the second time where I've called addIterator >> with a >> > RegExFilter, and it's saying that the filter name is already in u

Iterator name already in use with AccumuloInputFormat?

2013-04-11 Thread Chris Sigman
I've just run a job for the second time where I've called addIterator with a RegExFilter, and it's saying that the filter name is already in use. When I try to scan using the shell though, the iterator's not there... what's going on? Thanks, -- Chris

Re: Large Data Size in Row or Value?

2013-04-01 Thread Chris Sigman
I don't know that having the values being 128M chunks would make much difference if you still need to reassemble the chunk at a later time. The data is going to be stored in chunks smaller than that (unless the size of the data when its stored in HDFS is less than the block size), meaning that you'

Accumulo+Oozie

2013-03-22 Thread Chris Sigman
Hey everyone, Has anyone created workflows in oozie that do i/o with accumulo? What I've got at the moment is a basic job running as a java action that's just reading from a table, and the job ends up timing out. A few records are read and sent to map, but usually it's only 1 or two. Any idea wh

Re: Error setting iterator extending org.apache.accumulo.core.iterators.Filter

2013-03-07 Thread Chris Sigman
problems. > > -Eric > > > > On Thu, Mar 7, 2013 at 12:38 PM, Chris Sigman wrote: >> >> Hi all, >> >> I've written my first filter iterator, and in trying to use it in the >> shell I get a ShellCommandException stating that the command (setiter) >>

Error setting iterator extending org.apache.accumulo.core.iterators.Filter

2013-03-07 Thread Chris Sigman
Hi all, I've written my first filter iterator, and in trying to use it in the shell I get a ShellCommandException stating that the command (setiter) couldn't be initialized because my filter class can't be initialized as SortedKeyValueIterator. Digging into Filter though, it extends WrappingItera

Re: 512MB Conf Examples

2013-02-21 Thread Chris Sigman
I'm pretty sure that means that Accumulo could use up to 512MBs itself, so the system should have more available. -- Chris On Thu, Feb 21, 2013 at 3:12 PM, Hider, Sandy wrote: > Accumulo ships with configuration files for 512MB. Does that mean a > system with 512MB of RAM could be made to run

Re: Jobs failing with ClassNotFoundException

2013-02-15 Thread Chris Sigman
ment to be the class name for the job, but that's rather inconsequential. Thanks everyone for the help, -- Chris On Thu, Feb 14, 2013 at 4:15 PM, Keith Turner wrote: > On Thu, Feb 14, 2013 at 4:07 PM, Chris Sigman wrote: > > Is it possible that ToolRunner.run isn't working rig

Re: Jobs failing with ClassNotFoundException

2013-02-14 Thread Chris Sigman
Is it possible that ToolRunner.run isn't working right? How might I determine that it's putting the libs into the distributed cache? -- Chris On Thu, Feb 14, 2013 at 3:17 PM, Chris Sigman wrote: > All of those jars exist, and there aren't any differences in those from >

Re: Jobs failing with ClassNotFoundException

2013-02-14 Thread Chris Sigman
you pass to libjars exist and you're using > ToolRunner.run, which will parse out those options. > > > On Thu, Feb 14, 2013 at 2:20 PM, Chris Sigman wrote: > >> Yes, everything's readable by everyone. As I said before, the odd thing >> is that runni

Re: Jobs failing with ClassNotFoundException

2013-02-14 Thread Chris Sigman
Yes, everything's readable by everyone. As I said before, the odd thing is that running one of the example jobs like Wordcount work just fine. -- Chris On Thu, Feb 14, 2013 at 2:17 PM, Keith Turner wrote: > On Thu, Feb 14, 2013 at 1:53 PM, Chris Sigman wrote: > > Yep, all o

Re: Jobs failing with ClassNotFoundException

2013-02-14 Thread Chris Sigman
3 at 1:51 PM, Billie Rinaldi wrote: > >> On Thu, Feb 14, 2013 at 10:41 AM, Chris Sigman wrote: >> >>> Hi everyone, >>> >>> I've got a job I'm running that I can't figure out why it's failing. >>> I've tried running jobs from

Re: Jobs failing with ClassNotFoundException

2013-02-14 Thread Chris Sigman
Yep, all of the jars are also available on the datanodes -- Chris On Thu, Feb 14, 2013 at 1:51 PM, Billie Rinaldi wrote: > On Thu, Feb 14, 2013 at 10:41 AM, Chris Sigman wrote: > >> Hi everyone, >> >> I've got a job I'm running that I can't figu

Re: Retrieving 0 rows from Accumulo using Pig

2013-01-24 Thread Chris Sigman
Thanks Billie, that did it! I didn't know what that was from the readme that came with the accumulo-pig contrib, so I just kept it there. Thanks everyone for the help! -- Chris On Thu, Jan 24, 2013 at 1:38 PM, Billie Rinaldi wrote: > On Wed, Jan 23, 2013 at 5:59 AM, Chris Sigma

Re: Retrieving 0 rows from Accumulo using Pig

2013-01-24 Thread Chris Sigman
I tried adding a row with a specific auth set and added an auths parameter to the LOAD statement, but still didn't get anything. Any suggestions as to how I could figure out where the disconnect is? -- Chris On Thu, Jan 24, 2013 at 1:16 PM, Chris Sigman wrote: > Right, but since

Re: Retrieving 0 rows from Accumulo using Pig

2013-01-24 Thread Chris Sigman
24, 2013 at 12:50 PM, Eric Newton wrote: > The shell will use all of a user's auths if none are provided, as a > convenience. > > -Eric > > > On Thu, Jan 24, 2013 at 12:40 PM, Chris Sigman wrote: >> >> A little more info in case it helps, I'm connecting

Re: Retrieving 0 rows from Accumulo using Pig

2013-01-24 Thread Chris Sigman
by it. -- Chris On Wed, Jan 23, 2013 at 11:55 AM, Chris Sigman wrote: > No, I don't think so. The first couple dozen rows at least don't have > any auths set. > > -- > Chris > > > On Wed, Jan 23, 2013 at 10:51 AM, David Medinets > wrote: >> could it

Re: Retrieving 0 rows from Accumulo using Pig

2013-01-23 Thread Chris Sigman
No, I don't think so. The first couple dozen rows at least don't have any auths set. -- Chris On Wed, Jan 23, 2013 at 10:51 AM, David Medinets wrote: > could it be a visibility issue? > > On Wed, Jan 23, 2013 at 8:59 AM, Chris Sigman wrote: >> when pig executes the jo

Re: Exception when starting tablet server

2013-01-09 Thread Chris Sigman
t; On Wed, Jan 9, 2013 at 11:22 AM, Chris Sigman wrote: >> >> Thanks everyone for the speedy replies! Here's the info: >> >> hadoop 2.0.0 via cdh 4.1.2 >> zookeeper 3.4.3 via cdh 4.1.2 >> accumulo 1.4.2 >> >> INFO : Attempting to talk to z

Re: Exception when starting tablet server

2013-01-09 Thread Chris Sigman
> you able to init okay? > > > On Wed, Jan 9, 2013 at 2:09 PM, Chris Sigman wrote: >> >> Hi all, >> >> I've just got accumulo set up and I've run start-all.sh, but receive >> an exception when Zookeeper's attempting to talk to HDFS with it >&