| Package | Description |
|---|---|
| org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
| Modifier and Type | Method | Description |
|---|---|---|
MachineNode.Builder |
MachineNode.Builder.cloneFrom(MachineNode ref) |
Clone the settings from a reference
MachineNode object. |
MachineNode.Builder |
MachineNode.Builder.setMapSlots(int mapSlots) |
Set the number of map slot for the node.
|
MachineNode.Builder |
MachineNode.Builder.setMemory(long memory) |
Set the physical memory of the node.
|
MachineNode.Builder |
MachineNode.Builder.setMemoryPerMapSlot(long memoryPerMapSlot) |
Set the amount of RAM reserved for each map slot.
|
MachineNode.Builder |
MachineNode.Builder.setMemoryPerReduceSlot(long memoryPerReduceSlot) |
Set the amount of RAM reserved for each reduce slot.
|
MachineNode.Builder |
MachineNode.Builder.setNumCores(int numCores) |
Set the number of cores for the node.
|
MachineNode.Builder |
MachineNode.Builder.setReduceSlots(int reduceSlots) |
Set the number of reduce slot for the node.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.