Re: Creating recursive missing folders with PutSmbFile

2021-04-20 Thread Jens M. Kofoed
Hi Mark I'm using NiFi version 1.13.2 and I have fetched the main branch from git version 1.14.0-SNAPSHOT. I went into the folder nifi-nar-bundles/nifi-smb-bundle/ and executed the command: mvn -T C2.0 clean install -Ddir-only I copied the newly created NAR file in the nifi-smb-nar/target

Re: Creating recursive missing folders with PutSmbFile

2021-04-20 Thread Mark Payne
Jens, What version of NiFi did you deploy it to? What is the version of the processor that you built? My guess, given what I’ve read here is that you built the car and copied it over but then created an instance of the Processor using the old version of the NAR. Would recommend you remove the

Re: Creating recursive missing folders with PutSmbFile

2021-04-20 Thread Jens M. Kofoed
Hi I need some help/guides on how to Fetch and build the PR-4585 for NIFI-7863 so I can build it and test it. I have created a new VM with Ubuntu 20. Installed Maven, GIT and Java. I used GIT to sync the git-wip-us.apache.org/repos/asf/nifi.git I tried to make a full build, but 2 NAR's failed.

Re: Creating recursive missing folders with PutSmbFile

2021-03-22 Thread Jens M. Kofoed
Dear Mark I would love to help, testing the PR to check that it is working. My only problem is I'm not able to build the nar files my self. So if someone can build the file, I have no problems testing the file. About SMB: I don't like to mount networks drives locally to my NiFi servers which is

Re: Creating recursive missing folders with PutSmbFile

2021-03-22 Thread Joe Witt
pretty sure SMB is super popular - it is just that for the cases we typically engage in SMB isn't used as the protocol to access data :) Agree with the rest of that Thanks On Mon, Mar 22, 2021 at 11:13 AM Mark Payne wrote: > > Jens, > > In order to review & merge a PR, there are two important

Re: Creating recursive missing folders with PutSmbFile

2021-03-22 Thread Mark Payne
Jens, In order to review & merge a PR, there are two important things that need to happen: 1. A NiFi committer must review the code to make sure that the changes are safe, make sense, conducive with the architecture, is adhering to best practices, doesn’t break automated tests, etc. 2. The

Creating recursive missing folders with PutSmbFile

2021-03-22 Thread Jens M. Kofoed
Hi The following JIRA: https://issues.apache.org/jira/browse/NIFI-7863, was created October 1, 2020 and the user Jaya has created a PR October 9, 2020. but nothing have happens since. Are there someone in the community which is able to help implement a fix? We had looked forward to see the fix