[
https://issues.apache.org/jira/browse/TAJO-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14996053#comment-14996053
]
ASF GitHub Bot commented on TAJO-1963:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/844#issuecomment-154932737
Could check the unit test?
```
Failed tests:
TestTajoCli.testHelpSessionVars:410->assertOutputResult:103->assertOutputResult:107->assertOutputResult:125
expected:<...able size
\set SORT_[HASH_TABLE_SIZE [int value] - Sort hash table size
\set JOIN_HASH_TABLE_SIZE [int value] - Join hash table size
\set INDEX_ENABLED [true or false] - index scan enabled
\set INDEX_SELECTIVITY_THRESHOLD [real value] - the selectivity threshold
for index scan
\set PARTITION_NO_RESULT_OVERWRITE_ENABLED [true or false] - If T]rue, a
partitioned t...> but was:<...able size
\set SORT_[LIST_SIZE [int value] - List size for in-memory sort
\set JOIN_HASH_TABLE_SIZE [int value] - Join hash table size
\set INDEX_ENABLED [true or false] - index scan enabled
\set INDEX_SELECTIVITY_THRESHOLD [real value] - the selectivity threshold
for index scan
\set PARTITION_NO_RESULT_OVERWRITE_ENABLED [true or false] - If t]rue, a
partitioned t...>
Tests run: 1593, Failures: 1, Errors: 0, Skipped: 0
```
> Add more configuration descriptions to document
> -----------------------------------------------
>
> Key: TAJO-1963
> URL: https://issues.apache.org/jira/browse/TAJO-1963
> Project: Tajo
> Issue Type: Task
> Components: Documentation
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.12.0, 0.11.1
>
>
> In our docuemnt
> (http://tajo.apache.org/docs/devel/configuration/tajo-site-xml.html), there
> are a lot of missing configurations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)