SemyonSinchenko commented on issue #570: URL: https://github.com/apache/incubator-graphar/issues/570#issuecomment-2260149130
Ok, there is actually no s3a implementation. To bypass it it should be enough to add `hadoop-aws` JAR (https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws) to `"${HOME}/${{ matrix.spark-hadoop }}/jars" folder (`${SPARK_HOME}/jars`). I checked, the JAR is actually there. For development we can add it constantly to JARs folder. But I do not like an idea of adding it to the distribution cause it may tends to dependency hell...  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
