I’m not sure how, but it looks like local_file_system_access_restricted is set on your cluster. That is what’s blocking outfile (access_restricted is off by default).
Run: set global local_file_system_access_restricted =0 on your MA to get outfile working.
Also, 7.0.5 is a beta version of 7.0. You may want to consider switching for to a released version at some point (latest is 7.0.19. You can’t upgrade a Beta build, so you’ll need to reinstall.
Hi ,
Thanks for the reply.
Tried same on version 7.0.16 with local_file_system_access_restricted = 0.
But, getting “Can’t resolve path …” error. Though I am able to load data using same path.
Thanks.