[jira] [Created] (HBASE-11608) Add synchronous split

2014-07-29 Thread Jerry He (JIRA)
Jerry He created HBASE-11608: Summary: Add synchronous split Key: HBASE-11608 URL: https://issues.apache.org/jira/browse/HBASE-11608 Project: HBase Issue Type: New Feature Components

[jira] [Created] (HBASE-11549) Create a Java client only assembly with dependencies from maven build

2014-07-19 Thread Jerry He (JIRA)
Jerry He created HBASE-11549: Summary: Create a Java client only assembly with dependencies from maven build Key: HBASE-11549 URL: https://issues.apache.org/jira/browse/HBASE-11549 Project: HBase

Re: build a hbase client only packge

2014-07-18 Thread Jerry He
a separate tarball which only includes the necessary files required to use the native client library. Jerry, mind creating a JIRA and submitting a patch for the Java client? On Wed, Jul 16, 2014 at 8:14 PM, Jerry He jerry...@gmail.com wrote: Hi, Nick I was just looking into what

Re: build a hbase client only packge

2014-07-16 Thread Jerry He
15, 2014, at 4:41 PM, Jerry He jerry...@gmail.com wrote: Hi, folk Is there a HBase mvn build target to build a package for a HBase standalone client, including the hbase-client, hbase-common, and dependencies that are required by a working client? Thanks in advance

Re: build a hbase client only packge

2014-07-16 Thread Jerry He
Dimiduk ndimi...@gmail.com wrote: What does client package include? Just the java client library? The shell? REST/Thrift gateways? On Wed, Jul 16, 2014 at 3:11 PM, Jerry He jerry...@gmail.com wrote: Thanks for the reply, Ted, Nick. As Nick said, with maven/ivy and access to repositories

Re: build a hbase client only packge

2014-07-16 Thread Jerry He
in the java build (as is hbase-client). Are you thinking in terms java or of bigtop packaging here? On Wed, Jul 16, 2014 at 4:18 PM, Jerry He jerry...@gmail.com wrote: Hi, Nick If there is a way to include the hbase shell in a 'client only' package/assembly, that will be great. For the REST

build a hbase client only packge

2014-07-15 Thread Jerry He
Hi, folk Is there a HBase mvn build target to build a package for a HBase standalone client, including the hbase-client, hbase-common, and dependencies that are required by a working client? Thanks in advance. Jerry

HBase and HDFS HA failover with QJM

2014-06-07 Thread Jerry He
Hi, guys Does anybody have experience on HBase and HDFS HA failover with QJM? Any recommended settings for HBase to make region servers ride over the NN failover smoothly under load? Particularly, is there a need to set these in hbase-site.xml? dfs.client.retry.policy.enabled

[jira] [Created] (HBASE-11304) Enable HBaseAdmin.execProcedure to return data from procedure execution

2014-06-06 Thread Jerry He (JIRA)
Jerry He created HBASE-11304: Summary: Enable HBaseAdmin.execProcedure to return data from procedure execution Key: HBASE-11304 URL: https://issues.apache.org/jira/browse/HBASE-11304 Project: HBase

Re: ANNOUNCEMENT: Git Migration In Progress (WAS = Re: Git Migration)

2014-05-24 Thread Jerry He
Hi, For those of us who only clone repository and pull for development, the only external impact is that trunk branch is gone, and now it is called master. Is this correct? $ git remote show origin * remote origin Fetch URL: https://github.com/apache/hbase.git Push URL:

[jira] [Created] (HBASE-11201) Enable global procedure members to return values to procedure master

2014-05-19 Thread Jerry He (JIRA)
Jerry He created HBASE-11201: Summary: Enable global procedure members to return values to procedure master Key: HBASE-11201 URL: https://issues.apache.org/jira/browse/HBASE-11201 Project: HBase

[jira] [Created] (HBASE-11180) Merge backups

2014-05-15 Thread Jerry He (JIRA)
Jerry He created HBASE-11180: Summary: Merge backups Key: HBASE-11180 URL: https://issues.apache.org/jira/browse/HBASE-11180 Project: HBase Issue Type: New Feature Affects Versions: 0.99.0

