[jira] [Created] (HBASE-10698) Update the HBase.thrift file to work with the Thift2 C++ Client

2014-03-06 Thread Gaurav Menghani (JIRA)
Gaurav Menghani created HBASE-10698: --- Summary: Update the HBase.thrift file to work with the Thift2 C++ Client Key: HBASE-10698 URL: https://issues.apache.org/jira/browse/HBASE-10698 Project: HBase

Need suggestion, jpa kind of package for hbase

2014-03-06 Thread jeevi tesh
Hi all, I'm new to hbase in search of jpa kind of package for hbase to push the data into hbase system. Started trying with stargate where i found very strict json notation, base 64 encoding and other issue finding it difficult to use. Then i looked at kundera then i realized we need to have Cass

Re: Dynamically deploying filters?

2014-03-06 Thread Ted Yu
Interesting blog. I wonder how subsequent work addresses the following: bq. Updating the filter.jar in the Hadoop FS while a table scan is happening can have undesired results if the updated filters are not backward compatible. On Thu, Mar 6, 2014 at 12:54 PM, Niels Basjes wrote: > Hi, > > In

[jira] [Created] (HBASE-10697) Convert TestSimpleTotalOrderPartitioner to junit4 test

2014-03-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10697: -- Summary: Convert TestSimpleTotalOrderPartitioner to junit4 test Key: HBASE-10697 URL: https://issues.apache.org/jira/browse/HBASE-10697 Project: HBase Issue Type: Sub-ta

[jira] [Created] (HBASE-10696) Convert HBaseTestCase-based tests to junit4 tests

2014-03-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10696: -- Summary: Convert HBaseTestCase-based tests to junit4 tests Key: HBASE-10696 URL: https://issues.apache.org/jira/browse/HBASE-10696 Project: HBase Issue Type: Umbrella

[jira] [Resolved] (HBASE-10620) LoadBalancer.needsBalance() should check for co-located region replicas as well

2014-03-06 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das resolved HBASE-10620. - Resolution: Fixed Fix Version/s: hbase-10070 Committed. Thanks for the reviews. > LoadBa

[jira] [Resolved] (HBASE-10672) Table snapshot should handle tables whose REGION_REPLICATION is greater than one

2014-03-06 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das resolved HBASE-10672. - Resolution: Fixed Committed. Thanks for the reviews. > Table snapshot should handle tables whos

Re: Hadoop1 support in 0.98/1.0

2014-03-06 Thread Enis Söztutar
Thanks Biju. I just sent out a heads-up announcement to user@. Enis On Wed, Mar 5, 2014 at 6:00 PM, Biju G.S Nair wrote: > If we haven't done already, as some body suggested earlier, it would be > good to communicate this to the "user" mailing list as well. This will help > anyone using HBase

[ANNOUNCE] Next releases of HBase will drop Hadoop-1.x support

2014-03-06 Thread Enis Söztutar
Hi, In the dev thread [1], HBase developers are considering dropping support for Hadoop-1 in future releases 0.99, and HBase-1.0. This is a heads up, so that you can plan ahead if you are choosing to go with 0.96.x and 0.98.x releases. Hadoop-2.2 was released last October, and it is superior in e

Re: Request to review HBASE-8304

2014-03-06 Thread Stack
It looks like your issue is getting some loving now On Thu, Mar 6, 2014 at 10:01 AM, haosdent wrote: > Hi, folks. Could anyone help me to review this patch > https://issues.apache.org/jira/browse/HBASE-8304? Another newbie question. > If I want to patch this to 0.94.18 not only trunk, what

[jira] [Created] (HBASE-10695) Fix test failures related to Swift's merge with HBase

2014-03-06 Thread Gaurav Menghani (JIRA)
Gaurav Menghani created HBASE-10695: --- Summary: Fix test failures related to Swift's merge with HBase Key: HBASE-10695 URL: https://issues.apache.org/jira/browse/HBASE-10695 Project: HBase I

Dynamically deploying filters?

2014-03-06 Thread Niels Basjes
Hi, In the current HBase versions a Filter needs to be deployed by putting a jar into all region servers (and depending on the HBase version restart the regionservers). I'm in a multi tenant cluster environment where we may run into the need to have both the old and the new version of a Filter av

Request to review HBASE-8304

2014-03-06 Thread haosdent
Hi, folks. Could anyone help me to review this patch https://issues.apache.org/jira/browse/HBASE-8304? Another newbie question. If I want to patch this to 0.94.18 not only trunk, what shoud I do? Thank you very much. :-P -- Best Regards, Haosdent Huang

[jira] [Created] (HBASE-10694) TableSkewCostFunction#cost() casts integral division result to double

2014-03-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10694: -- Summary: TableSkewCostFunction#cost() casts integral division result to double Key: HBASE-10694 URL: https://issues.apache.org/jira/browse/HBASE-10694 Project: HBase Is

[jira] [Resolved] (HBASE-9636) HBase shell/client 'scan table' operation is getting failed inbetween the when the regions are shifted from one Region Server to another Region Server

2014-03-06 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rajeshbabu resolved HBASE-9636. --- Resolution: Not A Problem [~shankarlingayya] This is as expected behavior only. As for the logs you

Re: HTrace

2014-03-06 Thread Biju G.S Nair
The test code was run on a multi-node environment Will executing the code on an environment with one master server and one RS generate the trace correctly. Thanks, Biju On Thu, Mar 6, 2014 at 2:59 AM, Masatake Iwasaki < iwasak...@oss.nttdata.co.jp> wrote: > Hi Biju, > > > > Where you able to u

Re: HTrace

2014-03-06 Thread Masatake Iwasaki
Hi Biju, > Where you able to use the graphDrawer.py script against the HTrace > output. Attached is the output got from my test and didn't generate any > image. Any thoughts why? Thanks Your tracing output does not include spans whose parent is root (which has the ID 0x74ace). I think the cause