Repository: hadoop Updated Branches: refs/heads/branch-2.8 d665d8568 -> b2f496bdc
HADOOP-14824. Update ADLS SDK to 2.2.2 for MSI fix. Contributed by Atul Sikaria. (cherry picked from commit 7ecc6dbed62c80397f71949bee41dcd03065755c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b2f496bd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b2f496bd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b2f496bd Branch: refs/heads/branch-2.8 Commit: b2f496bdcc41584703c52d942b57dc35605cb5b3 Parents: d665d85 Author: John Zhuge <jzh...@apache.org> Authored: Thu Aug 31 21:16:58 2017 -0700 Committer: John Zhuge <jzh...@apache.org> Committed: Thu Aug 31 21:16:58 2017 -0700 ---------------------------------------------------------------------- hadoop-tools/hadoop-azure-datalake/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b2f496bd/hadoop-tools/hadoop-azure-datalake/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-azure-datalake/pom.xml b/hadoop-tools/hadoop-azure-datalake/pom.xml index 1a9c5d6..d499796 100644 --- a/hadoop-tools/hadoop-azure-datalake/pom.xml +++ b/hadoop-tools/hadoop-azure-datalake/pom.xml @@ -121,7 +121,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-data-lake-store-sdk</artifactId> - <version>2.2.1</version> + <version>2.2.2</version> </dependency> <!-- ENDS HERE--> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org