Closed be-marc closed 5 years ago
If you structure your template like this
CMQ_AUTH={{ auth }} R --no-save --no-restore -e 'clustermq:::worker("{{ master }}")'
you get the following error
Error in qsys$receive_data(timeout = timeout) : Authentication provided by worker does not match
This works
Yes, this is correct. The environment variable must be set for the R process.
You can also use:
export CMQ_AUTH={{ auth }} R --no-save --no-restore -e 'clustermq:::worker("{{ master }}")'
Thank you
If you structure your template like this
you get the following error
This works