<?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: by mistake I removed /hdp/apps/2.3.4.0-3485 and because of that hive and other services are throwing an error. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158160#M36499</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2273/saurabhmcakiet.html" nodeid="2273"&gt;@Saurabh Kumar&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Please have a look at below documents, this information is useful for recovery&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_upgrading_hdp_manually/content/configure-yarn-mr-22.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_upgrading_hdp_manually/content/configure-yarn-mr-22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_upgrading_hdp_manually/content/start-webhcat-20.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_upgrading_hdp_manually/content/start-webhcat-20.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_upgrading_hdp_manually/content/start-tez-22.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_upgrading_hdp_manually/content/start-tez-22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/upload_pig_hive_sqoop_tarballs_to_hdfs.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/upload_pig_hive_sqoop_tarballs_to_hdfs.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2016 13:41:17 GMT</pubDate>
    <dc:creator>KuldeepK</dc:creator>
    <dc:date>2016-08-01T13:41:17Z</dc:date>
    <item>
      <title>by mistake I removed /hdp/apps/2.3.4.0-3485 and because of that hive and other services are throwing an error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158157#M36496</link>
      <description>&lt;P&gt;Team:&lt;/P&gt;&lt;P&gt;By mistake I removed /hdp/apps/2.3.4.0-3485&lt;STRONG&gt; with -skipTrash&lt;/STRONG&gt; and because of that hive and other services are throwing an error. So is there anyway to restore it or any other alternative.&lt;/P&gt;&lt;P&gt;[root@m1 ranger-hdfs-plugin]# hadoop fs -rmr -skipTrash /hdp/apps/2.3.4.0-3485&lt;/P&gt;&lt;P&gt;rmr: DEPRECATED: Please use 'rm -r' instead.&lt;/P&gt;&lt;P&gt;Deleted /hdp/apps/2.3.4.0-3485&lt;/P&gt;&lt;P&gt;So when I am trying to access to hive it is throwing below error. &lt;/P&gt;&lt;P&gt;[root@m1 admin]# hive&lt;/P&gt;&lt;P&gt;WARNING: Use "yarn jar" to launch YARN applications.&lt;/P&gt;&lt;P&gt;16/07/27 22:05:04 WARN conf.HiveConf: HiveConf of name hive.server2.enable.impersonation does not exist&lt;/P&gt;&lt;P&gt;Logging initialized using configuration in file:/etc/hive/2.3.4.0-3485/0/hive-log4j.properties&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: File does not exist: /hdp/apps/2.3.4.0-3485/tez/tez.tar.gz&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:507)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:32:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158157#M36496</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2022-09-16T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: by mistake I removed /hdp/apps/2.3.4.0-3485 and because of that hive and other services are throwing an error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158158#M36497</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2273/saurabhmcakiet.html" nodeid="2273"&gt;@Saurabh Kumar&lt;/A&gt;&lt;P&gt;One way to fix this particular error is to download the tez.tar.gz file (the version you need) and put it in /hdp/apps/2.3.4.0-3485/tez/. See this link for instructions. But I wonder what else you'll get into. But, I think would be a nice way to try to get out of this particular error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_upgrading_hdp_manually/content/start-tez-22.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_upgrading_hdp_manually/content/start-tez-22.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 22:26:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158158#M36497</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-07-31T22:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: by mistake I removed /hdp/apps/2.3.4.0-3485 and because of that hive and other services are throwing an error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158159#M36498</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt;. Above solution will fix the hive issue but do you know how to get other files as well.&lt;/P&gt;&lt;P&gt;79.1 M   /hdp/apps/2.2.0.0-2041/hive&lt;/P&gt;&lt;P&gt;182.6 M  /hdp/apps/2.2.0.0-2041/mapreduce&lt;/P&gt;&lt;P&gt;92.6 M   /hdp/apps/2.2.0.0-2041/pig&lt;/P&gt;&lt;P&gt;5.2 M    /hdp/apps/2.2.0.0-2041/sqoop&lt;/P&gt;&lt;P&gt;34.8 M   /hdp/apps/2.2.0.0-2041/tez &lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:52:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158159#M36498</guid>
      <dc:creator>SK1</dc:creator>
      <dc:date>2016-08-01T12:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: by mistake I removed /hdp/apps/2.3.4.0-3485 and because of that hive and other services are throwing an error.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158160#M36499</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2273/saurabhmcakiet.html" nodeid="2273"&gt;@Saurabh Kumar&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Please have a look at below documents, this information is useful for recovery&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_upgrading_hdp_manually/content/configure-yarn-mr-22.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_upgrading_hdp_manually/content/configure-yarn-mr-22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_upgrading_hdp_manually/content/start-webhcat-20.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_upgrading_hdp_manually/content/start-webhcat-20.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_upgrading_hdp_manually/content/start-tez-22.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_upgrading_hdp_manually/content/start-tez-22.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/upload_pig_hive_sqoop_tarballs_to_hdfs.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_installing_manually_book/content/upload_pig_hive_sqoop_tarballs_to_hdfs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 13:41:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/by-mistake-I-removed-hdp-apps-2-3-4-0-3485-and-because-of/m-p/158160#M36499</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-08-01T13:41:17Z</dc:date>
    </item>
  </channel>
</rss>

