This is an automated email from the ASF dual-hosted git repository. yupeng pushed a commit to branch release-0.7.0-rc in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 84d59e3ba27a3cdf0eaecbfe0eeec9b47060a2e3 Author: Yupeng Fu <yupe...@users.noreply.github.com> AuthorDate: Wed Mar 3 10:32:38 2021 -0800 Make dependency on azure-identity provided in pinot-adls plugin (#6633) * remove offending dependencies * make azure-identity provided * add header --- .../pinot-file-system/pinot-adls/README.md | 24 ++++++++++++++++++++++ pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 1 + 2 files changed, 25 insertions(+) diff --git a/pinot-plugins/pinot-file-system/pinot-adls/README.md b/pinot-plugins/pinot-file-system/pinot-adls/README.md new file mode 100644 index 0000000..0d5b3c5 --- /dev/null +++ b/pinot-plugins/pinot-file-system/pinot-adls/README.md @@ -0,0 +1,24 @@ +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +## ADLS plugin configuration + +To run with the ADLS plugin, please download the [azure-identity jar](https://mvnrepository.com/artifact/com.azure/azure-identity/1.2.2) and put add it to the classpath of your Pinot binary. \ No newline at end of file diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index 7911204..b7fb646 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -50,6 +50,7 @@ <groupId>com.azure</groupId> <artifactId>azure-identity</artifactId> <version>1.2.2</version> + <scope>provided</scope> </dependency> </dependencies> <dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org