Are there any problems which can only be solved by MapReduce and cannot be solved by PIG? In which kind of scenarios MR jobs will be more useful than PIG?



Are there any problems which can only be solved by MapReduce and cannot be solved by PIG? In which k..

Answer / Shrinimesh

While many tasks can be accomplished with both Pig and MapReduce, there are certain scenarios where MapReduce might be more suitable due to its lower-level programming capabilities. For instance, when dealing with complex custom logic or integrating with non-Hadoop systems, MapReduce's raw Java code can offer more flexibility compared to Pig's higher-level scripting language. Additionally, MapReduce may provide better performance in cases where fine-grained control over data processing is required.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What will be the output of cast ('XYZ' as INT)?

1 Answers  


What is the difference between CREATE TABLE AND CREATE EXTERNAL TABLE?

1 Answers  


Can we say cogroup is a group of more than 1 data set?

1 Answers  


What are hive operators and its types?

1 Answers  


Is it possible to overwrite Hadoop MapReduce configuration in Hive?

1 Answers  


How to enable buckets in Hive?

1 Answers  


Is it possible to use same metastore by multiple users, in case of embedded hive?

1 Answers  


What is a Hive variable? What for we use it?

0 Answers  


What are the types of hive ddl commands?

1 Answers  


While loading data into a hive table using the load data clause, how do you specify it is a hdfs file and not a local file ?

1 Answers  


Clarify how hive de-serialize and serialize the information?

1 Answers  


When to choose "External Table" in Hive?

0 Answers  


Categories