Skip to content

Commit f53f4b7

Browse files
authored
[DOCS] Fix links to Hadoop docs (#1564) (#1566)
1 parent 63848e4 commit f53f4b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/reference/asciidoc/core/metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[metrics]]
22
== Hadoop Metrics
33

4-
The Hadoop system records a set of metric counters for each job that it runs. {eh} extends on that and provides metrics about its activity for each job run by leveraging the Hadoop http://hadoop.apache.org/docs/r2.2.0/api/org/apache/hadoop/mapred/Counters.html[Counters] infrastructure. During each run, {eh} sends statistics from each task instance, as it is running, which get aggregated by the {mr} infrastructure and are available through the standard Hadoop APIs.
4+
The Hadoop system records a set of metric counters for each job that it runs. {eh} extends on that and provides metrics about its activity for each job run by leveraging the Hadoop http://hadoop.apache.org/docs/r{hadoop-docs-v}/api/org/apache/hadoop/mapred/Counters.html[Counters] infrastructure. During each run, {eh} sends statistics from each task instance, as it is running, which get aggregated by the {mr} infrastructure and are available through the standard Hadoop APIs.
55

66
{eh} provides the following counters, available under `org.elasticsearch.hadoop.mr.Counter` enum:
77

@@ -42,7 +42,7 @@ The Hadoop system records a set of metric counters for each job that it runs. {e
4242

4343
|===
4444

45-
One can use the counters programatically, depending on the API used, through http://hadoop.apache.org/docs/r2.2.0/api/index.html?org/apache/hadoop/mapred/Counters.html[mapred] or http://hadoop.apache.org/docs/r2.2.0/api/index.html?org/apache/hadoop/mapreduce/Counter.html[mapreduce]. Whatever the choice, {eh} performs automatic reports without any user intervention. In fact, when using {eh} one will see the stats reported at the end of the job run, for example:
45+
One can use the counters programatically, depending on the API used, through http://hadoop.apache.org/docs/r{hadoop-docs-v}/api/index.html?org/apache/hadoop/mapred/Counters.html[mapred] or http://hadoop.apache.org/docs/r{hadoop-docs-v}/api/index.html?org/apache/hadoop/mapreduce/Counter.html[mapreduce]. Whatever the choice, {eh} performs automatic reports without any user intervention. In fact, when using {eh} one will see the stats reported at the end of the job run, for example:
4646

4747
[source, bash]
4848
----

docs/src/reference/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
:pg-v: 0.15.0
1616
:hv-v: 1.2.1
1717
:cs-v: 2.6.3
18+
:hadoop-docs-v: 2.7.6
1819

1920
include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
2021
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

0 commit comments

Comments
 (0)