We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Permission denied: user=oswa..
just a ticket to keep track of issue where a colleague tries to use the "parallelized run_udf on vector data cube feature" (as describe at https://github.com/Open-EO/openeo-geopyspark-driver/blob/master/docs/vectorcube-run_udf.md)
run_udf
his workflow currently fails with
Your openEO batch job failed: 'Permission denied: user=oswa.., access=WRITE, inode="/data":verstr..:hdfs:drwxr-xr-x\n\tat org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:399)\n\tat ...'
The text was updated successfully, but these errors were encountered:
Add logging for issue #367
b303bd8
Issue #367 write run_udf'ed pyspark sql RDD to local file
6356c24
instead of possibly HDFS (depending on spark deploy mode)
I could reproduce the problem with a minimal use case.
fixed it with 6356c24
my minimal use case now works on dev instance: see https://gist.github.com/soxofaan/c52066597cfcbb647d57fc7a9e343823
Sorry, something went wrong.
Bump version to 0.9.4a1 for #367 fix
37f58a9
soxofaan
No branches or pull requests
just a ticket to keep track of issue where a colleague tries to use the "parallelized
run_udf
on vector data cube feature" (as describe at https://github.com/Open-EO/openeo-geopyspark-driver/blob/master/docs/vectorcube-run_udf.md)his workflow currently fails with
The text was updated successfully, but these errors were encountered: