Member since
09-02-2016
56
Posts
6
Kudos Received
0
Solutions
02-06-2017
02:05 PM
Using commons-collections-3.2.1 solved the issue.Thanks, @Matt Burgess.
... View more
02-03-2017
07:01 PM
Sorry, I cannot copy the log but I see the below error message. Nothing else. "failed to process session due to java.lang.NoClassDefFoundError: org/apache/commons/collections/map/ListOrderedMap: java lang.NoClassFoundError: org/apache/commons/collections/map/ListOrderedMap" .
... View more
02-03-2017
03:57 PM
My flow transforms data in JSON format to XML format using a Groovy script in ExecuteScript processor. The script imports net.sf.json.JSON, net.sf.json.JSONSerializer and net.sf.json.xml.XMLSerializer. I included all the jars below but I get an error, "Failed to process session due to java.lang.NoClassDefFoundError:Could not initialize class net.sf.json.JsonConfig". I tried with different versions of the jar but an error still persists. Please suggest what's going wrong. Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
11-22-2016
05:15 PM
Thanks for explaining the missing bits @Shishir Saxena, this is very valuable information. I moved the input/output ports to root level processing group and I could transfer data from A to B.
... View more
11-22-2016
01:50 PM
Thanks for the quick answer @Andrew Grande.
Used 8443 port because we have very limited ports available to use and for now we are testing non-secured instance. Thanks for the suggestion, shall follow best practices. Removed nifi.remote.* properties on the A side. Removed input.socket.port on the B side. http://B-hostname:8080/nifi/ is the URL and HTTP is the transport protocol used in RPG setup. I am not much into this, may I please know how to make sure input/output ports added the root top-level processing group on B? I did the suggested changes but couldn't see the ports in RPG after initial setup.
... View more
11-22-2016
11:58 AM
I am trying to push data from NiFi instance (A) to another NiFi instance (B) with below configurations - site to site properties in A nifi.remote.input.host=FQDN of B nifi.remote.input.secure=false nifi.remote.input.socket.port=8443 nifi.remote.input.http.enabled=true nifi.remote.input.http.transaction.ttl=30 sec site to site properties in B nifi.remote.input.host=FQDN of A nifi.remote.input.secure=false nifi.remote.input.socket.port=8443 nifi.remote.input.http.enabled=true nifi.remote.input.http.transaction.ttl=30 sec I configured RPG, could browse to the remote host using 'Go To' but
couldn't see any ports in Remote Ports.
... View more
Labels:
- Labels:
-
Apache NiFi
10-26-2016
02:10 PM
Hi @Pierre Villard My input is as shown below
i, John, $100 ii, Kevin, $150 iii, Steve, $200 I used ExtractText processor with Enable Multiline Mode=true, Enable DOTALL Mode=true and new property line=(.*). After execution I see below in provenance event in attributes tab
line i, John, $100 ii, Kevin, $150 iii, Steve, $200 line.0 i, John, $100 ii, Kevin, $150 iii, Steve, $200 line.1 i, John, $100 ii, Kevin, $150 iii, Steve, $200 Expected output
line i, John, $100 line.0 ii, Kevin, $150 line.1 iii, Steve, $200 Please suggest.
... View more
09-19-2016
01:51 PM
1 Kudo
Hello Everyone, I would like to know steps and procedure to create a custom JMS factory configuration in Apache Nifi. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
09-12-2016
10:22 AM
Hello Everyone I would like to learn the best practices to integrate Nifi with Hadoop cluster. Please share the same. Regards
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache NiFi
09-12-2016
10:14 AM
Hello everyone, Please share the best practices for setting up Nifi in Cluster mode and Standalone mode. Best Regards
... View more
Labels:
- Labels:
-
Apache NiFi
- « Previous
- Next »