[jira] Updated: (HBASE-3576) MasterAddressTracker is registered to ZooKeeperWatcher twice

2011-02-26 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3576: --- Assignee: Kazuki Ohta Status: Patch Available (was: Open) MasterAddressTracker is registered

[jira] Updated: (HBASE-3576) MasterAddressTracker is registered to ZooKeeperWatcher twice

2011-02-26 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3576: --- Status: Open (was: Patch Available) MasterAddressTracker is registered to ZooKeeperWatcher twice

[jira] Created: (HBASE-3576) MasterAddressTracker is registered to ZooKeeperWatcher twice

2011-02-26 Thread Kazuki Ohta (JIRA)
MasterAddressTracker is registered to ZooKeeperWatcher twice Key: HBASE-3576 URL: https://issues.apache.org/jira/browse/HBASE-3576 Project: HBase Issue Type: Improvement

[jira] Updated: (HBASE-3576) MasterAddressTracker is registered to ZooKeeperWatcher twice

2011-02-26 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3576: --- Attachment: HBASE3576-1.txt removed unnecessary registerListener() call. MasterAddressTracker is

[jira] Created: (HBASE-3577) enables Thrift client to get the Region location

2011-02-26 Thread Kazuki Ohta (JIRA)
enables Thrift client to get the Region location Key: HBASE-3577 URL: https://issues.apache.org/jira/browse/HBASE-3577 Project: HBase Issue Type: Improvement Components: thrift

[jira] Updated: (HBASE-3577) enables Thrift client to get the Region location

2011-02-26 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3577: --- Attachment: HBASE3577-1.patch added getRegionsInfo() and getRegionLocation() to thrift API.

[jira] Commented: (HBASE-3577) enables Thrift client to get the Region location

2011-02-26 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12999850#comment-12999850 ] Kazuki Ohta commented on HBASE-3577: The attached patch added two interfaces to Thrift

[jira] Commented: (HBASE-3577) enables Thrift client to get the Region location

2011-02-27 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1208#comment-1208 ] Kazuki Ohta commented on HBASE-3577: your plan is acceptable to me. Then, I'll change

[jira] Commented: (HBASE-3513) upgrade thrift to 0.5.0 and use mvn version

2011-03-02 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001598#comment-13001598 ] Kazuki Ohta commented on HBASE-3513: I prefer 0.6.0 rather than 0.5.0, because

[jira] Commented: (HBASE-3513) upgrade thrift to 0.5.0 and use mvn version

2011-03-03 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001960#comment-13001960 ] Kazuki Ohta commented on HBASE-3513: Hi, ryan. Thanks for the comment. hbase

[jira] Commented: (HBASE-3480) Reduce the size of Result serialization

2011-03-06 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003192#comment-13003192 ] Kazuki Ohta commented on HBASE-3480: I really wanna this feature, because I store the

[jira] Updated: (HBASE-3577) enables Thrift client to get the Region location

2011-03-07 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3577: --- Attachment: HBASE3577-2.patch - changed for thrift-0.5.0 - replace TServerAddress with Text

[jira] Commented: (HBASE-3577) enables Thrift client to get the Region location

2011-03-07 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003486#comment-13003486 ] Kazuki Ohta commented on HBASE-3577: Patch updated. changed to thrift-0.5.0 for

[jira] [Created] (HBASE-3711) importtsv fails if rowkey exceeds MAX_ROW_LENGTH

2011-03-29 Thread Kazuki Ohta (JIRA)
importtsv fails if rowkey exceeds MAX_ROW_LENGTH Key: HBASE-3711 URL: https://issues.apache.org/jira/browse/HBASE-3711 Project: HBase Issue Type: Improvement Components: mapreduce

[jira] [Updated] (HBASE-3711) importtsv fails if rowkey exceeds MAX_ROW_LENGTH

2011-03-29 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3711: --- Attachment: HBASE-3711.patch importtsv fails if rowkey exceeds MAX_ROW_LENGTH

[jira] [Commented] (HBASE-3711) importtsv fails if rowkey exceeds MAX_ROW_LENGTH

2011-03-29 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012664#comment-13012664 ] Kazuki Ohta commented on HBASE-3711: Put constructor throws IllegalArgumentException,

[jira] [Updated] (HBASE-3711) importtsv fails if rowkey length exceeds MAX_ROW_LENGTH

2011-03-29 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3711: --- Summary: importtsv fails if rowkey length exceeds MAX_ROW_LENGTH (was: importtsv fails if rowkey

[jira] Created: (HBASE-3145) hBase importtsv fails when the line contains no data.

2010-10-22 Thread Kazuki Ohta (JIRA)
hBase importtsv fails when the line contains no data. - Key: HBASE-3145 URL: https://issues.apache.org/jira/browse/HBASE-3145 Project: HBase Issue Type: Bug Components: util

[jira] Updated: (HBASE-3145) hBase importtsv fails when the line contains no data.

2010-10-22 Thread Kazuki Ohta (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuki Ohta updated HBASE-3145: --- Status: Patch Available (was: Open) I've fixed this issue by changing the parser to throw