HADOOP-15185. Update adls connector to use the current version of ADLS SDK. Contributed by Atul Sikaria.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f63d13f1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f63d13f1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f63d13f1 Branch: refs/heads/HDFS-7240 Commit: f63d13f10db708228482b53883863c873c89f69c Parents: 6347b22 Author: Steve Loughran <[email protected]> Authored: Tue Jan 23 09:09:11 2018 -0800 Committer: Steve Loughran <[email protected]> Committed: Tue Jan 23 09:09:11 2018 -0800 ---------------------------------------------------------------------- hadoop-tools/hadoop-azure-datalake/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f63d13f1/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 660bfb9..3ac84ff 100644 --- a/hadoop-tools/hadoop-azure-datalake/pom.xml +++ b/hadoop-tools/hadoop-azure-datalake/pom.xml @@ -102,7 +102,6 @@ </plugin> </plugins> </pluginManagement> - </build> <dependencies> @@ -110,7 +109,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-data-lake-store-sdk</artifactId> - <version>2.2.3</version> + <version>2.2.5</version> </dependency> <!-- ENDS HERE--> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
