GitHub user sujithjay opened a pull request:
https://github.com/apache/impala/pull/8
IMPALA-6303: [Documentation] Fix incorrect mention of DataNodes in Imâ¦
â¦pala Components doc
The doc on Impala Components
(https://impala.apache.org/docs/build/html/topics/impala_components.html)
incorrectly states "... catalog service relays the metadata changes from Impala
SQL statements to all the DataNodes in a cluster ...", which is not correct.
The 'DataNodes' should be Impala daemons."
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sujithjay/impala IMPALA-6303
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/impala/pull/8.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8
----
commit 3e28d5ea2e69f5cff88621ba18656b4803096604
Author: sujithjay <sujith@...>
Date: 2018-01-30T14:52:25Z
IMPALA-6303: [Documentation] Fix incorrect mention of DataNodes in Impala
Components doc
The doc on Impala Components
(https://impala.apache.org/docs/build/html/topics/impala_components.html)
incorrectly states "... catalog service relays the metadata changes from Impala
SQL statements to all the DataNodes in a cluster ...", which is not correct.
The 'DataNodes' should be Impala daemons."
----
---