Trending MapReduce Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
khageswar rao Battala's image
Question added by khageswar rao Battala Software Engineer Proven Technologies and Services Pvt Ltd
7 years ago
Answers:
9
Followers:
Views:
325
Vote Count:
1
Answer should contain a minimum of 25 characters.
Ebrahim Alhussam's image
Question added by Ebrahim Alhussam Marketing Manger - Social Media and ERP Fission Technology
9 years ago
Answers:
6
Followers:
Views:
169
Vote Count:
0
Answer should contain a minimum of 25 characters.
mohammad feroz feroz's image  
Answer added by  mohammad feroz feroz, Software Designer, Royal Bank of Scotland
8 years ago

hdfs involve extensive disk i/o in its mapreduce process. Therefore if the number of nodes are high, parallelism will be high and query will be efficient. On the other ha ... See More

Ahmed Lateef's image  
Answer added by  Ahmed Lateef, Member Technical Services, eBay
5 years ago

It depends - if you have partitioning/bucketing defined on tables. And if so how have you used / defined them. The whole idea is (large) that for  table join you need to ... See More

Amanul Islam Khan's image  
Answer added by  Amanul Islam Khan, Programmer Analyst, Cognizant Tech Solutions
6 years ago

Hash Partion is the default partioner in hadoop which is handled by Hadoop internally if no partioner has been defined.

Default profile image  
Answer added by  Shekh Firoz Alam , Senior Data Engineer, Innovative solutions
6 years ago

Yes Is is.go for Hbase or Cassandra

Shamrooque R P's image  
Answer added by  Shamrooque R P, Apps Systems Engineer 6, wells fargo
7 years ago

Hash partitioning which is the dafault partitioning in hadoop.

Ravindra Singh's image  
Answer added by  Ravindra Singh, Data Engineer, Confidential
7 years ago

Default Partitioner which buckets keys using a hash function is used.

Sneha Nair's image  
Answer added by  Sneha Nair, Hadoop Developer, Techdata Solutions
7 years ago

Hashing would be used by default else write code to make it as key and set it in mapper class