Re: Connect to postgresql with pyspark

2018-04-30 Thread 刘虓
hi, what's the problem you are facing ? 2018-04-30 6:15 GMT+08:00 dimitris plakas : > I am new in pyspark and i am learning it in order to complete my Thesis > project in university. > > > > I am trying to create a dataframe by reading from a postgresql database > table,

Connect to postgresql with pyspark

2018-04-29 Thread dimitris plakas
I am new in pyspark and i am learning it in order to complete my Thesis project in university.  I am trying to create a dataframe by reading from a postgresql database table, but i am facing a problem when i try to connect my pyspark application with postgresql db server. Could you please