elodina / datastax-enterprise-mesos

DataStax Enterprise on Mesos
http://www.elodina.net
15 stars 4 forks source link

DSE Node and Datastax Agent should be aware of JAVA_HOME when --jre given to scheduler #15

Closed olegkovalenko closed 9 years ago

olegkovalenko commented 9 years ago

Currently DSE Node and Datastax Agent being launched via shell scripts which rely on system wide java installation. It is fine to rely on default java if --jre not given on scheduler launch, otherwise JAVA_HOME env variable have to be set pointing to extracted JRE dir.

olegkovalenko commented 9 years ago

PR merged