Member since
08-24-2020
15
Posts
0
Kudos Received
0
Solutions
11-02-2020
03:25 AM
Greetings, I wanted to know how to set up a process where one will receive an email when ever a queue reaches its threshold limit , in apache nifi. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
08-27-2020
01:55 AM
I want to host an API in Nifi using HandleHTTP processor. And i wanted to pass some dummy json data. I would like to get some information/resources about how to do it. I am new to Nifi. Thanks in Advance.
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
08-25-2020
04:23 AM
Thanks @SagarKanani i am now able to view the avro data. Sorry for the inconvenience, but i had another doubt. If i try to convert this Avro data to Parquet by using ConverAvroToParquet processor then i am getting an output like this: PAR1&&,6(prathikarunprathikarun,(<Hnifi.person% firstname%%age,&% firstnamenn&<6(prathikarun&v%agejj&v<(Ø,parquet.avro.schema€{"type":"record","name":"person","namespace":"nifi","fields":[{"name":"firstname","type":"string"},{"name":"age","type":"int"}]}writer.model.nameavroJparquet-mr version 1.10.0 (build 031a6654009e3b82020012a18434c582bd74c73a),ÃPAR1 If i try to put the "view as" option as formatted i get the following message: Unable to generate view of data: Not a data file. Thanks in Advance.
... View more
08-25-2020
03:41 AM
Hi @SagarKanani Thanks for your input. I have set the write strategy in AvroRecordSetWriter as Embedded Avro. And i have received the following output : Objavro.schema€{"type":"record","name":"person","namespace":"nifi","fields":[{"name":"firstname","type":"string"},{"name":"age","type":"int"}]}avro.codecnull¢ÈFB¡-Ž`0„Ûv‚L@prathik*arun,¢ÈFB¡-Ž`0„Ûv‚L@ Again is red dot. One more Doubt, how can one view avro data if we can't view them on nifi. thanks.
... View more
08-24-2020
11:27 PM
Hi, I want to convert json data to avro. I have used GenerateFlowFile and put dummy json value [{"firstname":"prathik","age":21},{"firstname":"arun","age":22}]. I have then used ConvertRecord processor and set JsonTreeReader and AvroRecordSetWriter with AvroSchemaRegistry which has the following schema: { "name": "person", "namespace": "nifi", "type": "record", "fields": [ {"name": "firstname", "type": "string" }, { "name": "age", "type": "int" } ] } But i am getting this as my output : prathik*arun, where is a red dot I am new to Apache Nifi.
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry