dmlc-core icon indicating copy to clipboard operation
dmlc-core copied to clipboard

need to have DMLC_JOB_CLUSTER?

Open PayneJoe opened this issue 6 years ago • 0 comments

example: ./tracker/dmlc-submit --jobname fm_feed --cluster yarn ... cluster variable already specified ,why this error still happens in tracker.py ?

assert cluster is not None, 'need to have DMLC_JOB_CLUSTER' AssertionError: need to have DMLC_JOB_CLUSTER

By the way, I use the python2

PayneJoe avatar Nov 09 '19 12:11 PayneJoe