HADOOP-19802. [ABFS] Removing azure storage dependency from hadoop-azure code.#8229
HADOOP-19802. [ABFS] Removing azure storage dependency from hadoop-azure code.#8229anmolanmol1234 wants to merge 3 commits intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
:::: AGGREGATED TEST RESULT :::: ============================================================
|
|
Hi @steveloughran requesting your review on this PR as this can help to remove azure sdk dependency from 3.5.0 release |
steveloughran
left a comment
There was a problem hiding this comment.
+1
if you are happy with it
This PR introduces ABFS REST implementations for ListContainers and DeleteContainer, eliminating the dependency on the Azure Storage SDK in the hadoop-azure module for these operations.
A separate PR addresses the removal of WASB support — #8207
. Once that change is merged, the azure-storage dependency can be safely removed from the hadoop-azure pom.xml, completing the SDK deprecation effort.