This is an automated email from the ASF dual-hosted git repository.
yupeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new d1a9802 Make dependency on azure-identity provided in pinot-adls
plugin (#6633)
d1a9802 is described below
commit d1a9802187790bf25688430b6b8147933c46ce58
Author: Yupeng Fu <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]