-
Notifications
You must be signed in to change notification settings - Fork 82
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
Task run failure #50
Comments
Running on java 1.8.0_172 and gradle 4.8, I did not get the "depracated gradle" message, but a different one. Any hints would be helpful, thanks!
|
The issue is an OutOfMemory exception when constructing the Atlas file from PBF format. Try one of the following:
|
@MikeGost Thanks! Running on the smallest PBF from Geofabrik (Wash DC), I get geojson. I increased my java resources to use 4 GB, took 10 minutes. Then I get the following errors related to spark. Not sure what I'm doing here. For now all I need is to generate the geojson. Would the succeeding spark errors affect the output?
|
@maning - Nice, it looks like the atlas was generated successfully and the checks were run! Were you able to find the geojson output at this location:
I'm not quite sure what went wrong here - don't see the actual issue in the output. It may be worth trying to re-run with the I'll follow up tomorrow morning (PST) to create an osmlab-atlas project issue that will help address the original issue you were seeing when passing in non-sharded PBF files. |
Yes!
See this gist (I reached the max limit for comment :)) |
Great - it sounds like you're unblocked for now @maning. I went ahead and created an atlas issue, which should address your scenario: osmlab/atlas#147. Please feel free to update it with context as needed. I looked through the logs you linked and wasn't able to find the source of the error. It's possible that this is a benign issue or a gradle configuration that can be played with. I'll leave this issue open for you to comment on and close when you're satisfied with the result. |
Closing as the original problem is resolved. |
Running from dev branch and gadle4.7. I get the following:
The text was updated successfully, but these errors were encountered: