We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf6decf + ebb2418 commit 77af5e8Copy full SHA for 77af5e8
cli/dcos_spark/cli.py
@@ -64,7 +64,7 @@ def kill_job(args):
64
65
def log_job(args):
66
dcos_client = mesos.DCOSClient()
67
- task = mesos.get_master(dcos_client).task(args['<submissionId>'])
+ task = mesos.get_master(dcos_client).task(args['<submissionId>'], True)
68
log_file = args.get('--file', "stdout")
69
if log_file is None:
70
log_file = "stdout"
0 commit comments