Log location for job or task
logfile = getLogLocation(cluster,cj)
logfile = getLogLocation(cluster,it)
logfile = getLogLocation(cluster,cj)
for
a generic cluster cluster
and communicating job cj
,
returns the location where the log data should be stored for the whole
job cj
.
logfile = getLogLocation(cluster,it)
for
a generic cluster cluster
and task it
of
an independent job returns the location where the log data should
be stored for the task it
.
This function can be useful during submission, to instruct the third-party cluster to put worker output logs in the correct location.