Hello, I'm wondering why I cannot precise the output file name
for example: C = store user_results into 'tables/user.txt'; this command create a *folder *with the name *user.txt* and inside it I find some file part-m-0000 who stores the needed results. My question is; can I determine the name of my output *file* and so that I can store multiple files in the same directory (folder) , like C = store user_results into 'tables/user.txt'; D = store client_results into 'tables/clients.txt'; Sorry if I'm asking a stupid question but I really need your help to understand why is that not working with me thanks Baraa
