Skip to content

Commit

Permalink
[hotfix][docs] Fix default config value, highlight detail in config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Nov 21, 2015
1 parent 8801cbc commit 1600fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ guide]({{site.baseurl}}/apis/programming_guide.html#parallel-execution) for more
parallelism.

- `fs.hdfs.hadoopconf`: The absolute path to the Hadoop File System's (HDFS)
configuration directory (OPTIONAL VALUE).
configuration **directory** (OPTIONAL VALUE).
Specifying this value allows programs to reference HDFS files using short URIs
(`hdfs:https:///path/to/files`, without including the address and port of the NameNode
in the file URI). Without this option, HDFS files can be accessed, but require
Expand Down Expand Up @@ -384,7 +384,7 @@ when this fraction of its memory budget is full (DEFAULT: 0.8).
## YARN


- `yarn.heap-cutoff-ratio`: (Default 0.15) Percentage of heap space to remove from containers started by YARN.
- `yarn.heap-cutoff-ratio`: (Default 0.25) Percentage of heap space to remove from containers started by YARN.
When a user requests a certain amount of memory for each TaskManager container (for example 4 GB),
we can not pass this amount as the maximum heap space for the JVM (`-Xmx` argument) because the JVM
is also allocating memory outside the heap. YARN is very strict with killing containers which are using
Expand Down

0 comments on commit 1600fe2

Please sign in to comment.