<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hive external table location - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/hive-external-table-location/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/hive-external-table-location/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 13 Sep 2021 04:47:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>hive external table location - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/hive-external-table-location/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the location where “Hive” stores table data ?</title>
		<link>https://www.wikitechy.com/interview-questions/hive/what-is-the-location-where-hive-stores-table-data/</link>
					<comments>https://www.wikitechy.com/interview-questions/hive/what-is-the-location-where-hive-stores-table-data/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 21:51:17 +0000</pubDate>
				<category><![CDATA[Hive]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Altimetrik India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[ANI Technologies Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[check if table exists in hive]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[create external table hive]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[hive database location]]></category>
		<category><![CDATA[hive external table location]]></category>
		<category><![CDATA[hive interview questions]]></category>
		<category><![CDATA[hive query based interview questions]]></category>
		<category><![CDATA[hive scenario based interview questions]]></category>
		<category><![CDATA[hive show database location]]></category>
		<category><![CDATA[hive show external table location]]></category>
		<category><![CDATA[hive show table location]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Impetus Technologies interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Mindtree interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[R Systems interview questions and answers]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[Synechron Te interview questions and answers]]></category>
		<category><![CDATA[Tata Consultancy Service interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Trigent Software interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[where does hive store data]]></category>
		<category><![CDATA[where does hive store metadata]]></category>
		<category><![CDATA[Wipro Infotech interview questions and answers]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Yash Technologies interview questions and answers]]></category>
		<category><![CDATA[Yodlee Infotech Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=582</guid>

					<description><![CDATA[Answer : The default location of the hive table is....]]></description>
										<content:encoded><![CDATA[<h2 id="hive-stores-table-data" class="color-green" style="text-align: justify;">&#8220;Hive&#8221; stores table data</h2>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img fetchpriority="high" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/hive/hive-architecture.png" alt="hive architecture" width="960" height="720" /></div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">The default location of the hive table is: <code>/user/hive/warehouse/databasename</code></li>
<li style="text-align: justify;">Go to in browser, it will take to a page with a Browse the filesystem link.</li>
<li style="text-align: justify;">In the <code>$HIVE_HOME/conf</code> directory there is the hive-default.xml and/or hive-site.xml which has the hive.metastore.warehouse.dir property.</li>
<li style="text-align: justify;">That value is where the user want to navigate to after clicking the Browse the filesystem link.</li>
<li style="text-align: justify;">Once the user navigate to that location, they will see the names of their tables.</li>
<li style="text-align: justify;">Clicking on a table name (which is simply a folder) can then expose the partitions of the table.</li>
<li style="text-align: justify;">If you wish access to data, you can use a Hive query and output the result to a file.These will have the exact same structure (divider between columns, ect) because the files on the HDFS.</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/hive/what-is-the-location-where-hive-stores-table-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
