Sorry, I am not in a position to provide custom binaries. You don't need a Git client to be installed on the Linux cluster. You can just download the full branch from GitHub by going to my public repo, selecting NIFI-3538 as the branch and clicking on the Download Zip button in the clone dialog. As long as you can get Java installed on a Windows machine or Mac, you can run the Maven build without administrator privileges beyond that point.
You'd want to run *mvn install -DskipTests=true* in order to speed up the build. Be advised that if you apply this patch as-is, you are applying a patch that has not completed a formal code review. Thanks, Mike On Wed, Jan 17, 2018 at 7:56 PM, [email protected] <[email protected]> wrote: > > > On 2018-01-17 22:41, Mike Thomsen <[email protected]> wrote: > > Clone my NIFI-3538 branch referenced in the pull request and build all of > > the HBase modules. There's three: > > > > 1. A service API in the services folder. > > 2. A service implementation in the services holder. > > 3. The nifi-hbase-bundle package (has a processor and nar project) in the > > nifi-nar-bundles folder. > > > > Then copy the two nar files (one in the services folder and the other in > > nifi-nar-bundles' nar project) to your instance's lib folder. > > > > On Wed, Jan 17, 2018 at 12:26 AM, Faisal Durrani <[email protected]> > > wrote: > > > > > New feature request Jira for deleting a Hbase row using Nifi processor > has > > > been marked as 'Patch available' ( > > > https://issues.apache.org/jira/browse/NIFI-3538) . There is a github > link > > > for the pull request mentioned in the ticket as well. Can some one > tell how > > > to add this to our instance of Nifi so that we can access the > processor? > > > > > > The github link is as below > > > https://github.com/apache/nifi/pull/2294 > > > > > Hi Mike , Thank you for the reply. Our admin installed Nifi using the > binaries available on the nifi website and unfortunately we don't have a > git client setup on the Linux cluster, Nor do i have the rights or > permission to setup one. Would it be possible for your to provide the Nar > files which i can just place in my instance's lib folder? >
