[
https://issues.apache.org/jira/browse/VXQUERY-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15472119#comment-15472119
]
ASF subversion and git services commented on VXQUERY-207:
---------------------------------------------------------
Commit eb76640fc61a99b5c4bddab19afa45fe10cf0187 in vxquery's branch
refs/heads/master from [~sjaco002]
[ https://git-wip-us.apache.org/repos/asf?p=vxquery.git;h=eb76640 ]
VXQUERY-207 VXQUERY-209 Parallel Index creation and access, and index
centralization
Fixed issue in Tests where no result file meant success
> Data and Index Directories Set In Configuration
> -----------------------------------------------
>
> Key: VXQUERY-207
> URL: https://issues.apache.org/jira/browse/VXQUERY-207
> Project: VXQuery
> Issue Type: Task
> Reporter: Preston Carman
> Assignee: Steven Jacobs
>
> The cluster configuration should be updated to set the cluster data nad index
> directories in the configuration.
> If the cluster configuration has the data and index directories defined
> (maybe its required). The system can use these paths as the base for
> executing relative file paths for doc, collection and other collection based
> functions.
> The configuration should have a separate path for each partition. The number
> of partitions should match the number of paths. The data_dir and index_dir
> could be defined for the whole cluster or by each node controller.
> Example two node global cluster settings:
> <cluster xmlns="cluster">
> <name>Two nodes - Two partitions</name>
> <username>joe</username>
> <data_dir>/path/to/partition/1,/path/to/partition/2</data_dir>
>
> <index_dir>/path/to/index/partition/1,/path/to/index/partition/2</index_dir>
> <master_node>
> <id>master</id>
> <client_ip>128.195.52.177</client_ip>
> <cluster_ip>192.168.100.0</cluster_ip>
> </master_node>
> <node>
> <id>nodeA</id>
> <cluster_ip>192.168.100.1</cluster_ip>
> </node>
> <node>
> <id>nodeB</id>
> <cluster_ip>192.168.100.2</cluster_ip>
> </node>
> </cluster>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)