<?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: How do Zookeeper save HBase Column and Column Family metadata in Znode? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130626#M47618</link>
    <description>&lt;P&gt;Thanks I think that solves my problem, I used to use the Zookeeper watcher but it can only get the hbase table modification. &lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 16:18:53 GMT</pubDate>
    <dc:creator>xiaqinglinv5</dc:creator>
    <dc:date>2016-12-01T16:18:53Z</dc:date>
    <item>
      <title>How do Zookeeper save HBase Column and Column Family metadata in Znode?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130621#M47613</link>
      <description>&lt;P&gt;I am trying to write a zookeeper watcher to monitor hbase column family and hbase column modification. &lt;/P&gt;&lt;P&gt;I know Hbase table is saved as a znode under the /table znode, but I did not get much info about how do zookeeper save the metadata of hbase column family and hbase column, so How can I get notified when there is any modification in hbase column family or hbase columns ? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 18:19:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130621#M47613</guid>
      <dc:creator>xiaqinglinv5</dc:creator>
      <dc:date>2016-11-30T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do Zookeeper save HBase Column and Column Family metadata in Znode?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130622#M47614</link>
      <description>&lt;P&gt;Table metadata is stored as table descriptor in the corresponding table directory and is read and altered there itself. I don't think that we have any znode where we keep the information of columnfamily during alter or create table.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 18:28:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130622#M47614</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-11-30T18:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do Zookeeper save HBase Column and Column Family metadata in Znode?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130623#M47615</link>
      <description>&lt;P&gt;Where is that table directory? Is it also in Zookeeper？ &lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 18:58:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130623#M47615</guid>
      <dc:creator>xiaqinglinv5</dc:creator>
      <dc:date>2016-11-30T18:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do Zookeeper save HBase Column and Column Family metadata in Znode?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130624#M47616</link>
      <description>&lt;P&gt;it is in hdfs and if you are using HDP then it may be under /apps/hbase/data/data/&amp;lt;namespace&amp;gt;/&amp;lt;tableName&amp;gt;/.tabledesc/&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 19:05:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130624#M47616</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-11-30T19:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do Zookeeper save HBase Column and Column Family metadata in Znode?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130625#M47617</link>
      <description>&lt;P&gt;The best way to observe and run custom logic when a table is modified would be to write a master coprocessor. Your MasterObserver will be called before and after any table is modified (see &lt;A href="https://hbase.apache.org/book.html#cp)" target="_blank"&gt;https://hbase.apache.org/book.html#cp)&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;However, unlike column families, columns in HBase are not predefined. So you cannot observe column changes since there is no fixed "schema". Please read up on the HBase data model. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 03:38:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130625#M47617</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2016-12-01T03:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do Zookeeper save HBase Column and Column Family metadata in Znode?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130626#M47618</link>
      <description>&lt;P&gt;Thanks I think that solves my problem, I used to use the Zookeeper watcher but it can only get the hbase table modification. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 16:18:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-Zookeeper-save-HBase-Column-and-Column-Family/m-p/130626#M47618</guid>
      <dc:creator>xiaqinglinv5</dc:creator>
      <dc:date>2016-12-01T16:18:53Z</dc:date>
    </item>
  </channel>
</rss>

