Member since
10-27-2016
81
Posts
10
Kudos Received
0
Solutions
01-24-2018
06:24 PM
it seems like replaceText processor is replacing '$$$$$*' in the content to '\$' while replacing the flow file content! seems like actual issue is I have an attribute namely "myattr" when myattr is "$$This is test$$", if I replace the flowfile content with myattr, the content in the flowfile is "\$this is test\$"
... View more
01-24-2018
06:06 PM
what might be the reason for the extra character '\' ?
... View more
01-24-2018
02:42 PM
1 Kudo
I have requirement where I need to append and prepend the attribute with "$$$". how ever, Nifi expression language is appending or prepending with "\$"
For example: if attribute named "myattr" value is "This is Test"
when I do ${myattr:prepend('$$$'):append('$$$')}
I am expecting "$$$This is Test$$$"
but the output is "\$This is Test\$"
Is there any way to append or prepend the attribute with "$$$"
... View more
Labels:
- Labels:
-
Apache NiFi
08-24-2017
03:10 PM
Attached are the logs that are related to my getKafka processor. Can someone please go through the same and let me know what might be going wrong!getkafka-processor-log.txt
... View more
08-24-2017
02:12 PM
I did the changes as specified in the above link(https://community.hortonworks.com/articles/28180/how-to-configure-hdf-12-to-send-to-and-get-data-fr.html) and configured getkafka processor. But I am getting below error when I start the getKafka processor. ********************Error Log********* 2017-08-24 10:10:19,964 INFO [test-consumer-group_storagev4-1c-1503583093158-c73a2251-leader-finder-thread] kafka.consumer.ConsumerFetcherManager [ConsumerFetcherManager-1503583093205] Added fetcher for partitions ArrayBuffer()
2017-08-24 10:10:20,169 WARN [test-consumer-group_storagev4-1c-1503583093158-c73a2251-leader-finder-thread] k.c.ConsumerFetcherManager$LeaderFinderThread [test-consumer-group_storagev4-1c-1503583093158-c73a2251-leader-finder-thread], Failed to find leader for Set([indexing,0])
java.lang.NullPointerException: null ************************
... View more
12-13-2016
02:33 PM
@nmaillard When I run the spark submit command in sandbox after setting the SPAK_SUBMIT_OPTS as specified above, I am getting the below error ************ ERROR: transport library not found: dt-socket ERROR: JDWP Transport dt-socket failed to initialize, TRANSPORT_LOAD(509) JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196): No transports initialized [../../../src/share/back/debugInit.c:750] FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_LOAD(196) Aborted *********** Can you please help me to resolve the issue!
... View more
12-01-2016
03:38 PM
@nmaillard When I run the spark submit command in sandbox after setting the SPAK_SUBMIT_OPTS as specified above, I am getting the below error ************ ERROR: transport library not found: dt-socket
ERROR: JDWP Transport dt-socket failed to initialize, TRANSPORT_LOAD(509)
JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196): No transports initialized [../../../src/share/back/debugInit.c:750]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_LOAD(196)
Aborted *********** Can you please help me to resolve the issue!
... View more