riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

Ignore stderr in bin/dse cassandra -v output #681

Closed tolbertam closed 6 years ago

tolbertam commented 6 years ago

Some versions of DSE may information log messages to stderr when using the 'dse' command. Suppress stderr when parsing version and include it in error message if we cannot parse the version.

Have already tested and discussed this, so will merge on travis pass.