Hi you can try: if your table under location “/test/table/“ on HDFS and has partitions:
“/test/table/dt=2012” “/test/table/dt=2013” df.write.mode(SaveMode.Append).partitionBy("date”).save(“/test/table") > On Dec 2, 2015, at 10:50 AM, Isabelle Phan <nlip...@gmail.com> wrote: > > df.write.partitionBy("date").insertInto("my_table")