Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-37102][BUILD] Removed redundant exclusions in
hadoop-cloud
m…
…odule ### What changes were proposed in this pull request? Redundant exclusions were removed for hadoop-cloud module so the build output contains required dependency for hadoop-azure artifact (ackson-mapper-asl). ### Why are the changes needed? Currently Hadoop ABFS connector (for Azure Data Lake Storage Gen2) is broken due to missing dependency. So required dependencies for hadoop-azure artifact should be included into distribution output if hadoop-cloud module enabled. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unfortunately Microsoft does not provide support for Data Lake Storage Gen2 within azurite emulator - so the change was tested manually and the diff was checked to see if anything else was picked up for build outputs (before and after the change). So the only change is inclusion of jackson-mapper-asl-1.9.13.jar. Closes apache#34383 from vmalakhin/SPARK-37102. Lead-authored-by: Vasily Malakhin <vmalakhin@gmail.com> Co-authored-by: vmalakhin <49170798+vmalakhin@users.noreply.github.com> Signed-off-by: Sean Owen <srowen@gmail.com>
- Loading branch information