Member since
08-03-2016
6
Posts
1
Kudos Received
0
Solutions
06-21-2018
05:41 PM
Set your module direct to something like this to pick up all the python modules, /usr/local/lib/python2.7/site-packages,/usr/lib/python2.7/dist-packages
... View more
04-05-2017
03:20 AM
@Arti Wadhwani Thanks for the information, just was looking at the source code and seems like we have it addressed. Upon looking at the source code, the support for dynamic property for DBCPConnection has been checked in on 02/01/2017 in the git https://github.com/apache/nifi/commit/2d6d7710c776a4e5608f1da63eba9e8435f72506 https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/src/main/java/org/apache/nifi/dbcp/DBCPConnectionPool.java context.getProperties().keySet().stream().filter(PropertyDescriptor::isDynamic) .forEach((dynamicPropDescriptor) -> dataSource.addConnectionProperty(dynamicPropDescriptor.getName(), context.getProperty(dynamicPropDescriptor).evaluateAttributeExpressions().getValue()));
... View more
03-29-2017
05:30 PM
@Tom McCuch Hi, after removing --delete-target-dir, was able to write. However when adding the property fails, i have verified my IAM role and it has s3:* permission. Any thoughts.
... View more
03-08-2017
11:25 PM
DBConnectionPool controller does not contain provisions to specify truststore and truststorepassword for establishing a jdbc connection over ssl when authentication is enabled on the oracle server.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache NiFi
08-03-2016
08:28 PM
Thanks for a quick response. Also i see the consumekafka is connecting to broker instead of zookeeper, does it mean that it is doing a direct connect to kafka and not maintain the offset with zookeeper. Also where are the offsets stored in this case?
... View more
08-03-2016
03:55 PM
1 Kudo
Labels:
- Labels:
-
Apache NiFi