Member since
09-21-2017
24
Posts
0
Kudos Received
0
Solutions
10-24-2021
08:37 PM
How to install docker version of sandbox on Mac for hdp-sandbox 2.6.5? I kept getting "502 bad gateway" when try to run Ambari page. Even when I am on Dashboard page, I end up with many red flags.
... View more
11-14-2019
06:52 AM
1 Kudo
With that big of a file, you are going to need to adjust settings (memory) and evaluate performance of the file repositories. I would recommend to start with small files, and work your way up. Complete a benchmark at each stage, then begin testing config changes. This should be a lengthy evaluation where in the end, you end up with a configuration capable of consuming 3 gb files.
... View more
08-26-2019
07:19 PM
@Shu_ashu This is my dataflow - https://drive.google.com/file/d/1SWtSAPKxRcgAWT7ca0dytePjfwMZIpgR/view?usp=sharing The ListSFTP processor works fine. It lists all the files in the server. But FetchSFTP doesn't work as expected. I get comms.failure. My ListSFTP and FetchSFTP configurations are the same. Also I had one more doubt - How does FetchSFTP gets its state from LISTSFTP.? Is there any additional configuration that has to be done.? I am just joining ListSFTP and FetchSFTP with relationship Success. Not doing anything else. Please help.
... View more
10-09-2017
01:43 PM
@Shu It worked man! Thank you so very much:) LoL. One last thing, What if the my table has more number of columns lets say 15-20 columns. Do we still have to hard code all the column names in the processors.? eg - In the insert statement (in replaceText processor) where we do insert into table_name value (${column1},${column2}................) Is there a way that nifi can do this dynamically? I mean if there are 20-25 columns in my table then it would be a pain to mention all the column names in the insert statement. Can I use regex or something.?
... View more