<?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 interview questions and answers for experienced - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/hive-interview-questions-and-answers-for-experienced/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/hive-interview-questions-and-answers-for-experienced/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 13 Sep 2021 06:07:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>hive interview questions and answers for experienced - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/hive-interview-questions-and-answers-for-experienced/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the difference between a normal hive table and hive table stored as ORC ?</title>
		<link>https://www.wikitechy.com/interview-questions/hive/what-is-the-difference-between-a-normal-hive-table-and-hive-table-stored-as-orc/</link>
					<comments>https://www.wikitechy.com/interview-questions/hive/what-is-the-difference-between-a-normal-hive-table-and-hive-table-stored-as-orc/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 21:51:40 +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[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[different file formats in hive]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[hive advanced interview questions]]></category>
		<category><![CDATA[hive columnar storage]]></category>
		<category><![CDATA[hive file format comparison]]></category>
		<category><![CDATA[hive interview questions and answers for experienced]]></category>
		<category><![CDATA[hive query based interview questions]]></category>
		<category><![CDATA[hive scenario based interview questions]]></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[managed table vs external table in hive]]></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[rc file format in hive]]></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[text file format in hive]]></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[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=584</guid>

					<description><![CDATA[Answer : Hive data is organized into Databases....]]></description>
										<content:encoded><![CDATA[<h2 id="difference-between-a-normal-hive-table-and-hive-table-stored-as-orc" class="color-green">Difference between a normal hive table and hive table stored as ORC</h2>
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Normal hive table</th>
<th>Hive table stored as orc</th>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive data is organized into Databases:<br />
Namespaces function to avoid naming conflicts for tables,<br />
views, partitions, columns, and so on.</td>
<td class="text-leftalign" align="justify">It produce efficient way to store Hive data.It designed to overcome the drawback of others Hive file formats Using Optimized Row Columnar files improves speed when Hive is reading, writing, and processing data.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Databases can also be used to enforce security for a<br />
user or group of users.</td>
<td class="text-leftalign" align="justify">Advantages- Single file as the output of each task, that reduces the NameNode&#8217;s load.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">There are two types of tables in Hive,<br />
one is Managed table and second is external table.<br />
The difference is, when you drop a table,<br />
if it is managed table hive deletes both data and meta data,<br />
if it is external table Hive<br />
only deletes metadata.</td>
<td class="text-leftalign" align="justify">An Optimized Row Columnar file contains types of data define as stripes,along with information in a file footer. At the end of the file a postscript holds compression parameters and the size of the compressed footer.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">It damage how data is loaded,<br />
controlled, and managed in Hive ;By use external<br />
tables when the data is also used outside of Hive.</td>
<td class="text-leftalign" align="justify">Default stripe size is 250 MB. large stripe sizes enable large, efficient reads from HDFS.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">The data files are read and processed by an existing<br />
program that doesn&#8217;t lock the files. Data needs to<br />
remain in the underlying location even after a DROP</td>
<td class="text-leftalign" align="justify">File footer having a list of stripes and number of rows,each columns contains count, min, max, and sum.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Storing data in Hive is nothing but<br />
storing data in HDFS (Hadoop).</td>
<td class="text-leftalign" align="justify">The stripe file footer contains a directory of stream locations.Row data is used in table scans</td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/hive/what-is-the-difference-between-a-normal-hive-table-and-hive-table-stored-as-orc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is DDL statement in hive ?</title>
		<link>https://www.wikitechy.com/interview-questions/hive/what-is-ddl-statement-in-hive/</link>
					<comments>https://www.wikitechy.com/interview-questions/hive/what-is-ddl-statement-in-hive/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 21:19:35 +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[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[create statement]]></category>
		<category><![CDATA[ddl commands in database]]></category>
		<category><![CDATA[ddl statements]]></category>
		<category><![CDATA[ddl statements in sql]]></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 case statement]]></category>
		<category><![CDATA[hive ddl]]></category>
		<category><![CDATA[hive ddl commands]]></category>
		<category><![CDATA[hive dml]]></category>
		<category><![CDATA[hive interview]]></category>
		<category><![CDATA[hive interview questions]]></category>
		<category><![CDATA[hive interview questions and answers]]></category>
		<category><![CDATA[hive interview questions and answers for experienced]]></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[interview questions on hive]]></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[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=563</guid>

					<description><![CDATA[Answer : The outline of the database schema typically change by SQL statements they are creating, deleting]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="ddl-statement-in-hive" class="color-green" style="text-align: justify;">DDL statement in hive</h2>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img fetchpriority="high" decoding="async" class="alignnone size-medium aligncenter" src="https://cdn.wikitechy.com/interview-questions/hive/webhcat-arch.png" alt="webhcat server" width="779" height="408" /></div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="ddl-data-definition-language" class="color-green">DDL (Data Definition Language):</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The outline of the database schema typically change by SQL statements they are creating, deleting, or modifying schema objects such as databases, tables, and views.</li>
<li>Most statements starts with the keywords CREATE, DROP, or ALTER.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="some-of-data-definition-language-statements-are" class="color-green">Some of Data Definition Language statements are:</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>CREATE &#8211; To create an object.</li>
<li>ALTER &#8211; To alter the structure of the existing object·</li>
<li>DROP &#8211; It used to delete objects.</li>
<li>TRUNCATE &#8211; Remove all records from a table, including spaces.</li>
<li>MSCK REPAIR TABLE &#8211; Refresh metadata information.</li>
</ul>
</div>
</div>
<p style="text-align: justify;">The DML statement define as INSERT statement, it involves metadata that must be have nodes, and is also damage the SYNC_DDL query option.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/hive/what-is-ddl-statement-in-hive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is system registry hive ?</title>
		<link>https://www.wikitechy.com/interview-questions/hive/what-is-system-registry-hive/</link>
					<comments>https://www.wikitechy.com/interview-questions/hive/what-is-system-registry-hive/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 21:16:39 +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[Collabera Technologies interview questions and answers]]></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 interview questions and answers for experienced]]></category>
		<category><![CDATA[hive query based interview questions]]></category>
		<category><![CDATA[hive scenario based interview questions]]></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[load registry hive]]></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[registry hive location]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[sam registry hive]]></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[unable to load the specified offline registry hive]]></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[windows registry hives]]></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=561</guid>

					<description><![CDATA[Answer : The logical group of keys, subkeys, and values in the registry that has a set of supporting files containing backups of its data is called as Hive.]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="system-registry-hive" class="color-green" style="text-align: justify;">System registry hive</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The logical group of keys, subkeys, and values in the registry that has a set of supporting files containing backups of its data is called as Hive.</li>
<li>Each time a new user logs on to a computer, a new hive is created for that user with a separate file for the user profile. This is called the user profile hive.</li>
<li>It supports for files containing backups of the data and logical group of keys, subkeys, values in the registry.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/hive/what-is-system-registry-hive.png" alt="what is system registry hive" width="548" height="475" /></div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The two formats contain the registry files: standard and latest.</li>
</ul>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="standard">Standard</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The standard format is supported by Windows 2000. It is also supported by new versions of Windows for backward compatibility.</li>
</ul>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="latest">Latest</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The latest format is supported starting with Windows XP.</li>
<li>Windows version that support the latest format, but hives use the standard format: <b>HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE\SAM, HKEY_LOCAL_MACHINE\Security, and HKEY_USERS\.DEFAULT;</b> all other hives use the latest format.</li>
</ul>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Maximum the supporting files for the hives are in the <code>%SystemRoot%\System32\Config</code> directory. These files are updated each time a user logs on.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="list-of-standard-hive-and-their-suppoting-files" class="color-purple">List of Standard hive and their suppoting files</h2>
</div>
</div>
<div class="ImageContent">
<div class="hddn"><img decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/hive/registry-hives-in-standard-format.png" alt="registry hives in standard format" width="650" height="406" /></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/hive/what-is-system-registry-hive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is hive ?</title>
		<link>https://www.wikitechy.com/interview-questions/hive/what-is-hive/</link>
					<comments>https://www.wikitechy.com/interview-questions/hive/what-is-hive/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 21:09:15 +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[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[data of partitioned columns in hive is physically present]]></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[hadoop hive interview questions]]></category>
		<category><![CDATA[hadoop hive interview questions and answers]]></category>
		<category><![CDATA[highest level data model in hive]]></category>
		<category><![CDATA[hive can be used for real time queries]]></category>
		<category><![CDATA[hive interview]]></category>
		<category><![CDATA[hive interview questions]]></category>
		<category><![CDATA[hive interview questions and answers]]></category>
		<category><![CDATA[hive interview questions and answers for experienced]]></category>
		<category><![CDATA[hive scenario based interview questions]]></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[interview questions on hive]]></category>
		<category><![CDATA[maximum size of string in hive]]></category>
		<category><![CDATA[Mindtree interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[pig interview questions]]></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[what is a hive]]></category>
		<category><![CDATA[what is a hive file]]></category>
		<category><![CDATA[what is hive allergy]]></category>
		<category><![CDATA[what is hive in hadoop]]></category>
		<category><![CDATA[what is pig in hadoop]]></category>
		<category><![CDATA[whats a hive]]></category>
		<category><![CDATA[whats hive]]></category>
		<category><![CDATA[whats hives]]></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=548</guid>

					<description><![CDATA[Answer : Hive is a component of Hortonworks Data Platform(HDP).]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="hive" class="color-purple" style="text-align: justify;">Hive</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Hive is a component of Hortonworks Data Platform(HDP).</li>
<li>Hive provides a SQL interface to data stored in HDP.</li>
<li>Hive has 3 main functions:</li>
</ul>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li style="list-style-type: none;">
<ul>
<li>Data Summarization</li>
<li>Query</li>
<li>Analysis.</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>It supports queries expressed language called HiveQL, which automatically translates SQL like queries into MapReduce jobs executed on Hadoop.</li>
<li>It also enables data serialization and increases flexibility in schema architecture including a system catalog called Hive Metastore.</li>
</ul>
</div>
</div>
<div class="text-center row" style="text-align: justify;"></div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="architecture-of-hive" class="color-purple">Architecture of hive :</h2>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/Hive/what-is-hive.png" alt="what is hive" width="520" height="373" /></div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="features-of-hive" class="color-purple">Features of hive:</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Different storage such as plain text, RCFile, ORC, HBase, and others.</li>
<li>Pre-defined functions (UDFs) to manipulate dates, strings, and other data-mining tools.</li>
<li>Hive supports extending the UDF set to handle use-cases not supported by built-in functions.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="limitations-of-hive" class="color-purple">Limitations of Hive:</h2>
</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">Hive supports overwriting or hold data, but not updates and deletes.</li>
<li style="text-align: justify;">In Hive, sub queries are not supported</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/hive/what-is-hive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
