<?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>pig vs mapreduce - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/pig-vs-mapreduce/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/pig-vs-mapreduce/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Tue, 14 Sep 2021 11:25:08 +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>pig vs mapreduce - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/pig-vs-mapreduce/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the difference between hive and pig ?</title>
		<link>https://www.wikitechy.com/interview-questions/hive/what-is-the-difference-between-hive-and-pig/</link>
					<comments>https://www.wikitechy.com/interview-questions/hive/what-is-the-difference-between-hive-and-pig/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 22:18:37 +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 advanced interview questions]]></category>
		<category><![CDATA[hive can be installed in]]></category>
		<category><![CDATA[hive query based interview questions]]></category>
		<category><![CDATA[hive scenario based interview questions]]></category>
		<category><![CDATA[hive vs pig vs hbase]]></category>
		<category><![CDATA[hive vs pig vs spark]]></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[joins in pig and hive]]></category>
		<category><![CDATA[Mindtree interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[pig and hive tutorial]]></category>
		<category><![CDATA[pig interview questions and answers for experienced]]></category>
		<category><![CDATA[pig vs hive performance]]></category>
		<category><![CDATA[pig vs mapreduce]]></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=600</guid>

					<description><![CDATA[Answer : Hive is used by data analysts...]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="difference-between-hive-and-pig" class="color-green">Difference between hive and pig</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Hive</th>
<th>pig</th>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive is used by data analysts.</td>
<td class="text-leftalign" align="justify">Pig Hadoop Component is generally used by Researchers and Programmers.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive is used in structured Data</td>
<td class="text-leftalign" align="justify">Pig Hadoop Component is used for semi structured data.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive Hadoop Component has a<br />
declarative SQL language (HiveQL).</td>
<td class="text-leftalign" align="justify">Pig has a procedural data flow language (Pig Latin).</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive uses thrift based server that send queries<br />
and corner directly to the Hive<br />
server which execute them.</td>
<td class="text-leftalign" align="justify">This feature is not available with Pig.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive directly leverages SQL expertise<br />
and thus can be learnt easily.</td>
<td class="text-leftalign" align="justify">Pig is also SQL but varies to a great extent and it will take some time efforts to master Pig.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive not support in Avro.</td>
<td class="text-leftalign" align="justify">Pig supports in Avro.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive Hadoop Component operates<br />
on the server side of any cluster.</td>
<td class="text-leftalign" align="justify">Pig Hadoop Component operates on the client side of any cluster.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive Hadoop Component is mainly<br />
used for creating reports.</td>
<td class="text-leftalign" align="justify">Pig Hadoop Component is mainly used for programming.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive helpful for ETL.</td>
<td class="text-leftalign" align="justify">Pig is a great (Extract, Transform and Load) tool for<br />
big data its powerful transformation and processing capabilities.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">Hive makes use of exact variation of the<br />
SQL DLL language by defining the tables beforehand<br />
and storing the schema details in any local database.</td>
<td class="text-leftalign" align="justify">In Pig there is no dedicated metadata database and the schemas or data types will be defined in script itself.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">The Hive has a provision for partitions so that can<br />
process the subset of data by date<br />
or in an alphabetical order.</td>
<td class="text-leftalign" align="justify">Pig Hadoop component does not have any notion for partitions though might be one can achieve this through filters.</td>
</tr>
<tr>
<td class="text-leftalign" align="justify">It renders users with sample data for each<br />
scenario and each step through<br />
its “Illustrate” function.</td>
<td class="text-leftalign" align="justify">This feature is not incorporated with the Hive Hadoop Component.</td>
</tr>
</tbody>
</table>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/hive/what-is-the-difference-between-hive-and-pig/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the main difference between pig vs hive vs sql ?</title>
		<link>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-main-difference-between-pig-vs-hive-vs-sql/</link>
					<comments>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-main-difference-between-pig-vs-hive-vs-sql/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 08:44:28 +0000</pubDate>
				<category><![CDATA[Apache Pig]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[advantages of hive over sql]]></category>
		<category><![CDATA[Amazon Development Centre India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache pig interview questions]]></category>
		<category><![CDATA[Applied Materials 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[CRISIL LIMITED interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[difference between hive and sql]]></category>
		<category><![CDATA[difference between hive and sql syntax]]></category>
		<category><![CDATA[difference between hive and sqlpig vs mapreduce]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[Exide Industries interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[Hexaware Technologies interview questions and answers]]></category>
		<category><![CDATA[hive vs pig vs hbase]]></category>
		<category><![CDATA[hive vs pig vs spark]]></category>
		<category><![CDATA[hiveql requires that you create the data flow]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[ive vs pig vs spark]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Myntra Designs Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[pig and hive tutorial]]></category>
		<category><![CDATA[pig interview questions]]></category>
		<category><![CDATA[pig interview questions and answers]]></category>
		<category><![CDATA[pig interview questions and answers for experienced]]></category>
		<category><![CDATA[pig interview questions for experienced]]></category>
		<category><![CDATA[Pig Interview Questions for experienced and freshers]]></category>
		<category><![CDATA[pig vs hive comparison]]></category>
		<category><![CDATA[pig vs hive performance]]></category>
		<category><![CDATA[pig vs mapreduce]]></category>
		<category><![CDATA[Prokarma Softech nterview questions and answers]]></category>
		<category><![CDATA[Quintiles interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[Syngene International Limited interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra 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[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=213</guid>

					<description><![CDATA[Answer:Pig does not have a dedicated metadata database. Hive makes use of the exact variation of dedicated SQL-DDL language by defining tables beforehand. 14. It supports Avro file format.]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="difference-between-pig-vs-hive-vs-sql" class="color-green">Difference between pig vs hive vs sql</h2>
</div>
</div>
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Pig</th>
<th>Hive</th>
<th>Sql</th>
</tr>
<tr>
<td class="text-leftalign">Apache Pig also allows developers<br />
to follow multiple query approach,<br />
which reduces the data scan<br />
iterations.</td>
<td class="text-leftalign">Hive statements are similar to<br />
Structured Query Language (SQL)<br />
and limitations of Hive Query<br />
Language(HQL) in terms of<br />
the commands that it<br />
understands, it is still very useful.</td>
<td class="text-leftalign">Structured Query Language has been a programmer’s companion for decades. It was the real solution for extractingdata for further processing.</td>
</tr>
<tr>
<td class="text-leftalign">PigLatin is procedural to a<br />
large extent.</td>
<td class="text-leftalign">Hive is built with an analytical focus.</td>
<td class="text-leftalign">Structured Query Language is Informative.</td>
</tr>
<tr>
<td class="text-leftalign">Pig requires that programmers<br />
to learn something on top of<br />
structured query language(SQL).</td>
<td class="text-leftalign">Hive provides an open source<br />
implementation of MapReduce.</td>
<td class="text-leftalign">Structured Query Language demand of storing data<br />
in a strict relational database<br />
schemas and its declarative nature often deflects<br />
focus from the ultimate purpose to extract data for analysis.</td>
</tr>
<tr>
<td class="text-leftalign">It offers a number of advantages<br />
in terms of declaring execution plans<br />
Extract, transform, load(ETL)<br />
routines and pipeline modification.</td>
<td class="text-leftalign">Hive lacks update and delete<br />
functions but is superfast in reading<br />
and processing huge volumes of data<br />
faster than SQL.</td>
<td class="text-leftalign">The DBMS systems that SQL operates on,<br />
are considered to be faster than MapReduce.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-main-difference-between-pig-vs-hive-vs-sql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the difference between Pig, Hive and HBase ?</title>
		<link>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hbase/</link>
					<comments>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hbase/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 08:40:35 +0000</pubDate>
				<category><![CDATA[Apache Pig]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Amazon Development Centre India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache pig interview questions]]></category>
		<category><![CDATA[apache pig interview questions and answers]]></category>
		<category><![CDATA[Applied Materials 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[CRISIL LIMITED interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[difference between hbase and hdfs]]></category>
		<category><![CDATA[difference between hive and nosql]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[Exide Industries interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[hbase vs hive vs cassandra]]></category>
		<category><![CDATA[Hexaware Technologies interview questions and answers]]></category>
		<category><![CDATA[hive vs hbase performance]]></category>
		<category><![CDATA[hive vs mapreduce performance]]></category>
		<category><![CDATA[hive vs pig vs spark]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Myntra Designs Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[pig and hive tutorial]]></category>
		<category><![CDATA[pig interview questions]]></category>
		<category><![CDATA[pig interview questions and answers]]></category>
		<category><![CDATA[pig interview questions and answers for experienced]]></category>
		<category><![CDATA[pig vs hive comparison]]></category>
		<category><![CDATA[pig vs hive performance]]></category>
		<category><![CDATA[pig vs mapreduce]]></category>
		<category><![CDATA[Prokarma Softech nterview questions and answers]]></category>
		<category><![CDATA[Quintiles interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[Syngene International Limited interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[use cases of apache pig]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=211</guid>

					<description><![CDATA[Answer:It is used for semi structured data.	,Hive is query engine,HBase is a data storage particularly for unstructured data.]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="difference-between-pig-hive-and-hbase" class="color-green">Difference between Pig, Hive and HBase</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Pig</th>
<th>Hive</th>
<th>Hbase</th>
</tr>
<tr>
<td class="text-leftalign">It is used for semi structured data.</td>
<td class="text-leftalign">Hive is query engine</td>
<td class="text-leftalign">HBase is a data storage particularly for unstructured data.</td>
</tr>
<tr>
<td class="text-leftalign">Pig Hadoop Component is generally<br />
used by Researchers and Programmers.</td>
<td class="text-leftalign">Apache Hive is mainly used for<br />
batch processing i.e. OLAP<br />
and creating reports.</td>
<td class="text-leftalign">HBase is extensively used for transactional processing where in the response time of the query is not highly interactive i.e. OLTP</td>
</tr>
<tr>
<td class="text-leftalign">Pig Hadoop Component operates on<br />
the client side of any cluster.</td>
<td class="text-leftalign">Hive Hadoop Component operates on<br />
the server side of any cluster.</td>
<td class="text-leftalign">Operations in HBase are run in real-time on the database</td>
</tr>
<tr>
<td class="text-leftalign">Avro supported for Pig.</td>
<td class="text-leftalign">Hive does not support Avro.</td>
<td class="text-leftalign">The client which is reading/writing the data has to deal with the avro schemas, after HBase delivered the raw data to it.</td>
</tr>
<tr>
<td class="text-leftalign">Pig Hadoop is a great ETL tool<br />
for big data because of its powerful<br />
transformation and processing<br />
capabilities.</td>
<td class="text-leftalign">Hive Hadoop Component is helpful<br />
for ETL.</td>
<td class="text-leftalign">Hbase Component is helpful for ETL.</td>
</tr>
<tr>
<td class="text-leftalign">Pig are high-level languages that<br />
compile to MapReduce.</td>
<td class="text-leftalign">Hive is also a high-level languages<br />
that compile to MapReduce.</td>
<td class="text-leftalign">HBase allows Hadoop to support the transactions on key value pairs.</td>
</tr>
<tr>
<td class="text-leftalign">Pig is also SQL-like but varies to<br />
a great extent and thus it will<br />
take some time efforts to master Pig.</td>
<td class="text-leftalign">Hive directly leverages SQL expertise<br />
and thus can be learnt easily.</td>
<td class="text-leftalign">HBase allows you to do quick random versus scan all of data sequentially, do insert/update/delete from middle, and not just add/append.</td>
</tr>
</tbody>
</table>
<div class="text-center row">
<div class="col-sm-12">
<div id="bsa-zone_1590522538159-8_123456"></div>
</div>
</div>
<div class="hddn"><img fetchpriority="high" decoding="async" class="alignnone size-medium aligncenter" src="https://cdn.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hbase.png" width="595" height="336" /></div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hbase/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the difference between Pig and Sqoop in Hadoop ?</title>
		<link>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-and-sqoop-in-hadoop/</link>
					<comments>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-and-sqoop-in-hadoop/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 08:36:31 +0000</pubDate>
				<category><![CDATA[Apache Pig]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Amazon Development Centre India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache pig interview questions]]></category>
		<category><![CDATA[apache pig interview questions and answers]]></category>
		<category><![CDATA[Applied Materials 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[CRISIL LIMITED interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[difference between sqoop and hive]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[Exide Industries interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[hadoop pig interview questions]]></category>
		<category><![CDATA[Hexaware Technologies interview questions and answers]]></category>
		<category><![CDATA[hive can be used for real time queries]]></category>
		<category><![CDATA[hive vs mapreduce performance]]></category>
		<category><![CDATA[hive vs pig vs hbase]]></category>
		<category><![CDATA[hive vs pig vs spark]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Myntra Designs Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[pig and hive tutorial]]></category>
		<category><![CDATA[pig hive sqoop flume]]></category>
		<category><![CDATA[pig interview questions]]></category>
		<category><![CDATA[pig interview questions and answers]]></category>
		<category><![CDATA[pig practice questions]]></category>
		<category><![CDATA[pig vs hive comparison]]></category>
		<category><![CDATA[pig vs hive performance]]></category>
		<category><![CDATA[pig vs mapreduce]]></category>
		<category><![CDATA[pig vs sql]]></category>
		<category><![CDATA[pig vs sqlhive vs pig vs hbase]]></category>
		<category><![CDATA[Prokarma Softech nterview questions and answers]]></category>
		<category><![CDATA[Quintiles interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[Syngene International Limited interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra 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[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=209</guid>

					<description><![CDATA[Answer:Apache Pig is a tool for analytics which is used to
analyze data stored in HDFS.	Apache Sqoop is a tool to importing structured data from RDBMS to HDFS or exporting data from HDFS to RDBMS.]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="difference-between-pig-and-sqoop-in-hadoop" class="color-green">Difference between Pig and Sqoop in Hadoop</h2>
</div>
</div>
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Pig</th>
<th>Sqoop</th>
</tr>
<tr>
<td class="text-leftalign">Apache Pig is a tool for analytics which is used to<br />
analyze data stored in HDFS.</td>
<td class="text-leftalign">Apache Sqoop is a tool to importing structured data from RDBMS to HDFS or exporting data from HDFS to RDBMS.</td>
</tr>
<tr>
<td class="text-leftalign">We can import the data from Sql databases into<br />
hive rather than NoSql Databases.</td>
<td class="text-leftalign">It can integrate with any external data sources with HDFS i.e Sql , NoSql and Data warehouses as well using this tool at the same time we export it as well since this can be used as bi-directional ways</td>
</tr>
<tr>
<td class="text-leftalign">Pig can be used for following purposes ETL<br />
data pipeline, Research on raw data.</td>
<td class="text-leftalign">Important Sqoop control commands to import RDBMS data are Append, Columns and Where</td>
</tr>
<tr>
<td class="text-leftalign">The pig Metastore stores all info about the tables.<br />
And we can execute spark sql queries because spark<br />
can interact with pig Metastore.</td>
<td class="text-leftalign">Sqoop metastore is a tool for using hosts in a shared metadata repository. Multiple users and remote users can define and execute saved jobs defined in metastore.</td>
</tr>
<tr>
<td class="text-leftalign">The scalar data types in pig are int, float,<br />
double, long, chararray, and bytearray. The complex data<br />
types in Pig are map, tuple, and bag.</td>
<td class="text-leftalign">It basically converts CHAR(x), VARCHAR(x), NUMERIC(x,y) to string (with lengh 32767), and it converts DATETIME to BIGINT.</td>
</tr>
</tbody>
</table>
<div class="text-center row">
<div class="col-sm-12">
<div id="bsa-zone_1590522538159-8_123456"></div>
</div>
</div>
<div class="ImageContent">
<div class="hddn"><img fetchpriority="high" decoding="async" class="alignnone size-medium aligncenter" src="https://cdn.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hbase.png" width="595" height="336" /></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-and-sqoop-in-hadoop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the difference between Pig,Hive and Hadoop ?</title>
		<link>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hadoop/</link>
					<comments>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hadoop/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 08:18:28 +0000</pubDate>
				<category><![CDATA[Apache Pig]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Amazon Development Centre India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache pig interview questions]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Best Apache Pig Interview Questions]]></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[CRISIL LIMITED interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[Exide Industries interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[Hexaware Technologies interview questions and answers]]></category>
		<category><![CDATA[hive can be used for real time queries]]></category>
		<category><![CDATA[hive vs mapreduce performance]]></category>
		<category><![CDATA[hive vs pig vs hbase]]></category>
		<category><![CDATA[hive vs pig vs spark]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Myntra Designs Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[pig and hive tutorial]]></category>
		<category><![CDATA[pig interview questions]]></category>
		<category><![CDATA[pig interview questions and answers]]></category>
		<category><![CDATA[pig interview questions and answers for experienced]]></category>
		<category><![CDATA[pig interview questions for experienced]]></category>
		<category><![CDATA[Pig Interview Questions for experienced and freshers]]></category>
		<category><![CDATA[pig practice questions]]></category>
		<category><![CDATA[pig vs hive comparison]]></category>
		<category><![CDATA[pig vs hive performance]]></category>
		<category><![CDATA[pig vs mapreduce]]></category>
		<category><![CDATA[pig vs sql]]></category>
		<category><![CDATA[pig vs sqlhive vs pig vs hbase]]></category>
		<category><![CDATA[Prokarma Softech nterview questions and answers]]></category>
		<category><![CDATA[Quintiles interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[Syngene International Limited interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra 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[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=203</guid>

					<description><![CDATA[Answer:Apache Pig is a high-level,Apache Hive is a data warehouse
software project,Open-source software framework]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="difference-between-pighive-and-hadoop" class="color-green">Difference between Pig,Hive and Hadoop</h2>
</div>
</div>
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Pig</th>
<th>Hive</th>
<th>Hadoop</th>
</tr>
<tr>
<td class="text-leftalign">Apache Pig is a high-level<br />
platform for creating programs<br />
it runs on Apache Hadoop.</td>
<td class="text-leftalign">Apache Hive is a data warehouse<br />
software project built on top of<br />
Apache Hadoop for providing<br />
data query, and<br />
analysis.</td>
<td class="text-leftalign">Open-source software framework for distributed storage and processing dataset of big data using the MapReduce programming model.</td>
</tr>
<tr>
<td class="text-leftalign">Pig Latin extracts the programming<br />
from the Java MapReduce phrase<br />
into a code which creates<br />
MapReduce programming high level.</td>
<td class="text-leftalign">Hive provides the SQL<br />
abstraction to integrate<br />
SQL-like queries (HiveQL).<br />
The underlying Java without<br />
we need to implement queries in the<br />
low-level Java API.</td>
<td class="text-leftalign">The Hadoop Common package for Java ARchive (JAR) files and scripts needed to start Hadoop.</td>
</tr>
<tr>
<td class="text-leftalign">Pig basically has 2 parts:<br />
the Pig Interpreter and the<br />
language, PigLatin</td>
<td class="text-leftalign">It provides us data warehousing<br />
facilities on top of an<br />
existing Hadoop cluster.</td>
<td class="text-leftalign">Hadoop is basically two things:Hadoop Distributed File System (HDFS) +a Computation or Processing framework (MapReduce).</td>
</tr>
<tr>
<td class="text-leftalign">Pig makes our life a lot easier,<br />
otherwise writing MapReduce is<br />
always not easy.</td>
<td class="text-leftalign">User can create tables in Hive and<br />
store data there. Along with<br />
that user can even map their<br />
existing HBase tables to Hive<br />
and operate on them.</td>
<td class="text-leftalign">Hadoop is a distributed, scalable,big data store, modelled after Google&#8217;s BigTable.It stores data as key/value pairs.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/apache-pig/what-is-the-difference-between-pig-hive-and-hadoop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
