-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while running cottoncandy in AWS EMR as part of spark job #72
Comments
Hi, thanks for submitting the bug report! Unfortunately, I am not familiar with AWS EMR at all. My guess is that the code is being executed by a user who does not have a $HOME. For this reason, |
I just fixed the issue by creating the home/.config directory. But then I have another issue when running inside spark. |
Hello, Great that you solved the issue by creating a With respect to the I'm sorry I don't have access to, nor am I familiar with, EMR, Apache, nor Spark. I'm happy to help as much as I can though! If you find a solution, I'd be happy to include fixes. |
p.s. I found this: It suggests that the issue is the serializing of the |
I am trying to use cottoncandy to upload my numpy arrays to s3 and this code is getting executed inside AWS EMR spark. But while running getting the below errors:-
OSError: [Errno [Errno 13] Permission denied: '/home/.config'] <function subimport at 0x7f87e0167320>: ('cottoncandy',)
OSError: [Errno 13] Permission denied: '/home/.config'
The text was updated successfully, but these errors were encountered: