scala - Spark: what options can be passed with DataFrame.saveAsTable or DataFrameWriter.options? -
neither developer nor api documentation includes reference options can passed in dataframe.saveastable
or dataframewriter.options
, affect saving of hive table.
my hope in answers question can aggregate information helpful spark developers want more control on how spark saves tables and, perhaps, provide foundation improving spark's documentation.
i believe you're looking for: https://github.com/databricks/spark-csv
Comments
Post a Comment