Re: support for M langauage

2012-01-16 Thread Jignesh Patel
While nothing is finalized. The primary purpose to use HBase to persist Mumps routine and global. We are trying to build PaaS and wondering whether we need 1 more layer of GT.M before we push everything to HBase. GT.M provides runtime for routines, does HBase can provide similar support? -Jignes

Re: counters and scanners inconsistency

2012-01-16 Thread Todd Lipcon
Hi Young, This is interesting and unexpected behavior. What version are you running? If you can write a unit test (or system test) that demonstrates the problem against a running cluster, that would be excellent. -Todd On Fri, Jan 13, 2012 at 4:59 PM, Young wrote: > I'm having an odd problem w

scan doesn't work with row key filter but works with start/stop key

2012-01-16 Thread T Vinod Gupta
Hi, I am seeing a very strange behavior that i am finding hard to explain. method 1 works below but method 2 hangs till the scan times out and exits. 1) Scan scan = new Scan(); List filters = new ArrayList(); Filter familyFilter = new FamilyFilter(CompareFilter.CompareOp.EQ

Re: Table region got stuck, doesn't move/assign

2012-01-16 Thread Dmitriy Lyubimov
Another weirdness, where it all started while that regions was still where it was, was that any attempt to query that table caused indefinite hanging (call never returned). Now of course that we killed/restarted the RS it just says 'region not serving'. On Mon, Jan 16, 2012 at 3:45 PM, Dmitriy Lyu

Table region got stuck, doesn't move/assign

2012-01-16 Thread Dmitriy Lyubimov
Hi, i have a table which seems to get stuck in a state where it can't be queried, moved or split/compacted. The logs don't have any error statements. Our admin tried hbck to no avail . We stopped the region server, table did not get reassigned. (all other did). when bround in UI, this table just

controlling zookeeper logging output

2012-01-16 Thread Sujee Maniyam
I have the following in my HBASE_HOME/conf/log4j.properites log4j.logger.org.apache.zookeeper=WARN log4j.logger.org.apache.hadoop.hbase=INFO log4j.logger.org.apache.hadoop.hbase.zookeeper=WARN still I see a lot of logging output from zookeeper from my hbase client. like: 12/01/16 11:31:07 IN

Re: EC2 remote client woes

2012-01-16 Thread Mark Kerzner
'hbase classpath' is a good command to know, thank you. Mark On Mon, Jan 16, 2012 at 11:44 AM, Peter Wolf wrote: > Many, many thanks J-D > > I grepped 'hbase classpath' and found this... > > /usr/lib/hbase/bin/../conf > > /usr/lib/hbase/conf contains a hbase-site.xml which is identical to th

Re: EC2 remote client woes

2012-01-16 Thread Peter Wolf
Many, many thanks J-D I grepped 'hbase classpath' and found this... /usr/lib/hbase/bin/../conf /usr/lib/hbase/conf contains a hbase-site.xml which is identical to the one in /etc/hbase/conf. In fact /usr/lib/hbase/conf is just a link to /etc/hbase/conf. So, I think it should have worked