Member since
01-07-2020
4
Posts
0
Kudos Received
0
Solutions
12-22-2021
03:25 AM
Dear Community, We are planning to install latest version ( 2.2.0) of the Apache Atlas, where can I find related versions of the core components of Atlas, like - HBase, Solr, Graph Engine. This is mainly to evaluate Log4j vulnerability
... View more
Labels:
- Labels:
-
Apache Atlas
-
Apache HBase
-
Apache Solr
01-08-2020
03:17 AM
I was able to do it with a issue. I used UpdateRecord Processor In Properties added - /Causes ${field.value:toLower()} This converts values to Lower but it creates an additional header line
... View more
01-08-2020
01:06 AM
I'm getting csv file by GetFile processor and then passing onto next processor to convertCSVtoAvro. Before converting to Avro format I've to transform one of the column data to lower case. CSV Sample below, I need to read this csv and convert "Causes" column data into lower case and other column data to be as is. Causes Source Date Application Performs the wrong function Application 06-06-18 Performs Right function but Takes too Long Application 06-06-18 Mis-matched Sequencing During Application execution Application 06-06-18 Middle ware failure with no Acknowledgment WebServer 06-06-18 Third Party Application or License error Other 06-06-18
... View more
01-07-2020
12:38 PM
I'm running NiFi 1.10
My requirement is to read csv data and translate one of the csv column data into csv. What's the best way?
Thanks,
... View more
Labels:
- Labels:
-
Apache NiFi