Member since
08-04-2018
77
Posts
4
Kudos Received
0
Solutions
05-18-2021
02:38 PM
Does Cloudera have commercial support services for Apache Nifi?
... View more
Labels:
- Labels:
-
Apache NiFi
04-30-2021
07:17 AM
Cannot do similar with docker images apache/nifi-registry:latest, because cannot mount folder. or cannot install got inside container Do you have any suggestions?
... View more
03-05-2020
12:42 PM
Hi @GangWar , Thanks for your sharing, how ever I tried with image apache/nifi:latest https://hub.docker.com/r/apache/nifi/ My expectation is mount folder /opt/nifi/nifi-current/conf (inside nifi-container) to folder nifi (in docker-machine). However it doesnot work. Do you have any suggestions?
... View more
02-27-2020
08:41 AM
hi all,
in general, it is very easy to mount folders from local/host to container
Any suggestions to mount folder inside container to local/host like
-v /path_folder_in_container/:/path_folder_in_local/
or
-v /path_folder_in_container/:/path_folder_in_host/
Many thanks
... View more
Labels:
- Labels:
-
Docker
02-17-2020
05:27 PM
thanks @MattWho
... View more
02-14-2020
12:01 PM
Nifi 1.8.0 ConvertJSONToAvro Please check again, many thanks
... View more
02-13-2020
07:24 AM
It seems more complicated than using JSONToAttributes or ConvertJSONToAvro processor (NiFi version lower 1.7 are supported)
... View more
02-12-2020
12:55 PM
Nifi 1.11.1 cannot find JSONToAttributes and ConvertJSONToAvro,
Any suggestions???
... View more
Labels:
- Labels:
-
Apache NiFi
07-25-2019
12:56 PM
Sorry, but It dose not work in my side. I guess that you didnot test it $.[2].length() In EvaluateJsonPath is always unmatched
... View more
07-23-2019
05:14 PM
In this case, you are changing variable manually, my expectation is changing it through any processors (as UpdateAttribute, ExcecuteScript, ... )
... View more