Repository: tajo Updated Branches: refs/heads/master ce4423436 -> 068c79e7b
TAJO-2003: Fix typo in worker configuration. Closes #895 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/068c79e7 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/068c79e7 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/068c79e7 Branch: refs/heads/master Commit: 068c79e7b6df5539598fe68249c2196016c472f6 Parents: ce44234 Author: Jinho Kim <[email protected]> Authored: Wed Dec 2 18:23:54 2015 +0900 Committer: Jinho Kim <[email protected]> Committed: Wed Dec 2 18:23:54 2015 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-docs/src/main/sphinx/configuration/worker_configuration.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/068c79e7/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 6ee3db4..f0b5d34 100644 --- a/CHANGES +++ b/CHANGES @@ -92,6 +92,8 @@ Release 0.12.0 - unreleased TASKS + TAJO-2003: Fix typo in worker configuration. (jinho) + TAJO-1962: Add description for session variables. (jihoon) TAJO-1857: Rename the section of 'File Formats' to 'Data Formats' and fill http://git-wip-us.apache.org/repos/asf/tajo/blob/068c79e7/tajo-docs/src/main/sphinx/configuration/worker_configuration.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/configuration/worker_configuration.rst b/tajo-docs/src/main/sphinx/configuration/worker_configuration.rst index 0756c0a..dfedcd2 100644 --- a/tajo-docs/src/main/sphinx/configuration/worker_configuration.rst +++ b/tajo-docs/src/main/sphinx/configuration/worker_configuration.rst @@ -87,7 +87,7 @@ Assume that you want to give 15GB Jvm heap, 1GB memory per task, 4 disks, and 12 .. code-block:: xml <property> - <name>tajo.worker.resource.tajo.worker.resource.cpu-cores</name> + <name>tajo.worker.resource.cpu-cores</name> <value>12</value> </property>
