Re: ycsb and hbase 0.95.1 hadoop2

2013-08-18 Thread Paul Baclace
I eventually determined that bin/ycsb (a python script) was causing most of the linkage problems, so I recommend using your own bash script to start ycsb for HBase. The problem is that the ordering of paths in the classpath is completely uncontrolled: bin/ycsb does not put the hbase-binding/con

Re: VOTE: hbase-0.95.2 release candidate 0 is available for download

2013-08-18 Thread Arun C Murthy
Stack - you guys planning on pulling in the move to protobuf-2.5 into this? Thanks. On Aug 17, 2013, at 4:38 PM, Stack wrote: > On Fri, Aug 16, 2013 at 11:15 AM, Devaraj Das wrote: > >> Basics worked fine. I raised >> https://issues.apache.org/jira/browse/HBASE-9251 for a namespace issue. >>

Re: how to get ZooKeeperWatcher info ?

2013-08-18 Thread Demai Ni
St.Ack and Ted, many thanks for your help and suggestions on this question. I am working HBASE-9047 while encountering this question. To provide a whole picture of what I am looking for, I uploaded the prototype code and some background info over there( https://issues.apache.org/jira/browse/HBASE-

[jira] [Resolved] (HBASE-9251) list_namespace_tables seems to fail

2013-08-18 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-9251. --- Resolution: Fixed Fix Version/s: 0.95.3 0.98.0 Assignee: An

Created an 0.95.3 version.

2013-08-18 Thread Jonathan Hsieh
I've created an 0.95.3 version on the jira. I'd prefer 0.96.0 to be production ready and think that it may be prudent to do one more dev release after a testing cycling with the hadoop 2.1.0 changes rolled in. We can cull this version later if we don't do it. Jon. -- // Jonathan Hsieh (shay) /

Re: how to get ZooKeeperWatcher info ?

2013-08-18 Thread Stack
On Fri, Aug 16, 2013 at 9:58 AM, Demai Ni wrote: > hi, folks, > > I am writing some code to get the zookeeper while hbase is offline. > > conf = HBaseConfiguration.create(); > > connection = HConnectionManager.getConnection(conf); > zkw = connection.*getZooKeeperWatcher();* >

Re: [ANNOUNCE] Secondary Index in HBase - from Huawei

2013-08-18 Thread zhoushuaifeng
Thanks a lot for the greate work. It must be very efficency for getting operation. But for scan, the indexing also change it to random read. May some improvements can be done in the future... -- View this message in context: http://apache-hbase.679495.n3.nabble.com/ANNOUNCE-Secondary-Index-in-

Re: Get the latest timestamp of a Storefile

2013-08-18 Thread Ted Yu
Interesting. Have you see HBASE-5199: Delete out of TTL store files before compaction selection ? On Sun, Aug 18, 2013 at 5:42 AM, Adrien Mogenet wrote: > Alright, then I've opened a ticket to put what I have in mind ( > https://issues.apache.org/jira/browse/HBASE-9260) > > I did some basic cod

Re: Get the latest timestamp of a Storefile

2013-08-18 Thread Adrien Mogenet
Alright, then I've opened a ticket to put what I have in mind ( https://issues.apache.org/jira/browse/HBASE-9260) I did some basic code changes and tests to see/check if it's really relevant... On Fri, Aug 16, 2013 at 11:48 AM, Ted Yu wrote: > That is Okay. > Feel free to share with us your ne

[jira] [Created] (HBASE-9260) Timestamp Compactions

2013-08-18 Thread Adrien Mogenet (JIRA)
Adrien Mogenet created HBASE-9260: - Summary: Timestamp Compactions Key: HBASE-9260 URL: https://issues.apache.org/jira/browse/HBASE-9260 Project: HBase Issue Type: New Feature Compo