<?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: Namenode and Datanode Plugin in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32774#M8391</link>
    <description>Could you share where you read this, would give us some context.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Oct 2015 06:44:38 GMT</pubDate>
    <dc:creator>GautamG</dc:creator>
    <dc:date>2015-10-08T06:44:38Z</dc:date>
    <item>
      <title>Namenode and Datanode Plugin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32773#M8390</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was going through the namenode and datanode configuration and found that there is a way to add plugin to both of them.&lt;/P&gt;&lt;P&gt;I did some searching but could not find any relevant information. &amp;nbsp;Does anyone know, what is a namenode plugin and datanode plugin?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sebin&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:42:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32773#M8390</guid>
      <dc:creator>sebin.john</dc:creator>
      <dc:date>2015-10-08T06:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Namenode and Datanode Plugin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32774#M8391</link>
      <description>Could you share where you read this, would give us some context.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2015 06:44:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32774#M8391</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2015-10-08T06:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Namenode and Datanode Plugin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32778#M8392</link>
      <description>if you go to hdfs configurations and search for plugin&lt;BR /&gt;two configurations will come up&lt;BR /&gt;- dfs.namenode.plugins.list&lt;BR /&gt;- dfs.datanode.plugins.list&lt;BR /&gt;&lt;BR /&gt;What are these two?&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:37:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32778#M8392</guid>
      <dc:creator>sebin.john</dc:creator>
      <dc:date>2015-10-08T09:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Namenode and Datanode Plugin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32785#M8393</link>
      <description>&lt;P&gt;I'm not aware of any examples of such plugins, but found some details looking through the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plugins should implement the org.apache.hadoop.util.ServicePlugin Java interface, and you can find the code for that here: &lt;A href="https://github.com/cloudera/hadoop-common/blob/cdh5-2.6.0_5.4.7/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ServicePlugin.java." target="_blank"&gt;https://github.com/cloudera/hadoop-common/blob/cdh5-2.6.0_5.4.7/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ServicePlugin.java.&lt;/A&gt; It says "Service plug-ins may be used to expose functionality of datanodes or namenodes using arbitrary RPC protocols". Basically the service will read in the class name(s), instantiate them, and then call the start() method and pass it a reference to the service. You can then do whatever you want, and it will later call stop() on the plugin when things are shutting down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The are other ways to write plugins for Hadoop. Sentry's HDFS support is implemented as a plugin, but it's a more specific type of authorization plugin, rather than a class that's just started and stopped along with the service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:13:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32785#M8393</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-10-08T14:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Namenode and Datanode Plugin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32865#M8394</link>
      <description>I think this is the answer to the question.&lt;BR /&gt;Can I ask if this is already implemented by some classes? I would love to get some more info on this.&lt;BR /&gt;&lt;BR /&gt;Thanks Sean</description>
      <pubDate>Sat, 10 Oct 2015 06:44:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32865#M8394</guid>
      <dc:creator>sebin.john</dc:creator>
      <dc:date>2015-10-10T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Namenode and Datanode Plugin</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32978#M8395</link>
      <description>&lt;P&gt;I had a quick search around on Github for anything that implements this, and couldn't find anything I'm afraid. Pretty sure Cloudera's product line doesn't include any such plugins...&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 18:55:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Namenode-and-Datanode-Plugin/m-p/32978#M8395</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2015-10-14T18:55:07Z</dc:date>
    </item>
  </channel>
</rss>

