<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Hbase MAX_ROW_LENGTH value belongs to ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157698#M44885</link>
    <description>&lt;P&gt;It is the length of the row component of the Key.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2016 22:36:39 GMT</pubDate>
    <dc:creator>elserj</dc:creator>
    <dc:date>2016-10-31T22:36:39Z</dc:date>
    <item>
      <title>Hbase MAX_ROW_LENGTH value belongs to ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157697#M44884</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;In one my application , i am getting illegalargument exception 38121 is &amp;gt; 32767 . so i found that MAX_ROW_LENGTH is having constant value of 32767 . &lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Here my question is MAX_ROW_LENGTH values is belongs to row key or only key length ? &lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;as per this link &lt;A href="https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HConstants.html#MAX_ROW_LENGTH" target="_blank"&gt;https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HConstants.html#MAX_ROW_LENGTH&lt;/A&gt; , I unsrtood that it is belong to row length not key length  ??&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Please correct me if i am wrong . &lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 22:33:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157697#M44884</guid>
      <dc:creator>srinivaspadala_</dc:creator>
      <dc:date>2016-10-31T22:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase MAX_ROW_LENGTH value belongs to ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157698#M44885</link>
      <description>&lt;P&gt;It is the length of the row component of the Key.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 22:36:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157698#M44885</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-10-31T22:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase MAX_ROW_LENGTH value belongs to ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157699#M44886</link>
      <description>&lt;P&gt;means , it is length of row , not  key length . &lt;/P&gt;&lt;P&gt; for better understanding , please take a look at below ex , row8 is the row-key value of a row , age=88,name=srini88,no=8 are the values of a row . 
so , here  what will be the  value which compares against the MAX_ROW_LENGTH . is it row8 length or whole row length(which is the combination of row8,88,srini88,8) ?&lt;/P&gt;&lt;P&gt;and Is MAX_ROW_LENGTH possible to modify in hbase-site or for specific table ? if yes , please let us know how it is ?&lt;/P&gt;&lt;P&gt;ex : row8                     column=0:age, timestamp=1475378868472, value=88&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;row8                     column=0:name, timestamp=1475378868438, value=srini8&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;row8                     column=0:no, timestamp=1475378868384, value=8&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 23:12:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157699#M44886</guid>
      <dc:creator>srinivaspadala_</dc:creator>
      <dc:date>2016-10-31T23:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase MAX_ROW_LENGTH value belongs to ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157700#M44887</link>
      <description>&lt;P&gt;Yes, the length of the row, not the entire key. The row component in the keys that you provided is "row8". Please refer to the HBase documentation if you are unclear on what components make up an HBase Key.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 23:16:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-MAX-ROW-LENGTH-value-belongs-to/m-p/157700#M44887</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-10-31T23:16:54Z</dc:date>
    </item>
  </channel>
</rss>

