RE: Can we configure NiFi to run execute process with specific Kerberos Principal?

2016-10-24 Thread Nathamuni, Ramanujam
I did this stuff with SAS and OBIEE little outside of the application configuration. 1.)On NIFI server and clusters - modify /etc/krb5.conf to match with your Kerberos enabled Hadoop cluster ( you can change this location using the Kerberos configuration variables) 2.)Get the Keytab

RE: SelectHiveQL Error

2016-10-09 Thread Nathamuni, Ramanujam
> alopresto.apa...@gmail.com > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Oct 7, 2016, at 6:26 PM, Nathamuni, Ramanujam > wrote: > > Andrew, > > I agree but reality of enterprise to move one version to another is > hard and also we

RE: SelectHiveQL Error

2016-10-07 Thread Nathamuni, Ramanujam
basically means your Hive is too old. There's no way to make a generic Hive client, a line has to be drawn somewhere. Same, as e.g. a car running on premium gas won't work with regular. You need at least Hive 1.2. Andrew On Fri, Oct 7, 2016, 10:20 AM Nathamuni, Ramanujam mailto:rnatham..

RE: SelectHiveQL Error

2016-10-07 Thread Nathamuni, Ramanujam
I do have similar client protocol issue? how can we make this Hive* processor very generic where users can point to the LIB directory where it can have JAR files for Hadoop Cluster? SAS Hadoop Access connector is using below approach from their Enterprise Guide. -Download the JAR file

Idea needed to get XL from SharePoint using NiFi

2016-09-19 Thread Nathamuni, Ramanujam
Hello: I need to get the XL files on windows SharePoint 2013 and store as CSV file or load into database? Please give me the things to try out? Thanks, Ram * This e-mail may contain confidential or privileged information. I

RE: beginner question on destination failure

2016-09-15 Thread Nathamuni, Ramanujam
select the 'failure' relationship. This will cause it to stay in the flow until you are able to push to HBase again. Thanks -Mark On Sep 15, 2016, at 3:36 PM, Nathamuni, Ramanujam mailto:rnatham...@tiaa.org>> wrote: Good Evening: I have flow and destination is write to hbase. I wan

beginner question on destination failure

2016-09-15 Thread Nathamuni, Ramanujam
Good Evening: I have flow and destination is write to hbase. I want to design flow in such a way that if Hadoop(hbase) goes down for maintenance the flow file is queued. How do I design the relation in such way that data get queued and waits for hbase became available? Thanks, Ram ***

RE: What next with NiFi

2016-09-06 Thread Nathamuni, Ramanujam
NiFi Ram, Are you talking about isolation from a security perspective? If so, that is now available in the 1.0.0 release. You can restrict access to any portion of the flow through a policy model. -Bryan On Tue, Sep 6, 2016 at 10:16 AM, Nathamuni, Ramanujam mailto:rnatham...@tiaa.org>>

RE: What next with NiFi

2016-09-06 Thread Nathamuni, Ramanujam
Hi Joe and Team: Enterprise needs very high data security and audit trial. What is the vision to have canvas/processor/processor group ...etc. isolated for project/LOBs? Thanks, Ram -Original Message- From: Joe Witt [mailto:joe.w...@gmail.com] Sent: Tuesday, September 06, 2016 9:12

RE: need idea - xml to hbase loading

2016-09-02 Thread Nathamuni, Ramanujam
base that into hbase. Rough idea above of how i would go about it. All depends on what you are trying to achieve. Regards Guillaume Get Outlook for iOS<https://aka.ms/o0ukef> On Fri, Sep 2, 2016 at 6:45 AM +1000, "Nathamuni, Ramanujam" mailto:rnatham...

need idea - xml to hbase loading

2016-09-01 Thread Nathamuni, Ramanujam
Please give me some pointer to start working :) * This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify the sender immediately and then delete it. TIAA ***

RE: ExecuteScript Processor - Control Flow

2016-08-29 Thread Nathamuni, Ramanujam
I do have similar question – as I have the Execute script using python to run code and it produces the output file (/tmp/test.xml) but not sure how to use that file to next processor without using additional flow file using GetFile processor to get a file produced by python execute script. I

NiFi processor to convert CSV to XML

2016-08-25 Thread Nathamuni, Ramanujam
Hello All, I am looking for processor to convert CSV file to XML. I looked at the processors available but I do not see one for CSV to XML? Is there any workaround using other processor to this job? Or any can write new processor for this function? Thanks, Ram **