This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #87 Updating jobFileProcessor.sh with latest arguments and addi…
…ng a sample cost file
- Loading branch information
Vrushali Channapattan
committed
May 16, 2014
1 parent
22e2c25
commit d1b12f8
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# properties file to store cost data | ||
# used in calculating cost of a job in the processing step | ||
# | ||
# machine type is the hardware name of node that the job runs on | ||
# | ||
# compute cost is the part of dollar amount of total cost of operating a machine | ||
# allocated to compute | ||
# | ||
# machinememory is the max amount of memory at run time in | ||
# megabytes available to a hadoop job | ||
# | ||
default.computecost=10 | ||
default.machinememory=24576 | ||
# |