[jira] [Created] (HBASE-11182) Store backup information in a manifest file using protobuff format

2014-05-15 Thread Jerry He (JIRA)
Jerry He created HBASE-11182: Summary: Store backup information in a manifest file using protobuff format Key: HBASE-11182 URL: https://issues.apache.org/jira/browse/HBASE-11182 Project: HBase

[jira] [Created] (HBASE-11170) Provide option for WALPlayer not to rely on live HBase table

2014-05-15 Thread Jerry He (JIRA)
Jerry He created HBASE-11170: Summary: Provide option for WALPlayer not to rely on live HBase table Key: HBASE-11170 URL: https://issues.apache.org/jira/browse/HBASE-11170 Project: HBase Issue

[jira] [Created] (HBASE-11148) Provide a distributed procedure to globally roll logs

2014-05-15 Thread Jerry He (JIRA)
Jerry He created HBASE-11148: Summary: Provide a distributed procedure to globally roll logs Key: HBASE-11148 URL: https://issues.apache.org/jira/browse/HBASE-11148 Project: HBase Issue Type

[jira] [Created] (HBASE-11181) prune/delete old backups

2014-05-15 Thread Jerry He (JIRA)
Jerry He created HBASE-11181: Summary: prune/delete old backups Key: HBASE-11181 URL: https://issues.apache.org/jira/browse/HBASE-11181 Project: HBase Issue Type: New Feature Affects

[jira] [Created] (HBASE-11136) Add permission check to roll WAL writer

2014-05-12 Thread Jerry He (JIRA)
Jerry He created HBASE-11136: Summary: Add permission check to roll WAL writer Key: HBASE-11136 URL: https://issues.apache.org/jira/browse/HBASE-11136 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-11049) HBase WALPlayer needs to add credentials to job to play to table

2014-04-22 Thread Jerry He (JIRA)
Jerry He created HBASE-11049: Summary: HBase WALPlayer needs to add credentials to job to play to table Key: HBASE-11049 URL: https://issues.apache.org/jira/browse/HBASE-11049 Project: HBase

Re: acl data on zookeeper after migration from hbase 0.94 to 0.96

2014-04-21 Thread Jerry He
Great! Thanks, Jeffrey. We are at an early version of 0.96. On Apr 21, 2014 9:47 AM, Jeffrey Zhong jzh...@hortonworks.com wrote: Which Hbase version you're upgrading to? The issue should be fixed in HBASE-10581. On 4/20/14 9:14 PM, Jerry He jerry...@gmail.com wrote: Hi, While testing

acl data on zookeeper after migration from hbase 0.94 to 0.96

2014-04-20 Thread Jerry He
Hi, While testing migration from 0.94 to 0.96 with security enabled, I got the following exception and hbase master failed to start. The master TableAuthManager was trying to fresh from the acl node on zookeeper. The acl data on zookeeper (old acl data from 0.94) seems to be corrupted. My HBase

[jira] [Created] (HBASE-11018) ZKUtil.getChildDataAndWatchForNewChildren() will not return null as indicated

2014-04-17 Thread Jerry He (JIRA)
Jerry He created HBASE-11018: Summary: ZKUtil.getChildDataAndWatchForNewChildren() will not return null as indicated Key: HBASE-11018 URL: https://issues.apache.org/jira/browse/HBASE-11018 Project: HBase

[jira] [Created] (HBASE-10926) Use global procedure to flush table memstore cache

2014-04-07 Thread Jerry He (JIRA)
Jerry He created HBASE-10926: Summary: Use global procedure to flush table memstore cache Key: HBASE-10926 URL: https://issues.apache.org/jira/browse/HBASE-10926 Project: HBase Issue Type

[jira] [Created] (HBASE-10902) Secure Bulk Load does not work across secure clusters

2014-04-02 Thread Jerry He (JIRA)
Jerry He created HBASE-10902: Summary: Secure Bulk Load does not work across secure clusters Key: HBASE-10902 URL: https://issues.apache.org/jira/browse/HBASE-10902 Project: HBase Issue Type

