Joshua Cohen created AURORA-864:
-----------------------------------
Summary: Collapse client cluster configuration around resolving
the scheduler
Key: AURORA-864
URL: https://issues.apache.org/jira/browse/AURORA-864
Project: Aurora
Issue Type: Task
Components: Client
Reporter: Joshua Cohen
Priority: Minor
We currently expose numerous properties in clusters.json around resolving the
scheduler:
* zk
* zk_port
* scheduler_zk_path
* scheduler_uri
It would be better if we exposed a single property like `scheduler_address`
that could intelligently work out how to resolve the scheduler.
e.g.
scheduler_address="zk://localhost:2181/aurora/scheduler"
Would use the ZK host at localhost:2181 to find the scheduler under the path
`/aurora/scheduler`. On the other hand:
scheduler_address="http://192.168.33.7:8081"
Would use the provided URI directly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)