Re: FW: Execute SQL to MSFT SQLServer - getting error

2020-02-25 Thread Samarendra Sahoo
erty. > > [1] > https://stackoverflow.com/questions/6087819/jdbc-sqlserverexception-this-driver-is-not-configured-for-integrated-authentic > > Le jeu. 20 févr. 2020 à 02:03, Samarendra Sahoo < > sahoo.samaren...@gmail.com> a écrit : > >> Thanks a lot Peter. Attaching th

Fwd: FW: Execute SQL to MSFT SQLServer - getting error

2020-02-20 Thread Samarendra Sahoo
you are using is not configured for integrated authentication. Can you share more details about how you configured your controller service? Thanks, Pierre Le mer. 19 févr. 2020 à 09:58, Samarendra Sahoo a écrit : Dear all, We are trying to connect to SQLServer from Nifi installed on a RHEL

Queries Nifi

2020-02-14 Thread Samarendra Sahoo
Dear All - Fairly new to Nifi. We are trying to use Nifi for one of our data migration use case from MS SQL to MS SQL server. Idea is to extend Nifi for other ETL work along with this. Would like to know 1) What is stable version of Nifi which we can take? Seems 1.10.0 is the version? 2)

SSL and LDAP set-up in cluster mode

2020-03-12 Thread Samarendra Sahoo
We are enabling LDAP and SSL, have been successful in one node cluster. However while running this for 2 node cluster, unable to succeed, have put exception below. While we are troubleshooting, wanted to check if there are any handy references for this. 2020-03-12 18:54:36,222 WARN [Process

Nifi installation - port 8080 being used even nifi installed with a different port

2020-03-06 Thread Samarendra Sahoo
We have installed Nfi 1.10.0 on RHEL7.2 to run on port 9778. However, we are seeing that its using port 8080 as well as per the below log message. Could you pls suggest how to make all of the nifi services run on port 9778? o.a.z.server.admin.JettyAdminServer Started AdminServer on address

Fwd: NiFi Use case

2020-03-14 Thread Samarendra Sahoo
Hello, We have use case where we have to load two tables say Customer (here customer ID is a sequence and gets generated while we load data) and purchase_order. While loading purchase_order need to populate customer_id based on SSN present in the purchase_order table. Since there is this

Re: SSL and LDAP set-up in cluster mode

2020-03-14 Thread Samarendra Sahoo
keyPasswd= in nifi.properties? > > Thanks, > > Bryan > > On Fri, Mar 13, 2020 at 8:34 AM Samarendra Sahoo < > sahoo.samaren...@gmail.com> wrote: > >> Hi Folks - Have followed link - >> https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#standalone and >> ran

Re: Nifi installation - port 8080 being used even nifi installed with a different port

2020-03-11 Thread Samarendra Sahoo
alse > > > > *From: *Samarendra Sahoo > *Reply-To: *"users@nifi.apache.org" > *Date: *Friday, March 6, 2020 at 11:17 PM > *To: *"users@nifi.apache.org" , " > d...@nifi.apache.org" > *Subject: *Nifi installation - port 8080 being used even nifi instal

Re: SSL and LDAP set-up in cluster mode

2020-03-13 Thread Samarendra Sahoo
: [IPAdress_Server-1] Pls help. On Thu, Mar 12, 2020 at 8:33 PM Samarendra Sahoo wrote: > We are enabling LDAP and SSL, have been successful in one node cluster. > However while running this for 2 node cluster, unable to succeed, have put > exception below. While we are troubleshooting, wanted

Creating dependency between multiple process groups in Nifi

2020-03-25 Thread Samarendra Sahoo
We have following process groups (PG). The way we want to orchestrate: once PG1 runs all remaining PGs should run in parallel. Could you pls suggest? 1) PG1 - Extract data from Source DB (Source1), Curate data and load to target DB (Target1) 2) PG2 - Extract data from Source (Source2), Lookup

Installing Nifi in Kubernetes cluster

2020-05-04 Thread Samarendra Sahoo
We have been asked to deploy Nifi on a Kubernetes cluster. If any of you have done and could share steps, references would be of great help. Thanks

Re: NiFi Use case

2020-03-19 Thread Samarendra Sahoo
mer_id in each record. > > Does this satisfy your use case? If not please let me know, happy to > help work through this. > > Regards, > Matt > > > On Sat, Mar 14, 2020 at 4:27 AM Samarendra Sahoo > wrote: > > > > > > Hello, > > We have

Re: NiFi Use case

2020-03-19 Thread Samarendra Sahoo
Wanted to add some additional details, 1) The tables (customer and driving license are in two different data bases 2) The solutions works for less number of records (~100 or so). The dead lock issue occurs when we tested for 1M records. On Thu, Mar 19, 2020 at 1:07 PM Samarendra Sahoo wrote

Loading set-of files to tables

2020-07-14 Thread Samarendra Sahoo
Hi all, We have a need where we get a list containing a set of source files and target table names. Would like to load the files in parallel (as much as possible). The list need to be picked up from the database and it can change for each of the runs. Could you pls suggest an approach for this.

Re: Loading set-of files to tables

2020-07-14 Thread Samarendra Sahoo
rocessors that you used to make it work > with parameter context? > > It will help people better understand what you are trying to do and how to > make it more dynamic. > > Thanks, > > Bryan > > On Tue, Jul 14, 2020 at 9:09 AM Samarendra Sahoo < > sahoo.samaren