Re: [External Sender] Writing dataframe to vertica

2018-10-22 Thread Nikhil Goyal
Got the issue fixed. Had to set 'dbschema' param in connection options. By default it is set to public Thanks On Tue, Oct 16, 2018 at 9:49 PM Femi Anthony wrote: > How are you trying to write to Vertica ? Can you provide some snippets of > code ? > > > Femi > > On Tue, Oct 16, 2018 at 7:24 PM

Re: [External Sender] Writing dataframe to vertica

2018-10-16 Thread Femi Anthony
How are you trying to write to Vertica ? Can you provide some snippets of code ? Femi On Tue, Oct 16, 2018 at 7:24 PM Nikhil Goyal wrote: > 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