[
https://issues.apache.org/jira/browse/OODT-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086055#comment-16086055
]
ASF GitHub Bot commented on OODT-945:
-------------------------------------
Github user chrismattmann commented on the issue:
https://github.com/apache/oodt/pull/44
hi @IMS94 I have errors building this locally can you check:
```
LMC-053601:oodt mattmann$ mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'parent.relativePath' of POM
org.apache.oodt:oodt-conf:[unknown-version]
(/Users/mattmann/git/oodt/config/pom.xml) points at org.apache.oodt:oodt-core
instead of org.apache.oodt:oodt, please verify your project structure @
org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 5, column 13
[ERROR] 'dependencies.dependency.version' for
org.apache.curator:curator-framework:jar is missing. @
org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 19, column 21
[ERROR] 'dependencies.dependency.version' for args4j:args4j:jar is missing.
@ org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 39, column 21
[ERROR] 'dependencies.dependency.version' for
org.apache.curator:curator-test:jar is missing. @
org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 55, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.oodt:oodt-conf:1.1-SNAPSHOT
(/Users/mattmann/git/oodt/config/pom.xml) has 3 errors
[ERROR] 'dependencies.dependency.version' for
org.apache.curator:curator-framework:jar is missing. @
org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 19, column 21
[ERROR] 'dependencies.dependency.version' for args4j:args4j:jar is
missing. @ org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 39, column 21
[ERROR] 'dependencies.dependency.version' for
org.apache.curator:curator-test:jar is missing. @
org.apache.oodt:oodt-conf:[unknown-version],
/Users/mattmann/git/oodt/config/pom.xml, line 55, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
```
> Rework OODT configuration to make use of Zookeeper for distributed
> configuration management
> --------------------------------------------------------------------------------------------
>
> Key: OODT-945
> URL: https://issues.apache.org/jira/browse/OODT-945
> Project: OODT
> Issue Type: Bug
> Reporter: Tom Barber
> Assignee: Tom Barber
> Labels: gsoc2017, mentor
>
> OODT is made up of a number of different components, each of which have their
> own set of configuration files and locations. This is complex to manage and
> causes additional problems when the platform requires distribution across
> servers or geographically.
> To combat this we are proposing that we migrate the OODT configuration to an
> opional Zookeeper module that would allow users to commission a zookeeper
> cluster and register the various OODT components against it, which will allow
> the zookeeper cluster to maintain the state of the various OODT components
> regardless of scale.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)