Repository: hadoop Updated Branches: refs/heads/branch-3.0 198f2bc35 -> ca92d1810
HADOOP-15342. Updating ADLS connector to use the current SDK version (2.2.7). Contributed by Atul Sikaria. (cherry picked from commit 9d7a9031a5978efc8d97566e35ebaace20db2353) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ca92d181 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ca92d181 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ca92d181 Branch: refs/heads/branch-3.0 Commit: ca92d1810b9526c2ed0dacade00588cf4c5a18e9 Parents: 198f2bc Author: Sean Mackrory <[email protected]> Authored: Tue Mar 27 15:51:44 2018 -0600 Committer: Sean Mackrory <[email protected]> Committed: Thu Mar 29 14:05:42 2018 -0600 ---------------------------------------------------------------------- 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/ca92d181/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 99dc969..ef7ad2c 100644 --- a/hadoop-tools/hadoop-azure-datalake/pom.xml +++ b/hadoop-tools/hadoop-azure-datalake/pom.xml @@ -33,7 +33,7 @@ <minimalJsonVersion>0.9.1</minimalJsonVersion> <file.encoding>UTF-8</file.encoding> <downloadSources>true</downloadSources> - <azure.data.lake.store.sdk.version>2.2.5</azure.data.lake.store.sdk.version> + <azure.data.lake.store.sdk.version>2.2.7</azure.data.lake.store.sdk.version> </properties> <build> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