[jira] [Created] (HBASE-10890) ExportSnapshot needs to add acquired token to job

2014-04-01 Thread Jerry He (JIRA)
Jerry He created HBASE-10890: Summary: ExportSnapshot needs to add acquired token to job Key: HBASE-10890 URL: https://issues.apache.org/jira/browse/HBASE-10890 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-10615) Make LoadIncrementalHFiles skip reference files

2014-02-25 Thread Jerry He (JIRA)
Jerry He created HBASE-10615: Summary: Make LoadIncrementalHFiles skip reference files Key: HBASE-10615 URL: https://issues.apache.org/jira/browse/HBASE-10615 Project: HBase Issue Type

[jira] [Created] (HBASE-10492) open daughter regions can unpredictably take long time

2014-02-10 Thread Jerry He (JIRA)
Jerry He created HBASE-10492: Summary: open daughter regions can unpredictably take long time Key: HBASE-10492 URL: https://issues.apache.org/jira/browse/HBASE-10492 Project: HBase Issue Type

Re: taking a hour to get a spitted region online? 0.96.0

2014-02-10 Thread Jerry He
Opened a JIRA https://issues.apache.org/jira/browse/HBASE-10492 On Sun, Feb 9, 2014 at 6:11 PM, Jerry He jerry...@gmail.com wrote: Hi, Ted The related time period on the region sever is: 2014-02-08 20:44:12,662 WARN org.apache.hadoop.hbase.regionserver.HRegionFileSystem: .regioninfo file

taking a hour to get a spitted region online? 0.96.0

2014-02-09 Thread Jerry He
Hi, folks This is what I am seeing when running in a stress env. I am getting RetriesExhaustedWithDetailsException: Failed 748 actions: NotServingRegionException On the master log, *2014-02-08 20:43 is the timestamp from OFFLINE to * *SPLITTING_NEW*, *2014-02-08 21:41 is the timestamp from

Re: taking a hour to get a spitted region online? 0.96.0

2014-02-09 Thread Jerry He
pastebin master log from 20:40:00 to 21:42:00 so that we get more context on what happened to tpch_hb_1000_2.lineitem,,1391921037353. 010c1981882d1a59201af5e2dc589d44. ? Cheers On Sun, Feb 9, 2014 at 2:12 PM, Jerry He jerry...@gmail.com wrote: Hi, folks This is what I am

Re: taking a hour to get a spitted region online? 0.96.0

2014-02-09 Thread Jerry He
took 57mins, 16sec* On Sun, Feb 9, 2014 at 5:09 PM, Ted Yu yuzhih...@gmail.com wrote: Can you take a look at the server log for hdtest208.svl.ibm.com during this period of time ? Thanks On Sun, Feb 9, 2014 at 3:23 PM, Jerry He jerry...@gmail.com wrote: Hi, Ted, Jimmy There were

hbase client RetriesExhaustedWithDetailsException with RegionTooBusyException

2014-02-04 Thread Jerry He
Hi, hbase experts: You probably have seen this in the past. Can someone share some quick ideas? I have a MR job that is loading data into hbase using hbase client API. The job failed after a while. Below is the error info and stack trace. 2014-02-04 14:15:32,587 WARN

Re: hbase client RetriesExhaustedWithDetailsException with RegionTooBusyException

2014-02-04 Thread Jerry He
=986466, compaction requested=true On Tue, Feb 4, 2014 at 5:44 PM, Jerry He jerry...@gmail.com wrote: Hi, hbase experts: You probably have seen this in the past. Can someone share some quick ideas? I have a MR job that is loading data into hbase using hbase client API. The job failed

[jira] [Created] (HBASE-10448) ZKUtil create and watch methods don't set watch in some cases

2014-01-31 Thread Jerry He (JIRA)
Jerry He created HBASE-10448: Summary: ZKUtil create and watch methods don't set watch in some cases Key: HBASE-10448 URL: https://issues.apache.org/jira/browse/HBASE-10448 Project: HBase Issue

[jira] [Created] (HBASE-10389) Add namespace help info in table related shell commands

