[jira] [Reopened] (HBASE-10611) Description for hbase:acl table is wrong on master-status#catalogTables

2014-04-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reopened HBASE-10611: Patch is not integrated yet > Description for hbase:acl table is wrong on master-status#catalogTables > -

coprocessor stop method not invoked

2014-04-28 Thread qiang tian
Hi Guys, I am investigating a customized JMX agent fix based on coprocessor for hbase-10289. ---coprocessor makes the fix pluggable so user can switch to official JDK7 fix in future easily. but I find with the fix the hbase fails to be stopped, because the tcp port is not closed ---the coprocesso

[jira] [Created] (HBASE-11088) Support Visibility Expression Deletes in Shell

2014-04-28 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-11088: -- Summary: Support Visibility Expression Deletes in Shell Key: HBASE-11088 URL: https://issues.apache.org/jira/browse/HBASE-11088 Project: HBase

Re: Hbase trunk import problem on Eclipse

2014-04-28 Thread Talat Uyarer
Hi Gustavo, This is not problem. Our poms has not tag. [1] I change pom files and it is imported.[2] :) [1] http://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin [2] https://issues.apache.org/jira/browse/HBASE-11087 Thanks for

Re: coprocessor stop method not invoked

2014-04-28 Thread Ted Yu
Qiang: You can open a JIRA and attach your patch. Cheers On Apr 28, 2014, at 3:07 AM, qiang tian wrote: > Hi Guys, > I am investigating a customized JMX agent fix based on coprocessor for > hbase-10289. ---coprocessor makes the fix pluggable so user can switch to > official JDK7 fix in future

[jira] [Created] (HBASE-11089) Use proxy user for security integration test where multiple users are needed

2014-04-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11089: -- Summary: Use proxy user for security integration test where multiple users are needed Key: HBASE-11089 URL: https://issues.apache.org/jira/browse/HBASE-11089 Project: HBase

[jira] [Created] (HBASE-11090) Backport HBASE-11083 ExportSnapshot should provide capability to limit bandwidth consumption

2014-04-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11090: -- Summary: Backport HBASE-11083 ExportSnapshot should provide capability to limit bandwidth consumption Key: HBASE-11090 URL: https://issues.apache.org/jira/browse/HBASE-11090 Proj

HBase returns NoServerForRegionException

2014-04-28 Thread Hotec04
Hi HBase-dev, There are three projects: A, B, and C. A and B are both Maven dependents on C. They all have the same config files for connecting to HBase(core-site.xml, hbase-site.xml, and hdfs-site.xml). Right now only B and C can access to HBase and perform operations on it. HBase always returns

Re: HBase returns NoServerForRegionException

2014-04-28 Thread Ted Yu
1. Are the yarn-default.xml and yarn-site.xml related to HBase log in? I don't think so. Can you pastebin the output of the following command in project A ? mvn dependency:tree What hbase version are you using ? Cheers On Mon, Apr 28, 2014 at 8:28 AM, Hotec04 wrote: > Hi HBase-dev, > > Ther

[jira] [Resolved] (HBASE-11075) TestVisibilityLabelsWithDistributedLogReplay is failing in Precommit builds frequently

2014-04-28 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11075. Resolution: Cannot Reproduce > TestVisibilityLabelsWithDistributedLogReplay is failing in

[jira] [Resolved] (HBASE-11089) Use proxy user for security integration test where multiple users are needed

2014-04-28 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11089. Resolution: Duplicate Dup of HBASE-10831, but let me carry this over there. > Use proxy u

Root and Meta removed in 0.96?

2014-04-28 Thread Demai Ni
hi, a quick question. I remembered that these two are removed starting 0.96? not sure my memory serves me well on this. I googled but can't find the jira or document for this. Can someone give me a pointer? many thanks Demai

Re: Root and Meta removed in 0.96?

2014-04-28 Thread Jean-Daniel Cryans
Only ROOT https://issues.apache.org/jira/browse/HBASE-3171 On Mon, Apr 28, 2014 at 10:00 AM, Demai Ni wrote: > hi, > > a quick question. I remembered that these two are removed starting 0.96? > not sure my memory serves me well on this. I googled but can't find the > jira or document for this.

Re: Root and Meta removed in 0.96?

2014-04-28 Thread Demai Ni
JD, thanks a lot. You are fast. :-).. Demai On Mon, Apr 28, 2014 at 10:02 AM, Jean-Daniel Cryans wrote: > Only ROOT https://issues.apache.org/jira/browse/HBASE-3171 > > > On Mon, Apr 28, 2014 at 10:00 AM, Demai Ni wrote: > > > hi, > > > > a quick question. I remembered that these two are remove

