Hi guys, I am trying to write dataframe to vertica using spark. It seems like spark is creating a temp table under public schema. I don't have access to public schema hence the job is failing. Is there a way to specify another schema?
Error ERROR s2v.S2VUtils: createJobStatusTable: FAILED to create job status table public.S2V_JOB_STATUS_USER_NGOYAL java.lang.Exception: S2V: FATAL ERROR for job S2V_job8087339107009511230. Unable to create status table for tracking this job:public.S2V_JOB_STATUS_USER_NGOYAL Thanks Nikhil