<?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: Disable 'Download' button in Namenode Web UI in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193091#M73640</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15630/mdhraghavendra.html" nodeid="15630"&gt;@rmr1989&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On the NameNode host you will find a file something like this which has the "download_url" value defined as following:&lt;/P&gt;&lt;PRE&gt;# grep 'Download' /usr/hdp/2.6.1.0-129/hadoop-hdfs/webapps/hdfs/explorer.html
    &amp;lt;a id="file-info-download"&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;- Just change that line as following:&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href=""&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# grep -A 1 'Download' /usr/hdp/2.6.1.0-129/hadoop-hdfs/webapps/hdfs/explorer.html
    &amp;lt;!--a id="file-info-download"&amp;gt;Download&amp;lt;/a--&amp;gt;
    &amp;lt;a href=""&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;(OR) Better&lt;/STRONG&gt;&lt;BR /&gt;Simply remove that following line from the file (Or comment it) &lt;/P&gt;&lt;PRE&gt;&amp;lt;a id="file-info-download"&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; This change you will need to do on both Active NameNode and StandBy NameNode.  You do not need to restart NameNodes after making this HTML change. Just refresh the browser.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 21:28:20 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2018-01-18T21:28:20Z</dc:date>
    <item>
      <title>Disable 'Download' button in Namenode Web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193090#M73639</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any way to disable the 'Download' button in Namenode web UI ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:28:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193090#M73639</guid>
      <dc:creator>mdh_raghavendra</dc:creator>
      <dc:date>2018-01-18T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disable 'Download' button in Namenode Web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193091#M73640</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15630/mdhraghavendra.html" nodeid="15630"&gt;@rmr1989&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On the NameNode host you will find a file something like this which has the "download_url" value defined as following:&lt;/P&gt;&lt;PRE&gt;# grep 'Download' /usr/hdp/2.6.1.0-129/hadoop-hdfs/webapps/hdfs/explorer.html
    &amp;lt;a id="file-info-download"&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;- Just change that line as following:&lt;/P&gt;&lt;PRE&gt;&amp;lt;a href=""&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# grep -A 1 'Download' /usr/hdp/2.6.1.0-129/hadoop-hdfs/webapps/hdfs/explorer.html
    &amp;lt;!--a id="file-info-download"&amp;gt;Download&amp;lt;/a--&amp;gt;
    &amp;lt;a href=""&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;(OR) Better&lt;/STRONG&gt;&lt;BR /&gt;Simply remove that following line from the file (Or comment it) &lt;/P&gt;&lt;PRE&gt;&amp;lt;a id="file-info-download"&amp;gt;Download&amp;lt;/a&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; This change you will need to do on both Active NameNode and StandBy NameNode.  You do not need to restart NameNodes after making this HTML change. Just refresh the browser.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 21:28:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193091#M73640</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-18T21:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disable 'Download' button in Namenode Web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193092#M73641</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks it worked well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 15:28:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Disable-Download-button-in-Namenode-Web-UI/m-p/193092#M73641</guid>
      <dc:creator>mdh_raghavendra</dc:creator>
      <dc:date>2018-01-19T15:28:11Z</dc:date>
    </item>
  </channel>
</rss>

