Nifi upgrade - patch

2018-01-17 Thread Faisal Durrani
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

Re: Nifi upgrade - patch

2018-01-17 Thread Mike Thomsen
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

Re: Nifi upgrade - patch

2018-01-17 Thread te04.0...@gmail.com
On 2018-01-17 22:41, Mike Thomsen 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

Re: Nifi upgrade - patch

2018-01-17 Thread te04.0...@gmail.com
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

Re: Nifi upgrade - patch

2018-01-18 Thread Mike Thomsen
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

Re: Nifi upgrade - patch

2018-01-24 Thread Faisal Durrani
Hi Mike, I downloaded the branch and tried building the modules.I can find the nar-hbase bundle folder but I am not sure about the first two. Running the mvn install -DskipTests=true command at the folder location of nifi hbase bundle failed with the dependency error. Can you kindly let me know th

Re: Nifi upgrade - patch

2018-01-24 Thread Mike Thomsen
Nifi-Hbase-client-service-api and nifi-hbase_1_1_2-client-service-bundle iirc. On Wed, Jan 24, 2018 at 7:20 AM Faisal Durrani wrote: > Hi Mike, I downloaded the branch and tried building the modules.I can find > the nar-hbase bundle folder but I am not sure about the first two. Running > the mvn

Re: Nifi upgrade - patch

2018-01-24 Thread Faisal Durrani
Can you kindly let me know if this processor will be available in the next Nifi release? if so, when is that expected? On Wed, Jan 24, 2018 at 4:12 PM, Faisal Durrani wrote: > Hi Mike, I downloaded the branch and tried building the modules.I can find > the nar-hbase bundle folder but I am not su

Re: Nifi upgrade - patch

2018-01-25 Thread Mike Thomsen
It looks that way. I am not a committee, but it looks like it will. On Wed, Jan 24, 2018 at 9:43 PM Faisal Durrani wrote: > Can you kindly let me know if this processor will be available in the next > Nifi release? if so, when is that expected? > > On Wed, Jan 24, 2018 at 4:12 PM, Faisal Durrani