glennhj
glennhj
I'm trying to build a Spark 4 image that includes hadoop-aws and I think I'm running into this problem. I'm hoping someone here who understands the issue better than me...
I've looked into this a bit more and have come to the conclusion that it isn't possible to use AWS Java SDK 2 bundle alongside code that may use slf4j...
Thanks @janvanbesien . In which case, isn't this a bug rather than a feature request? The bundle will cause runtime errors if deployed alongside code that uses the slf4j 2...
In case it's helpful to others, here is what we've done to workaround this bug. We delete the unshaded slf4j 1 API from the AWS sdk bundle during our build....