Closed olegkovalenko closed 8 years ago
MOTIVATION: Launch SOLR on DSE.
PROPOSED CHANGE:
CLI changes:
node CLI: add option --solr-enabled with possible values: true to launch SOLR on the node, otherwise false
--solr-enabled
true
false
./dse-mesos.sh node add 0 --cpu 0.1 --mem 1536 --solr-enabled true
solr: <true | false>
node list
Http server changes:
Scheduler changes:
Excecutor changes:
solrEnabled
-s
Node changes:
Storage changes:
RESULT: ability to launch DSE search nodes
lgtm
Thanks for review @serejja !
Merged. Thank you for update!
Thanks @dmitrypekar !
MOTIVATION: Launch SOLR on DSE.
PROPOSED CHANGE:
CLI changes:
node CLI: add option
--solr-enabled
with possible values:true
to launch SOLR on the node, otherwisefalse
./dse-mesos.sh node add 0 --cpu 0.1 --mem 1536 --solr-enabled true
solr: <true | false>
ofnode list
Http server changes:
Scheduler changes:
Excecutor changes:
solrEnabled
is true include flag-s
when startting C* nodeNode changes:
Storage changes:
solrEnabled
RESULT: ability to launch DSE search nodes