Repository: tajo Updated Branches: refs/heads/branch-0.11.1 7f00b0444 -> a12dcfe03
TAJO-2003: Fix typo in worker configuration. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/a12dcfe0 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/a12dcfe0 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/a12dcfe0 Branch: refs/heads/branch-0.11.1 Commit: a12dcfe03a2526865cbf7e9e4dfd3ddad3f5d093 Parents: 7f00b04 Author: Jinho Kim <[email protected]> Authored: Wed Dec 2 18:25:31 2015 +0900 Committer: Jinho Kim <[email protected]> Committed: Wed Dec 2 18:25:31 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/a12dcfe0/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 8191501..2070e6b 100644 --- a/CHANGES +++ b/CHANGES @@ -49,6 +49,8 @@ Release 0.11.1 - 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/a12dcfe0/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>
