I set stand alone spark cluster (with cassandra). My cluster has 3 nodes and each node has 64 GB ram and 20 cores. How can I write data which I read from cassandra with spark to csv file when I am using stand alone mode.
I have this error
Caused by: java.io.IOException: Mkdirs failed to create file:/opt/folder/tmp/file.csv/_temporary/0/_temporary/attempt_201603031703_0001_m_000000_5
As a result of my research, I think that there is a permission trick. But I don't know how can I ensure that.