Re: exception thrown during minor compaction

2015-09-02 Thread Christopher
than 1 (or x if it is configured) > > Thanks, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15040.html > Sent from the Developers mailing list archive at Nabble.com. >

Re: exception thrown during minor compaction

2015-09-02 Thread z11373
I guess what I was looking for is the final result (after summing combiner) that only has rows with value is greater than 1 (or x if it is configured) Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15040

Re: exception thrown during minor compaction

2015-09-01 Thread Keith Turner
; then I'd think that's bug :-) > https://issues.apache.org/jira/browse/ACCUMULO-2232 > > > Thanks, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15025.html > Sent from the Developers mailing list archive at Nabble.com. >

Re: exception thrown during minor compaction

2015-09-01 Thread z11373
. Thanks a lot, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15030.html Sent from the Developers mailing list archive at Nabble.com.

Re: exception thrown during minor compaction

2015-09-01 Thread Josh Elser
Keith Turner wrote: > Thanks Eric and Josh. > > There shouldn't be delete marker because my code doesn't perform any delete > operation, right? > > Josh: if that out-of-the-box SummingCombiner cannot handle delete marker, > then I'd think that's bug:-) >

Re: exception thrown during minor compaction

2015-09-01 Thread Christopher
his case it can reject ['bar', 1], and leaves ['foo', > 3] in the table, which is what I want. > > I am not sure if we can do that though. Sorry if I missed the point from > you > guys earlier. > > > Thanks, > Z > > > > > > -- > View this me

Re: exception thrown during minor compaction

2015-09-01 Thread z11373
. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15037.html Sent from the Developers mailing list archive at Nabble.com.

Re: exception thrown during minor compaction

2015-09-01 Thread Eric Newton
ERROR: > java.lang.IllegalArgumentException: bad encoder option > > Do you know why I got that error? > 'org.apache.accumulo.core.client.lexicoder.LongLexicoder' should be the > correct full class name. > > > Thanks a lot, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15030.html > Sent from the Developers mailing list archive at Nabble.com. >

Re: exception thrown during minor compaction

2015-09-01 Thread Christopher
m smaller dataset I have for > testing, it has 15,785,030 rows vs. 848,601 (exclude the ones with value = > 1), so the difference is so big to ignore. > > > Thanks, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/except

Re: exception thrown during minor compaction

2015-09-01 Thread z11373
ude the ones with value = 1), so the difference is so big to ignore. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15034.html Sent from the Developers mailing list archive at Nabble.com.

Re: exception thrown during minor compaction

2015-09-01 Thread Josh Elser
z11373 wrote: Thanks Eric and Josh. There shouldn't be delete marker because my code doesn't perform any delete operation, right? Correct. Josh: if that out-of-the-box SummingCombiner cannot handle delete marker, then I'd think that's bug :-) Yes, definitely. Sounds like that is not the

Re: exception thrown during minor compaction

2015-09-01 Thread Adam Fuchs
; operation, right? > > Josh: if that out-of-the-box SummingCombiner cannot handle delete marker, > then I'd think that's bug :-) > > > Thanks, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor

Re: exception thrown during minor compaction

2015-09-01 Thread z11373
.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15025.html Sent from the Developers mailing list archive at Nabble.com.

exception thrown during minor compaction

2015-08-31 Thread z11373
yte[] data) { long l = 0; int shift = 0; if (data[0] < 0 || data[0] > 16) throw new IllegalArgumentException("Unexpected length " + (0xff & data[0])); ... } Thanks, zainal -- View this message in context: http://apache-accumulo.1065345.n5.nabb

Re: exception thrown during minor compaction

2015-08-31 Thread Josh Elser
uot;Unexpected length " + (0xff& data[0])); ... } Thanks, zainal -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010.html Sent from the Developers mailing list archive at Nabble.com.

Re: exception thrown during minor compaction

2015-08-31 Thread z11373
this is not possible, unless I go thru all of the rows. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15013.html Sent from the Developers mailing list archive at Nabble.com.

Re: exception thrown during minor compaction

2015-08-31 Thread Josh Elser
know that we can scan by key but not by value, so I guess this is not possible, unless I go thru all of the rows. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15013.html Sent from the Developers mailing

Re: exception thrown during minor compaction

2015-08-31 Thread z11373
Thanks Josh! I am going to do more experiments, because this is really weird. I'll post the update if there are any interesting stuff I found out later. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction

Re: exception thrown during minor compaction

2015-08-31 Thread Eric Newton
ing to do more experiments, because this is really > weird. > I'll post the update if there are any interesting stuff I found out later. > > Thanks, > Z > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-

Re: exception thrown during minor compaction

2015-08-31 Thread Josh Elser
. I'll post the update if there are any interesting stuff I found out later. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15017.html Sent from the Developers mailing list archive at Nabble.com.

Re: exception thrown during minor compaction

2015-08-31 Thread Eric Newton
nks Josh! I am going to do more experiments, because this is really >>> weird. >>> I'll post the update if there are any interesting stuff I found out >>> later. >>> >>> Thanks, >>> Z >>> >>> >>> >>> -- >&g

Re: exception thrown during minor compaction

2015-08-31 Thread Josh Elser
nd out later. Thanks, Z -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/exception-thrown-during-minor-compaction-tp15010p15017.html Sent from the Developers mailing list archive at Nabble.com.