[jira] [Commented] (HBASE-6372) Add scanner batching to Export job

2012-08-06 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13429020#comment-13429020 ] Shengsheng Huang commented on HBASE-6372: - It seems the current Scan#setBatch

[jira] [Updated] (HBASE-6372) Add scanner batching to Export job

2012-08-03 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6372: Attachment: HBASE-6372.3.patch Modified patch according to @Ted's suggestions

[jira] [Commented] (HBASE-6372) Add scanner batching to Export job

2012-08-02 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427791#comment-13427791 ] Shengsheng Huang commented on HBASE-6372: - {quote} -1 core tests. The patch failed

[jira] [Commented] (HBASE-6456) Export Utility throws ClassNotFoundException

2012-08-02 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427800#comment-13427800 ] Shengsheng Huang commented on HBASE-6456: - @Lars Yes. Below command also throws

[jira] [Commented] (HBASE-6456) Export Utility throws ClassNotFoundException

2012-08-02 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427849#comment-13427849 ] Shengsheng Huang commented on HBASE-6456: - The exception is found when I'm running

[jira] [Updated] (HBASE-6372) Add scanner batching to Export job

2012-07-31 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6372: Attachment: HBASE-6372.2.patch Modified patch according to @Jonathan's suggestion. Also

[jira] [Commented] (HBASE-6372) Add scanner batching to Export job

2012-07-27 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13423698#comment-13423698 ] Shengsheng Huang commented on HBASE-6372: - {quote} -1 core tests. The patch failed

[jira] [Commented] (HBASE-6456) Export Utility throws ClassNotFoundException

2012-07-27 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13423705#comment-13423705 ] Shengsheng Huang commented on HBASE-6456: - {quote} -1 core tests. The patch failed

[jira] [Assigned] (HBASE-6372) Add scanner batching to Export job

2012-07-27 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang reassigned HBASE-6372: --- Assignee: Shengsheng Huang Add scanner batching to Export job

[jira] [Updated] (HBASE-6456) Export Utility throws ClassNotFoundException

2012-07-26 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6456: Attachment: HBASE-6456.patch Attached a patch for it Export Utility

[jira] [Created] (HBASE-6456) Export Utility throws ClassNotFoundException

2012-07-26 Thread Shengsheng Huang (JIRA)
Shengsheng Huang created HBASE-6456: --- Summary: Export Utility throws ClassNotFoundException Key: HBASE-6456 URL: https://issues.apache.org/jira/browse/HBASE-6456 Project: HBase Issue Type:

[jira] [Updated] (HBASE-6372) Add scanner batching to Export job

2012-07-26 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6372: Attachment: HBASE-6372.patch I think this is useful. Attached a patch for it.

[jira] [Updated] (HBASE-6363) HBaseConfiguration can carry a main method that dumps XML output for debug purposes

2012-07-19 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6363: Attachment: HBASE-6363.patch We happened to have the same requirement for debugging

[jira] [Updated] (HBASE-6363) HBaseConfiguration can carry a main method that dumps XML output for debug purposes

2012-07-19 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengsheng Huang updated HBASE-6363: Attachment: HBASE-6363.2.patch Updated the patch according to @Harsh's comments. Actually

[jira] [Commented] (HBASE-6363) HBaseConfiguration can carry a main method that dumps XML output for debug purposes

2012-07-19 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13418900#comment-13418900 ] Shengsheng Huang commented on HBASE-6363: - Thanks very much for clarification

[jira] [Commented] (HBASE-6363) HBaseConfiguration can carry a main method that dumps XML output for debug purposes

2012-07-19 Thread Shengsheng Huang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13418940#comment-13418940 ] Shengsheng Huang commented on HBASE-6363: - Seems reasonable. I only got a little