You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/10/03 07:13:33 UTC

[jira] [Commented] (TAJO-1002) Test failure due to the mismatched configuration between master and workers

    [ https://issues.apache.org/jira/browse/TAJO-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157680#comment-14157680 ] 

ASF GitHub Bot commented on TAJO-1002:
--------------------------------------

GitHub user jihoonson opened a pull request:

    https://github.com/apache/tajo/pull/176

    TAJO-1002: Test failure due to the mismatched configuration between master and workers

    Indices locate under the WAREHOUSE_DIR directory. Currently, in both master and workers, index paths are dynamically created using the configuration. 
    This causes a mismatch in index paths. That is, the index path in master is different with that in workers. 
    I changed to store the index path in QueryContext.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jihoonson/tajo-2 TAJO-1002

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/176.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 #176
    
----
commit 31d524c51cc29da1c90b2431279ca63f24a19172
Author: Jihoon Son <ji...@apache.org>
Date:   2014-07-11T02:47:19Z

    TAJO-836: create index support. (jihoon)

commit 6d6b968f3259acd5d6c82f41ae0e6945c68daa28
Author: Jihoon Son <ji...@apache.org>
Date:   2014-07-21T02:44:57Z

    Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support

commit bf5b43c40f10de2bd47277209a726cfe92776f7b
Author: Jihoon Son <ji...@apache.org>
Date:   2014-09-25T12:13:55Z

    Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support
    
    Conflicts:
    	tajo-core/src/main/java/org/apache/tajo/engine/planner/LogicalPlanPreprocessor.java
    	tajo-core/src/main/java/org/apache/tajo/engine/planner/LogicalPlanner.java
    	tajo-core/src/test/java/org/apache/tajo/engine/planner/physical/TestPhysicalPlanner.java

commit 3777f58251e61cd965b8bf5200f9a59921adfe3f
Author: Jihoon Son <ji...@apache.org>
Date:   2014-10-01T22:09:23Z

    Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support

commit d1d4d25fb0d08f0846e758c43caf3e3f3b1bc543
Author: Jihoon Son <ji...@apache.org>
Date:   2014-10-02T00:40:58Z

    tmp

commit 7f98fe78613ce6349c94dba559f7e4b4197b18e9
Author: Jihoon Son <ji...@apache.org>
Date:   2014-10-02T08:49:58Z

    test success

commit 6ced5a10881e93fd09406cd4dba6dd88e54c09bd
Author: Jihoon Son <ji...@apache.org>
Date:   2014-10-02T14:50:27Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into index_support

commit e54dd8e014776f0ef58774013c06120cc01eeb54
Author: Jihoon Son <ji...@apache.org>
Date:   2014-10-02T14:52:57Z

    Merge branch 'index_support' of github.com:jihoonson/tajo-2 into index_support

commit 375eb1ab2d457f577cb22a2239eec017fa7b6409
Author: Jihoon Son <ji...@apache.org>
Date:   2014-10-03T04:08:48Z

    remove commented out codes

----


> Test failure due to the mismatched configuration between master and workers
> ---------------------------------------------------------------------------
>
>                 Key: TAJO-1002
>                 URL: https://issues.apache.org/jira/browse/TAJO-1002
>             Project: Tajo
>          Issue Type: Bug
>    Affects Versions: index support
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>
> Indices locate under the WAREHOUSE_DIR directory. Currently, in both master and workers, index paths are dynamically created using the configuration. 
> This causes a mismatch in index paths. That is, the index path in master is different with that in workers. 
> I'll change to store the index path in QueryContext.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)