I am creating a glue job where output is stored in s3 bucket. S3 path is given as follows:
DF.write.format('csv').mode("overwrite").save("s3://test",header='true')
I want a user defined file name for the output which should be appended with system date.
Ex: test20180101.csv