You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Yang <te...@gmail.com> on 2016/06/15 08:02:52 UTC

how do I set TBLPROPERTIES in dataFrame.saveAsTable()?

I tried df.options(MAP(prop_name->prop_value)).saveAsTable(tb_name)

doesn't seem to work

thanks a lot!