2014-01-20 Thread Jerry He (JIRA)
Jerry He created HBASE-10389: Summary: Add namespace help info in table related shell commands Key: HBASE-10389 URL: https://issues.apache.org/jira/browse/HBASE-10389 Project: HBase Issue Type

duplicate servlet-api jars in hbase 0.96.0

2014-01-09 Thread Jerry He
In the lib folder in HBase 0.96.0 tarball we have this: [biadmin@hdtest009 lib]$ ls -l jsp-api* -rw-rw-r-- 1 biadmin biadmin 134910 Sep 17 01:13 jsp-api-2.1-6.1.14.jar -rw-rw-r-- 1 biadmin biadmin 100636 Sep 17 01:27 jsp-api-2.1.jar [biadmin@hdtest009 lib]$ ls -l servlet-api* -rw-rw-r-- 1

HBase 0.96.0 performace

2013-11-25 Thread Jerry He
Hi, Ted, and hbase experts Below picture is a performance comparison between hbase 0.96.0 and 0.96.1, shared by Ted Yu in China Hadoop Summit today. This perf testing is said to be executed on ebay's real cluster. It is surprising 0.96.0 is such worse compared to 0.96.1 and even 0.94.14. Are

Re: HBase 0.96.0 performace

2013-11-25 Thread Jerry He
. In my talk, there was another comparison to show that MTTR improved a lot from 0.94 to 0.96 - this was done at EBay. When Stack cuts 0.96.1 RC0, you would get the list of JIRAs that contributed to the speedup from 0.96.0 to 0.96.1 Cheers On Tue, Nov 26, 2013 at 3:50 AM, Jerry He jerry

Re: HBase 0.96.0 performace

2013-11-25 Thread Jerry He
On Tue, Nov 26, 2013 at 3:50 AM, Jerry He jerry...@gmail.com wrote: Hi, Ted, and hbase experts Below picture is a performance comparison between hbase 0.96.0 and 0.96.1, shared by Ted Yu in China Hadoop Summit today. This perf testing is said to be executed on ebay's real cluster

jars in HBase 0.96

2013-11-13 Thread Jerry He
Hi, hbase experts Could anyone tell me what these jars are used for in HBase 0.96? If I remove them from lib dir, will it cause problems? Thanks, Jerry gmbal-api-only-3.0.0-b023.jar grizzly-framework-2.1.1.jar grizzly-framework-2.1.1-tests.jar grizzly-http-2.1.1.jar

[jira] [Resolved] (HBASE-9825) LoadIncrementalHFiles fails to load from remote cluster in hadoop 2

