I am trying to upload a file using "InvokeHTTP" processor in Apache Nifi
Content-Type : multipart/form-data
Getting 500 response.
"message":"RESTEASY007550: Unable to get boundary for multipart"
Please share if anybody has an solution for this.
I face issue with multipart/form-data only in "InvokeHTTP" Processor?
Related
I want to upload a csv file in SharePoint via NiFi, is it possible? I can't find a processor that allows to ingest a csv file in SharePointe via NiFi, thank you for your help
I tried to search for processor PutSharePointList or PutSharePointOnline in https://repo1.maven.org/maven2/org/apache/nifi/ but I can't find it
I just started using apache Nifi to create a flow from the getTwitter process and when I run the process it keeps giving me error403 forbidden .Even 1 after I gave the correct keys and secrets I tried watching multiple videos but none of them seem to help I generated new key values and retired but it still gives me the same error
I would check in with verifying that the Twitter API first, then work with NiFi. If Twitter API does work outside of NiFi, then it's a NiFi issue. If this works, then please feel free to accept this as the answer.
I am working on writing a NiFi workflow and stuck in a scenario where I have to get a few files with different formats. But all the files will be routed to next processor only when we get the json file.
Thanks
InvokeHttp processor is displaying error, Please help in understanding the below error:
Also PFB invokehttp processor:
I'm newbie of Nifi
I'm trying to get data from database and put it to hadoop.
It seems i succeed to connect hadoop from nifi using PutHDFS processor.
After running PutHDFS, a file is created successfully.
But the problem is.. the file is empty. no contents.
I tried to get a file from local nifi server using GetFile, but the result is same. so there is no problem from source.
I have no idea why NIFI fails to write the contents into hadoop file. There is even no error occured.
please help me.