elodina / datastax-enterprise-mesos

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

Dcos-dse requires setting DM_API env when issuing `dcos dse help` #46

Closed dmitrypekar closed 8 years ago

dmitrypekar commented 8 years ago

Example:

# $ dcos dse help
Error: Undefined API url. Please provide either a CLI --api option or DM_API env.

For other cmds cli works fine, but for help cmd it throws this error. This env var should not be required to be defined, cause it should be taken from marathon app.

Please also update dse jar to recent version as a part of this task.

dmitrypekar commented 8 years ago

Fixed in DSE code, disable scheduler sub-command, when running in dcos.

jar & dcos-dse.tar.gz updated on AWS.