Member since
03-14-2016
6
Posts
1
Kudos Received
0
Solutions
03-28-2024
07:42 AM
We have used consumeJMS in NiFi ( CFM 2.1.5.0-215) in the past with traditional monolithic jars from IBM that had all the classes: dhbcore-7.5.jar ESBSSLReader.jar jboss-common-4.0.0.jar jboss-j2ee-4.0.0.jar jms.jar mq-8.0.0.4.jar mq.allclient-8.0.0.4.jar mq.commonservices-8.0.0.4.jar mq.headers-8.0.0.4.jar mq.jmqi-8.0.0.4.jar mqjms-8.0.0.4.jar The new client does not use these jars. From the IBM documentation for 9.3.5 client, it seems NiFi is using a "modular" configuration if I read things correctly. It has the warning: Note: If you have applications that use the available JAR files in a modular context by relying on the default module names, you must update your applications to require the new module names. The default module names are derived from the JAR file names. Followed by: You can configure your modular application to use IBM MQ classes for JMS (com.ibm.mq.allclient.jar) by completing the following steps: Configure the application to require the com.ibm.mq.javax module. Configure the application to include the MQ_HOME/java/lib/modules/javax directory in the module-path.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
05-12-2023
09:35 AM
If the Hbase server has web Hbase running you can use a REST call and NiFis InvokeHTTP to get versions. Note the v=999. Newer processors may return what you need. https://yourURL/gateway/cdp-proxy-api/hbase/<databasename>:${hbaseTable}/<yourHbasekey>/<col:famly>?v=999
... View more
12-15-2020
10:25 AM
We removed a kakfa node (Ambari 2.7.3) and Ranger Plugins Tab still thinks the node is active. Nothing in ambari or ranger logs. Not a big deal just irritating. UI using REST call to /service/plugins/plugins/info
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Ranger
09-26-2017
08:54 PM
1 Kudo
This procedure has been replaced by https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/about_ranger_policies.html#enable_deny_conditions_for_policies . It is located on a page about implementing tag-based policies. ranger enableDenyAndExceptionsInPolicies=true deny and exception.
... View more