Re: [VOTE] Accumulo 1.6.4-rc1

2015-09-29 Thread Eric Newton
Thanks for taking this on, Josh. I've verified the sources match the 1.6 branch. The signature and md5 matches the source tarball. I ran the following basic tests: $ mvn -Pthrift,assemble,docs,sunny verify I reviewed the differences between 1.6.3 and 1.6.4-rc1. +1 On Tue, Sep 29, 2015 at

scan command hung

2015-09-29 Thread z11373
Hi, I just experienced weird Accumulo issue I never seen before. Running 'scan -t TABLE1 -c foo' from the shell, it just hung. However, running scan for another column family (still on same table), i.e. 'scan -t TABLE1 -c bar' returns immediately. I looked at Accumulo logs, and can't really

Re: scan command hung

2015-09-29 Thread Josh Elser
Ignoring the prerequisite: "are HDFS, ZooKeeper and Accumulo all running properly to the best of your knowledge"... What does you table look like? How many rows? How many columns per row? Are the number of columns per row fixed or varied? Do you have any locality groups configured? Have you