Member since
05-08-2018
15
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1075 | 05-14-2018 05:34 PM | |
3231 | 05-14-2018 02:14 PM |
09-26-2018
09:50 PM
@Matt Clarke I am also trying to do a POC using ExecuteProcess to start a .sh file on a remote server. Right now I am just trying to move a file on remote server from one location to another. But I am getting an error (Host Key Verification Failed) on the Nifi Processor. I am able to do the same via terminal on host machine (on which Nifi is installed and running). What could be the issue here? Help! ssh -t user@hostname 'mv ~/folder1/test.txt ~/folder2/' <-- I am able to do this successfully on terminal. ExecuteProcess Properties : Command: ssh
Command Arguments: -i "~/.ssh" user@hostname 'mv ~/folder1/test.txt ~/folder2/'
Batch Duration : No value set
Redirect Error Stream : false
Working Directory : No value set
Argument Delimiter : No value set
... View more
05-14-2018
05:34 PM
https://stackoverflow.com/questions/50333116/is-there-a-way-to-change-the-delivery-mode-in-publishjms-processor-in-nifi/50333873#50333873
... View more
05-14-2018
02:41 PM
I am sending messages to IBM MQ using Nifi PublishJMS processor. The Messages have Persistence = Persistent in MQ. I want to change it to Non-Persistent. Is there a property in Nifi PublishJms processor to correct this? Or is it done from the MQ side. I don't have access to MQ servers, I can only check the messages being delivered to the queue.
... View more
Labels:
- Labels:
-
Apache NiFi
05-14-2018
02:14 PM
Changing the Destination Name in Nifi PublishJMS to snippet below worked for me queue:///theQueueName?targetClient=1
... View more
05-11-2018
03:20 PM
I was using Flume to send messages from HDFS to IBM MQ Queue. But now we are trying Nifi to do so. Everything is working fine except the message format is different. The message format I am getting on the Queue end is in MQHRF2. I need to change it to MQSRT format. Is there a way to do that in PublishJMS or should I use some other processor in Nifi before PublishJMS to make it happen? PublishJMS is sending the XML headers with message attributes and at the end "the-message". I only need message to be sent to the queue not the headers. I think this is somewhat related to the message formats mentioned above or am I wrong?
... View more
Labels:
- Labels:
-
Apache NiFi
05-08-2018
05:45 PM
Thanks, It worked!
... View more
05-08-2018
12:55 PM
I am trying to read messages from IBM MQ to HDFS using Nifi. I was successful in doing so. I am using an UpdateAttribute processor to save the incoming messages in a file and then dump this file to HDFS. File contains all the messages, the only issue is that my messages are getting appended in a single line. I want one message per line. How do I go about doing that? Any help will be appreciated.
... View more
Labels:
- Labels:
-
Apache NiFi