[
https://issues.apache.org/jira/browse/HADOOP-12740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120305#comment-15120305
]
Chris Nauroth commented on HADOOP-12740:
----------------------------------------
I don't think the breaking change in the Azure Storage SDK impacts Hadoop, at
least not yet. Hadoop 2.7.1 ships with azure-storage-2.0.0.jar. On trunk and
branch-2, we have upgraded to 2.2.0. There is no Hadoop version that has made
the move to Azure Storage SDK version 4.x. I just tested with Hadoop 2.7.1,
and it worked fine after adding both hadoop-azure-2.7.2.jar and
azure-storage-2.0.0.jar to my classpath.
This will become a problem whenever we do upgrade to version 4.x. When that
happens though, it will manifest as a compilation error, and we'll have to
react by changing our code.
[~maikgroenewegen], is there anything I misunderstood about this bug report?
> Hadoop copyFromLocal command fails with NoSuchMethodError on startCopyFromBlob
> ------------------------------------------------------------------------------
>
> Key: HADOOP-12740
> URL: https://issues.apache.org/jira/browse/HADOOP-12740
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.7.1
> Reporter: Maik Groenewegen
>
> There was a change in the azure-storage version from 3.x to 4.x where the
> method startCopyFromBlob was changed to startCopy.
> https://github.com/Azure/azure-storage-java/blob/d108c110ea042df5c898a461007b91818fa98f15/BreakingChanges.txt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)