[jira] [Created] (HBASE-11091) Some HBase tools are incompatible with Hadoop 2.3.0

2014-04-28 Thread German Florez-Larrahondo (JIRA)
German Florez-Larrahondo created HBASE-11091: Summary: Some HBase tools are incompatible with Hadoop 2.3.0 Key: HBASE-11091 URL: https://issues.apache.org/jira/browse/HBASE-11091 Project: H

[jira] [Resolved] (HBASE-11091) Some HBase tools are incompatible with Hadoop 2.3.0

2014-04-28 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11091. Resolution: Invalid Fix Version/s: (was: 0.99.0) See the part of the HBase book

Re: HBase returns NoServerForRegionException

2014-04-28 Thread Hotec04
Thank you Ted for looking into it. The hbase version is cdh4.5.0 and the api is hbase0.94.6-cdh4.5.0. The maven dependencies on hadoop and hbase are using hadoop-client: 2.0.0-cdh-4.5.0 and hbase0.94.6-cdh4.5.0. Sincerely -- View this message in context: http://apache-hbase.679495.n3.nabble.c

Re: HBase returns NoServerForRegionException

2014-04-28 Thread Jimmy Xiang
Does your application B call Configuration.addDefaultResource() somewhere? Thanks, Jimmy On Mon, Apr 28, 2014 at 10:42 AM, Hotec04 wrote: > Thank you Ted for looking into it. > > The hbase version is cdh4.5.0 and the api is hbase0.94.6-cdh4.5.0. The > maven > dependencies on hadoop and hbase a

Re: HBase returns NoServerForRegionException

2014-04-28 Thread Hotec04
Hi Ted, Thanks Ted for helping on this issue. I moved the HBase Operations from project A to project C which makes more sense from Architecture perspective. No issues from here now. Have a good day. Sincerely -- View this message in context: http://apache-hbase.679495.n3.nabble.com/HBase-retu

[jira] [Created] (HBASE-11092) Server interface should have method getConsensusProvider()

2014-04-28 Thread Mikhail Antonov (JIRA)
Mikhail Antonov created HBASE-11092: --- Summary: Server interface should have method getConsensusProvider() Key: HBASE-11092 URL: https://issues.apache.org/jira/browse/HBASE-11092 Project: HBase

[jira] [Created] (HBASE-11093) FilterList#filterRow() iterates through its filters even though FilterList#hasFilterRow() returns false

2014-04-28 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11093: -- Summary: FilterList#filterRow() iterates through its filters even though FilterList#hasFilterRow() returns false Key: HBASE-11093 URL: https://issues.apache.org/jira/browse/HBASE-11093

[ANNOUNCE] HBase 0.94.19 is available for download

2014-04-28 Thread lars hofhansl
The HBase Team is pleased to announce the immediate release of HBase 0.94.19. Download it from your favorite Apache mirror [1]. This release has also been pushed to Apache's maven repository. All previous 0.92.x and 0.94.x releases can upgraded to 0.94.19 via a rolling upgrade without downtime,

[jira] [Reopened] (HBASE-10997) Add a modulo argument to PE to constrain the key range

2014-04-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reopened HBASE-10997: --- Going to revert this. The --size argument does what this adds better. > Add a modulo argument to PE to constra

[jira] [Resolved] (HBASE-10115) Add a hook for compaction deletes

2014-04-28 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Marc Spaggiari resolved HBASE-10115. - Resolution: Duplicate Assignee: Jean-Marc Spaggiari Duplicate of HBASE-110

[jira] [Resolved] (HBASE-8490) Region mover script can get stuck in infinite loop if UnknownRegionException

2014-04-28 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Gutierrez resolved HBASE-8490. -- Resolution: Duplicate Assignee: Esteban Gutierrez > Region mover script can get s

[jira] [Created] (HBASE-11094) Distributed log replay is incompatible for rolling restarts

2014-04-28 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-11094: - Summary: Distributed log replay is incompatible for rolling restarts Key: HBASE-11094 URL: https://issues.apache.org/jira/browse/HBASE-11094 Project: HBase

[jira] [Resolved] (HBASE-10997) Add a modulo argument to PE to constrain the key range

2014-04-28 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-10997. --- Resolution: Fixed Fix Version/s: (was: 0.99.0) Reverted this patch. Removed fix version. Should