Hi @marpet
When trying to write the file locally and copy to HDFS, I’m having an issue with saving as BEAM-DIMAP, it appears that writing to a temporary file with ProductIO.writeProduct()
does not produce the .data file, only the .dim, how would you go about doing this as ProductIO.writeProduct()
only takes in one File
object to write to?.