[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-11-20 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16259848#comment-16259848 ] Esteban Gutierrez commented on HBASE-18987: --- After some discussion offline with [~mdrob] around

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16202225#comment-16202225 ] Esteban Gutierrez commented on HBASE-18987: --- [~mdrob], thats correct and there is no way to

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16202106#comment-16202106 ] Mike Drob commented on HBASE-18987: --- Split length being shorter than key length means that we can

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16202080#comment-16202080 ] Anoop Sam John commented on HBASE-18987: bq. truncate approach might be the only alternative for

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16202042#comment-16202042 ] Esteban Gutierrez commented on HBASE-18987: --- bq. Not in testOversizedRegionNameForPut

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201895#comment-16201895 ] Anoop Sam John commented on HBASE-18987: It is an int but what I mean is while writing Cells to

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201804#comment-16201804 ] Mike Drob commented on HBASE-18987: --- bq. {{nameStr}} is being used Not in

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-12 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201750#comment-16201750 ] Anoop Sam John commented on HBASE-18987: The value length can be upto Integer.MAX_VALUE - 1 as we

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-11 Thread Esteban Gutierrez (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201067#comment-16201067 ] Esteban Gutierrez commented on HBASE-18987: --- [~mdrob], {{nameStr}} is being used. {code}

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-11 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200932#comment-16200932 ] Mike Drob commented on HBASE-18987: --- {code} +String nameStr = Bytes.toString(name); {code} This one

[jira] [Commented] (HBASE-18987) Raise value of HConstants#MAX_ROW_LENGTH

2017-10-11 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16200877#comment-16200877 ] Mike Drob commented on HBASE-18987: --- {code} +String md5HashInHex = MD5Hash.getMD5AsHex(name, 0,