Member since
04-20-2017
10
Posts
0
Kudos Received
0
Solutions
07-08-2018
07:42 PM
Thanks Shu for the response. Here I need to provide my own schema. I created the schema in Schema registry and trying to apply the same. My intention is to convert the datatype(from binary to Long)..
... View more
07-08-2018
05:43 AM
I am using ExecuteSQL to extract data from Oracle. While retrieving the records, data type of NUMBER is getting converted to BYTES. So to keep the Number to long/double I am using "ConvertRecord" processor. In "Convert Record" processor, I choose AvroReader using embedded schema and for AvroRecordSerWriter used external schema to change the bytes datatypes to long/int. But once the processor executes, I saw that the schema is getting lost as I am not able to convert to orc in order to create Hive table. Is this is any kind of bug?
... View more
Labels:
- Labels:
-
Apache NiFi
07-08-2018
05:31 AM
Thanks Matt.. your explanation does make sense.
... View more
06-26-2018
01:58 PM
While running the querydatabase processor in NiFi some records are getting lost. I am try to pull the data from Oracle DB and the maximum-column-value is a created Date of the date datatype. There is no timestamp attached to that(23-JUN-18) . While triggering the job every 5 mins to achieve near-real time ingestion some records are getting lost. I am not sure whether this is happening due to time stamp not present in the table OR whether this can be a synchronization issue like while querying the DB if new records got inserted.
... View more
Labels:
- Labels:
-
Apache NiFi
02-21-2018
09:09 AM
This generally occur if one select either wrong OS or OS version while creating cluster in "Launch wizard"
... View more