SatelliteApplicationsCatapult / fulgurite

A library to read and write GeoTIFF images using Apache Spark
Other
18 stars 3 forks source link

Incorrect formatting on Hadoop error message #31

Closed amanshu closed 8 years ago

amanshu commented 8 years ago

If the hadoop location can not be found the tests fail with the error: 'Error: Could not find or load main class Fileshadoop-2.6.0Could not write standard input into: Gradle Test Executor 5.'

This appears to be missing spaces in the middle...?

emilyselwood commented 8 years ago

This appears to be caused by the fact that \ is an escape character in properties file. thus the paths are getting escaped in strange ways. I'll add some documentation about this to both the read me and the better error message I'm adding to deal with #29 and #30

emilyselwood commented 8 years ago

Resolved with #33