Member since
07-17-2016
23
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4013 | 05-08-2018 06:11 AM |
05-12-2018
10:08 AM
Thanks, it is a good answer, may I know how to run a command Execute Stream Command processor with pipeline "|" ?
... View more
05-11-2018
07:52 AM
How to remove folder and everything inside that folder in Apache Nifi?
... View more
Labels:
- Labels:
-
Apache NiFi
05-10-2018
10:38 PM
Could you give me a concrete example for that? If you are not having fully qualified filename then we need to list all the files in the directory by using ExecuteStreamCommand processor by passing the dynamic generated directory name as an argument to list all the files in the directory then using Fetch File processor you can pull the required files into data flow.
... View more
05-10-2018
08:40 AM
1 Kudo
Can I get the files in the middle of the data flow? I know I can get files by getfile processors but it is limited to the beginning of the data flow, please advise how can I get retrieve the files in the middle of the data flow? The reason is that I would like to pass the dynamic generated directory to be retrieve in the getfile / similar processor, it needs to be middle of the flow.
... View more
Labels:
- Labels:
-
Apache NiFi
05-08-2018
06:11 AM
This is fixed by doing below:
Set default encoding using the JAVA_TOOL_OPTIONS environment variable: (nifi-env.sh) <-- currently this one not implemented export JAVA_TOOL_OPTIONS=-Dfile.encoding=utf8
Add default encoding parameter to NiFi’s bootstrap.conf file: java.arg.8=-Dfile.encoding=UTF8
Of course, adjust the argument’s number according to your configuration. And in nifi-env.sh export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8"
... View more
05-08-2018
03:23 AM
Just tested, I are not able to write to local path "/tmp" neither
... View more
05-07-2018
02:49 AM
I am currently running apache nifi in centos 7, and mounted some network drives by samba ( windows share ), then in the nifi data flow, I use putfile to write some files with Chinese Characters filename into the network drives by samba. Then I got this error PutFile[id=e0ae7c13-0162-1000-f401-ecb9b39fa9de] Penalizing StandardFlowFileRecord[uuid=04563401-54ff-4a1f-9117-02e4472ff0c4,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=1525659272432-6, container=default, section=6], offset=0, length=6981],offset=0,name=用户划款授权通知书.pdf,size=6981] and transferring to failure due to Malformed input or input contains unmappable characters: .用户划款授权通知书.pdf: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: .用户划款授权通知书.pdf Please advise how to do.
... View more
Labels:
- Labels:
-
Apache NiFi
05-05-2018
11:33 PM
Attributes lost after running SelectHiveQL, do you know why? Is it a bug? And how to fix it? I have some attributes updated before SelectHiveQL, but all the attributes set disappear after running SelectHiveQL, please help.
... View more
Labels:
- Labels:
-
Apache NiFi