Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the differences between PIG and HIVE?



What are the differences between PIG and HIVE?..

Answer / Peeush Prakash Saxena

{"PIG": {"Origin": "Apache", "Dataflow Language": "Domain Specific Language (DSL)"}, "HIVE": {"Origin": "Facebook", "Dataflow Language": "SQL-like"}. Differences between PIG and HIVE are:n1. Query Language: PIG uses its own data flow language for writing scripts, whereas HIVE uses SQL-like queries.n2. Performance: HIVE is faster than PIG due to its use of native SQL queries, optimized for batch processing in MapReduce.n3. Schema Handling: In Hive, schema needs to be defined first, and data should conform to the schema. In Pig, however, schemas can be added dynamically while processing the data.n4. Abstraction Level: PIG provides a higher level of abstraction over Hadoop's MapReduce, making it easier for non-programmers to write complex scripts. HIVE also has lower level abstraction than PIG.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

What is a tuple?

3 Answers  


What is a UDF in Pig?

1 Answers  


What is the primary purpose of the pig in the hadoop architecture?

1 Answers  


What is the use of foreach operation in Pig scripts?

1 Answers  


Explain about the execution pl of a pig script?<Br> or<br> differentiate between the logical and physical plan of an apache pig script?

1 Answers  


Explain about the bloommapfile?

1 Answers  


Write a Pig UDF Example ?

1 Answers  


Explain pigdump function?

1 Answers  


What is bag data type in Pig?

1 Answers  


How do users interact with the shell in apache pig?

1 Answers  


When we write a= load …, what does 'a' called?

1 Answers  


Name the scalar data type and complex data types in Pig?

1 Answers  


Categories