vishooo

Results 2 issues of vishooo

Hi I am trying to use below code dataFrame.write.format("com.databricks.spark.redshift").option("url", url).option("tempdir", tempDir).option("tempFormat", "CSV").option("dbtable","test_csv1").option("aws_iam_role", iam).mode('overwrite').save() But it is still storing data in avro format in s3 temp location. I am suing spark-redshift...

I tried to run below command to save data in temp location in s3 in csv format. But it still stores data in avro format. Can you please tell me...