Hi Experts,
I am trying to save a dataframe as a hive table using <dataframe>.write.saveAsTable method using pyspark.
The command gives warning, creates directory in dfs but not the table in hive metastore.
I was reading many old posts which say that this command doesnt work and I need to create the table manually pointing to the directory created by the above pyspark command.
Just wanted to ask in this forum if this is true and this limitation exist with current version of cloudera.