Repository: tez Updated Branches: refs/heads/master 633fde2cd -> 957e34f81
TEZ-3916: Add hadoop-azure-datalake jar to azure profile (Eric Wohlstadter via Gopal V) Signed-off-by: Gopal V <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/957e34f8 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/957e34f8 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/957e34f8 Branch: refs/heads/master Commit: 957e34f81fd5cdf3afd035a4a5e2259743eba562 Parents: 633fde2 Author: Eric Wohlstadter <[email protected]> Authored: Thu Jul 12 15:03:16 2018 -0700 Committer: Gopal V <[email protected]> Committed: Thu Jul 12 16:57:54 2018 -0700 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/957e34f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 20feb4c..9653c23 100644 --- a/pom.xml +++ b/pom.xml @@ -1296,6 +1296,12 @@ <scope>runtime</scope> <version>${hadoop.version}</version> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-azure-datalake</artifactId> + <scope>runtime</scope> + <version>${hadoop.version}</version> + </dependency> </dependencies> </profile> </profiles>
