Re: HDFS Connector - Maven build issue found thanks to the ManifoldCF SDK

2023-11-25 Thread Karl Wright
Right, exclusions should work... Karl On Fri, Nov 24, 2023 at 5:26 PM Piergiorgio Lucidi wrote: > Hi Karl, > > the problem is that the unique dependency declared in that pom.xml is the > hadoop-common importing hadoop-annotations that is causing the issue. > Below what I see in the

Re: HDFS Connector - Maven build issue found thanks to the ManifoldCF SDK

2023-11-24 Thread Piergiorgio Lucidi
Hi Karl, it works perfectly so this means that we don't need to upgrade to a newer version of Hadoop. I added the following sed instruction to the ManifoldCF SDK using version 2.26 and it worked: sed -i -e

Re: HDFS Connector - Maven build issue found thanks to the ManifoldCF SDK

2023-11-24 Thread Piergiorgio Lucidi
Hi Karl, the problem is that the unique dependency declared in that pom.xml is the hadoop-common importing hadoop-annotations that is causing the issue. Below what I see in the hadoop-annotations pom: os.linux !Mac

Re: HDFS Connector - Maven build issue found thanks to the ManifoldCF SDK

2023-11-24 Thread Karl Wright
Hi - the jar it's looking for may no longer be part of the java 11 jdk. I'm not exactly sure how to best handle this in Maven. It may simply be possible to remove the dependency entirely from the maven pom. On Fri, Nov 24, 2023 at 12:34 PM Piergiorgio Lucidi wrote: > I have just created this

Re: HDFS Connector - Maven build issue found thanks to the ManifoldCF SDK

2023-11-24 Thread Piergiorgio Lucidi
I have just created this ticket: https://issues.apache.org/jira/browse/CONNECTORS-1751 Il giorno ven 24 nov 2023 alle ore 18:19 Piergiorgio Lucidi < piergior...@apache.org> ha scritto: > Hi folks, > > Thanks to the ManifoldCF SDK, I found another issue with the Maven build. > Steps to reproduce

HDFS Connector - Maven build issue found thanks to the ManifoldCF SDK

2023-11-24 Thread Piergiorgio Lucidi
Hi folks, Thanks to the ManifoldCF SDK, I found another issue with the Maven build. Steps to reproduce the issue with the Manifold SDK: 1. Clone the ManifoldCF SDK project from the following URL: git clone https://github.com/OpenPj/manifoldcf-sdk.git 2. Remove row 27 from the run.sh script,