mirror of
https://github.com/apache/impala.git
synced 2025-12-23 21:08:39 -05:00
Fail a performance job when a plugin fails.
Change-Id: I81fd9ec742a9efbdb16466c8ee7387fabe3e16e4 Reviewed-on: http://gerrit.ent.cloudera.com:8080/342 Reviewed-by: Ishaan Joshi <ishaan@cloudera.com> Tested-by: Ishaan Joshi <ishaan@cloudera.com>
This commit is contained in:
@@ -97,7 +97,7 @@ class ClusterController(object):
|
||||
LOG.error("No host file specified, running command on localhost")
|
||||
LOG.error("Error: %s" % e)
|
||||
|
||||
def run_cmd(self, cmd, serial):
|
||||
def run_cmd(self, cmd, serial=False):
|
||||
"""Run commands locally or remotely.
|
||||
|
||||
If in local mode, the command is run locally. When not local,
|
||||
|
||||
Reference in New Issue
Block a user