Member since
07-30-2019
944
Posts
197
Kudos Received
91
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1504 | 10-05-2021 01:53 PM | |
| 16323 | 09-23-2019 06:03 AM | |
| 6816 | 05-04-2019 08:42 PM | |
| 1502 | 06-11-2018 12:45 PM | |
| 12619 | 06-04-2018 01:11 PM |
09-22-2017
03:58 PM
@Zack Atkinson What version of NiFi are you using? Also, your last question is very confusing. Is kerberos enabled in HDFS?
... View more
09-22-2017
01:30 PM
@Michael Vogt The documentation of the ReplaceText processor is a little confusing. Using attributes doesn't work that way for this processor. It treats them literally, it doesn't use the value of the attribute in the properties. That is why the resulting output isn't the same.
... View more
09-21-2017
05:36 PM
@Diego A Labrador
With current versions of HDF, there is no reliable way to share data across nodes. There are plans to do this, but I am unsure of the timeline for this capability.
... View more
09-21-2017
02:58 PM
1 Kudo
@Andy Liang The shutdown of the server without stopping NiFi first has caused corruption in the flowfile repository. You'll have to remove the files from the flowfile and content repositories and then NiFi will restart.
... View more
09-19-2017
04:16 PM
@Virgil Fritz Taneza That looks like the flow file repository has become corrupted. When you shutdown the VM did you stop NiFi first? If not, then next time I would recommend doing it that way. You'll have to remove all data the flow file and content repositories and then NiFi should start.
... View more
09-19-2017
12:52 PM
2 Kudos
@John Carter Assuming you have the flow designed correctly. You don't have to reset the counter. That is why the Wait/Notify use the DistributedMapCacheClientService. It will keep track of the signal count. Would you be willing to provide a snapshot of your flow? Also, a snapshot of how the DistributedMapCacheServer controller service is configured.
... View more
09-18-2017
08:16 PM
@John Carter What does the configuration of the Wait processor look like?
... View more
09-18-2017
04:09 PM
@Pradhuman Gupta Did this answer your questions or are you still unclear?
... View more
09-16-2017
07:55 PM
@mayki wogno When using the InvokeHttp, the body of the request has to be in the content of the flow file.
... View more