Member since
07-14-2022
4
Posts
0
Kudos Received
0
Solutions
09-13-2022
04:15 AM
HI while using the JoltTransformJSON , found some limitation of methods like (=min(),=max(),=intsum()). Not getting the expected result. Please add suggestions if we have a solution for this issue. thanks. Json Input========================================= { "NUMBER": { "array1": [ 9223372036854775807 ], "array2": [ 4294967295 ], "array3": [ 2147483646 ] } } Jolt Spec=========================== [ { "operation": "modify-overwrite-beta", "spec": { "NUMBER": { "sumArray1": "=intSum(@(1,array1))", "maxArray1": "=max(@(1,array1))", "minArray1": "=min(@(1,array1))", "sumArray2": "=intSum(@(1,array2))", "maxArray2": "=max(@(1,array2))", "minArray2": "=min(@(1,array2))", "sumArray3": "=intSum(@(1,array3))", "maxArray3": "=max(@(1,array3))", "minArray3": "=min(@(1,array3))" } } } ] { "NUMBER": { "array1": [9223372036854775807], "array2": [4294967295], "array3": [2147483646], "sumArray1": -1, "maxArray1": 9223372036854775807, "minArray1": 2147483647, "sumArray2": -1, "maxArray2": 4294967295, "minArray2": 2147483647, "sumArray3": 2147483646, "maxArray3": 2147483646, "minArray3": 2147483646 } }
... View more
Labels:
- Labels:
-
Apache NiFi
07-27-2022
02:59 AM
Hi, can we use symbolic link (symlink) to specify the following NIFI properties in the nifi.properties file? nifi.content.repository.directory.default : ./content_repository(default value) nifi.database.directory : ./database_repository(default value) nifi.flowfile.repository.directory : ./flowfile_repository(default value) nifi.provenance.repository.directory.default : ./provenance_repository(default value) If yes what are the steps we have to follow?
... View more
Labels:
- Labels:
-
Apache NiFi
07-21-2022
01:24 AM
hi @MattWho Thanks for the reply. this is the exact information I wanted.
... View more
07-14-2022
03:20 AM
HI, I want NIFI to be run with the minimum resource needed. my concern is whether I can run NIFI with JRE or JDK is also required. will I face any issues in future while scaling up? I am using NIFI 1.15.3.
... View more
Labels:
- Labels:
-
Apache NiFi