Member since
01-16-2016
2
Posts
0
Kudos Received
0
Solutions
01-21-2016
12:54 AM
I wonder why YARN doesn't support VCORE SPEED in container configuration!
... View more
01-16-2016
10:06 AM
I have this configuration: Hadoop: v2 (Yarn) An input file: Size = 100 GB. 3 Slaves: each has 4 VCORES with Speed = 2 GHz and RAM = 8 GB 5 Slaves: each has 2 VCORES with Speed = 1 GHz and RAM = 2 GB MapReduce program: WordCount How can I minimize WordCount execution time by assigning small input splits to the 5 slower slaves and big input splits to the 3 fastest slaves?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache YARN
-
MapReduce