Skip to content
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

Resolved Path java serialization issue in HadoopGeoTiffRDD #2105

Merged
merged 1 commit into from
Mar 31, 2017

Conversation

jbouffard
Copy link

Currently, HadoopGeoTiffRDD has an issue where setting both maxTileSize and numPartitions causes the reading to fail. This is due to a serialization problem where the default serializer cannot serialize/deserialize org.apache.hadoop.fs.Path. To fix this problem, the Paths were converted to URIs during the transformation of the input key.

This resolves #2103

Signed-off-by: jbouffard <jbouffard@azavea.com>
@pomadchin pomadchin changed the title Resolved Repartitioning issue with HadoopGeoTiffRDD Resolved Path java serialization issue in HadoopGeoTiffRDD Mar 29, 2017
@lossyrob lossyrob added this to the 1.1 milestone Mar 29, 2017
@jbouffard
Copy link
Author

@lossyrob This is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix HadoopGeoTiffRDD Window Reading Error
3 participants