Patch for 1.6-SNAPSHOT ProxyServer bug

2013-03-17 Thread Corey Nolet
Hey Guys, I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it wasn't attaching requested columnFamily/columnQualifier to the batch scanner. I have it fixed and could submit a patch if you guys want it.

Re: Patch for 1.6-SNAPSHOT ProxyServer bug

2013-03-17 Thread Corey Nolet
provide would be great! Feel free to create an issue on Jira to track and fix the problem: https://issues.apache.org/jira/browse/ACCUMULO Thanks! - Josh On 03/17/2013 10:10 PM, Corey Nolet wrote: Hey Guys, I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it wasn't

Re: Patch for 1.6-SNAPSHOT ProxyServer bug

2013-03-17 Thread Corey Nolet
Done. On Mar 17, 2013, at 11:14 PM, John Vines wrote: Svn is preferred Sent from my phone, please pardon the typos and brevity. On Mar 17, 2013 11:04 PM, Corey Nolet cno...@texeltek.com wrote: Josh, It's a fairly trivial fix, I'll just apply it to 1.5 if that would be more useful

Accumulo++

2013-03-17 Thread Corey Nolet
The Thrift Proxy Server in 1.5 has had me excited so I started working on a C++ client API. I have the code checked in to GitHub if anyone is interested in using or helping. https://github.com/cjnolet/accumulo-cpp

Filter storing state

2013-01-03 Thread Corey Nolet
to make this better? Thanks! -- Corey Nolet Senior Software Engineer TexelTek, inc. [Office] 301.880.7123 [Cell] 410-903-2110

Re: Filter storing state

2013-01-03 Thread Corey Nolet
that the iterator remains intact through the entire scan, and it instead may be reconstructed, causing state to be lost. I don't think this is the case for compaction time iterators, but I'm not positive. On Thu, Jan 3, 2013 at 5:41 PM, Corey Nolet cno...@texeltek.com wrote: Hey Guys

Re: Filter storing state

2013-01-03 Thread Corey Nolet
to be reinitialized more frequently. Maybe you are seeing this. Keith On Thu, Jan 3, 2013 at 5:41 PM, Corey Nolet cno...@texeltek.com wrote: Hey Guys, In Accumulo 1.3.5, I wrote a Top N table structure, services and a FilteringIterator that would allow us to drop in several keys/values associated

Re: Difference between InsertWithBatchWriter and InsertWithOutputFormat

2012-10-16 Thread Corey Nolet
You can extend the output format to write to both and have the resulting record writer underneath write to the correct endpoint depending on the items submitted from the job. On Oct 16, 2012, at 10:16 PM, Huanchen Zhang wrote: Hello, Hese I have a mapreduce job which needs to write to

Re: Using Iterator To Toss Unchanged Values

2012-07-12 Thread Corey Nolet
Naturally, I could query the database before the ingest insert. But, referring to slide 19 in Adam's presentation at http://people.apache.org/~afuchs/slides/accumulo_table_design.pdf, the read-modify-write design is not optimal. -- Corey Nolet Senior Software Engineer TexelTek, inc. [Office

<    1   2   3   4   5