geotrellis / geodocker-cluster

[NOT MAINTAINED] GeoDocker Cluster is a Docker environment with Apache Accumulo and Apache Spark environment.
https://github.com/geodocker/geodocker
Apache License 2.0
27 stars 18 forks source link

JODA time included with spark 1.5.2 is in conflict with the AWS API and JVM versions #38

Closed mchendricks1 closed 8 years ago

mchendricks1 commented 8 years ago

I was running geodocker-cluster and ran into an AWS error code when running the geotrellis-spark-etl built-in (e.g., SinglebandIngest) examples.

AmazonS3Exception: AWS authentication requires a valid Date or x-amz-date header

The workaround I used is documented in the following article explaining the problem.

http://theckang.com/2016/dependency-management-with-spark/

pomadchin commented 8 years ago

Thanks a lot, great catch, would mention this issue in a related pr!

pomadchin commented 8 years ago

Resolved by #45