{
List<String> cmd = super.getStartCommand();
//looks like we always need to specify cassandra here
cmd.add("cassandra");
NodeType nodeType = dseConfig.getNodeType();
if(nodeType == NodeType.ANALYTIC)
cmd.add("-t");
else if(nodeType == NodeType.SEARCH)
cmd.add("-s");