2013-10-27 Thread Jerry He (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry He resolved HBASE-9825. - Resolution: Fixed Fix Version/s: 0.94.14 Assignee: Ted Yu Fixed by Ted with HBASE-9819

[jira] [Created] (HBASE-9825) LoadIncrementalHFiles fails to load from remote cluster in hadoop 2

2013-10-22 Thread Jerry He (JIRA)
Jerry He created HBASE-9825: --- Summary: LoadIncrementalHFiles fails to load from remote cluster in hadoop 2 Key: HBASE-9825 URL: https://issues.apache.org/jira/browse/HBASE-9825 Project: HBase

[jira] [Created] (HBASE-9060) EXportSnapshot job fails if target path contains percentage character

2013-07-27 Thread Jerry He (JIRA)
Jerry He created HBASE-9060: --- Summary: EXportSnapshot job fails if target path contains percentage character Key: HBASE-9060 URL: https://issues.apache.org/jira/browse/HBASE-9060 Project: HBase

[jira] [Created] (HBASE-9029) Backport HBASE-8706 Some improvement in snapshot to 0.94

2013-07-23 Thread Jerry He (JIRA)
Jerry He created HBASE-9029: --- Summary: Backport HBASE-8706 Some improvement in snapshot to 0.94 Key: HBASE-9029 URL: https://issues.apache.org/jira/browse/HBASE-9029 Project: HBase Issue Type

[jira] [Created] (HBASE-8967) Duplicate call to snapshotManager.stop() in HRegionServer

2013-07-16 Thread Jerry He (JIRA)
Jerry He created HBASE-8967: --- Summary: Duplicate call to snapshotManager.stop() in HRegionServer Key: HBASE-8967 URL: https://issues.apache.org/jira/browse/HBASE-8967 Project: HBase Issue Type

[jira] [Created] (HBASE-8798) Fix a minor bug in shell command with clone_snapshot table error

2013-06-24 Thread Jerry He (JIRA)
Jerry He created HBASE-8798: --- Summary: Fix a minor bug in shell command with clone_snapshot table error Key: HBASE-8798 URL: https://issues.apache.org/jira/browse/HBASE-8798 Project: HBase Issue

[jira] [Created] (HBASE-8760) possible loss of data in snapshot taken after region split

2013-06-18 Thread Jerry He (JIRA)
Jerry He created HBASE-8760: --- Summary: possible loss of data in snapshot taken after region split Key: HBASE-8760 URL: https://issues.apache.org/jira/browse/HBASE-8760 Project: HBase Issue Type

WAL file name with %2C

2013-06-03 Thread Jerry He
The WALs file names in the .logs and .oldlogs dirs use %2C (hex comma) instead of the real comma to separate host, port and startcode. Is there a particular reason to use hex comma? Jerry

[jira] [Created] (HBASE-8683) Add major compaction support in CompactionTool

2013-06-03 Thread Jerry He (JIRA)
Jerry He created HBASE-8683: --- Summary: Add major compaction support in CompactionTool Key: HBASE-8683 URL: https://issues.apache.org/jira/browse/HBASE-8683 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-8565) stop-hbase.sh clean up: backup master

2013-05-16 Thread Jerry He (JIRA)
Jerry He created HBASE-8565: --- Summary: stop-hbase.sh clean up: backup master Key: HBASE-8565 URL: https://issues.apache.org/jira/browse/HBASE-8565 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-8519) Backup master will never come up if primary master dies during initialization

2013-05-09 Thread Jerry He (JIRA)
Jerry He created HBASE-8519: --- Summary: Backup master will never come up if primary master dies during initialization Key: HBASE-8519 URL: https://issues.apache.org/jira/browse/HBASE-8519 Project: HBase

[jira] [Created] (HBASE-8413) Snapshot verify region will always fail if the HFile has been archived

2013-04-23 Thread Jerry He (JIRA)
Jerry He created HBASE-8413: --- Summary: Snapshot verify region will always fail if the HFile has been archived Key: HBASE-8413 URL: https://issues.apache.org/jira/browse/HBASE-8413 Project: HBase

HBase snapshot: 'Can't find hfile exception' when verifying snapshot

2013-04-15 Thread Jerry He
I was getting this exception when running a snapshot. The table is online and being loaded by another process during the snapshot. Is this exception expected sometimes and are ok in such case? The region moved (ok)? or the hfile got deleted (bug)? 2013-03-29 21:11:00,716 ERROR

[jira] [Created] (HBASE-8309) TableLockManager: allow lock timeout to be set at the individual lock level

2013-04-09 Thread Jerry He (JIRA)
Jerry He created HBASE-8309: --- Summary: TableLockManager: allow lock timeout to be set at the individual lock level Key: HBASE-8309 URL: https://issues.apache.org/jira/browse/HBASE-8309 Project: HBase

[jira] [Created] (HBASE-8310) HBase snapshot timeout defautls and TableLockManger timeout

2013-04-09 Thread Jerry He (JIRA)
Jerry He created HBASE-8310: --- Summary: HBase snapshot timeout defautls and TableLockManger timeout Key: HBASE-8310 URL: https://issues.apache.org/jira/browse/HBASE-8310 Project: HBase Issue Type

[jira] [Created] (HBASE-8225) [replication] minor code bug when registering ReplicationLogCleaner

2013-03-29 Thread Jerry He (JIRA)
Jerry He created HBASE-8225: --- Summary: [replication] minor code bug when registering ReplicationLogCleaner Key: HBASE-8225 URL: https://issues.apache.org/jira/browse/HBASE-8225 Project: HBase

<    1   2   3