-
Notifications
You must be signed in to change notification settings - Fork 360
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
Error occurred when using Etl to slice the grid tiff file in hdfs #3508
Comments
Hello @KiktMa, we dropped the etl module support and it lives in a stale state in a separate repo https://github.com/geotrellis/spark-etl Many of the old GeoTrellis issues have been already addressed, I’d recommend you trying with one of the most up to date versions. Could I also ask you to drop here |
Thank you for your reply, as this tiff is a confidential file, I'm sorry I can't publish its @pomadchin |
@KiktMa The point of the the gdalinfo output is to understand the TIFF segments structure. The data I need to try to help is
|
I also want to ask, if I use geotrellis version 3.5, how do I read the grid tiff in hdfs to build a pyramid model and upload the results to Accumulo @pomadchin |
@KiktMa I think this is related to #1691 and it is a known dup issue. The solution to that is to try using The example of reading TIFFs via the RasterSource API and building a Pyramid: https://github.com/pomadchin/vlm-performance/blob/feature/gt-3.x/src/main/scala/geotrellis/contrib/performance/IngestRasterSource.scala#L52-L72 |
@pomadchin Hello, I'm sorry to bother you again. I have a question to ask you. I have already stored the pyramid model in Accumulo, but I cannot understand the structure of the table
This is part of the table. I know that |
An error occurred while using Etl from Geotrellis to build a pyramid model for raster data in hdfs and store it in the accumulo database
After I have written
input.json
,output.json
, andbackend-profiles.json
, I usespark-submit
to submit the taskgeotrellis. spark. etl. SinglebandIngest
Error Reporting Results:
My tiff file only has 180Mb. How can I solve this problem,I increased the driver memory to 2G, but I still couldn't resolve this error
The text was updated successfully, but these errors were encountered: