Repository: hadoop Updated Branches: refs/heads/branch-3.1 73cd67d7e -> b038e2144
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/b038e214 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b038e214 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b038e214 Branch: refs/heads/branch-3.1 Commit: b038e2144085bc237b6d1a8fa96932e4415d3980 Parents: 73cd67d Author: Sean Mackrory <[email protected]> Authored: Tue Mar 27 15:51:44 2018 -0600 Committer: Sean Mackrory <[email protected]> Committed: Thu Mar 29 14:04:55 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/b038e214/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 b857abc..05e3bad 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]
