HADOOP-13962. Update ADLS SDK to 2.1.4. (John Zhuge via lei)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ccf2d662 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ccf2d662 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ccf2d662 Branch: refs/heads/YARN-5734 Commit: ccf2d662443fc169835d66b715441529658b245c Parents: 9bab85c Author: Lei Xu <[email protected]> Authored: Sat Jan 21 10:52:02 2017 +0800 Committer: Lei Xu <[email protected]> Committed: Sat Jan 21 10:52:40 2017 +0800 ---------------------------------------------------------------------- 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/ccf2d662/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 f4dccd9..25197cb 100644 --- a/hadoop-tools/hadoop-azure-datalake/pom.xml +++ b/hadoop-tools/hadoop-azure-datalake/pom.xml @@ -120,7 +120,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-data-lake-store-sdk</artifactId> - <version>2.0.11</version> + <version>2.1.4</version> </dependency> <!-- ENDS HERE--> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
