Member since 
    
	
		
		
		03-14-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                6
            
            
                Posts
            
        
                1
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		04-03-2024
	
		
		06:39 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 https://community.cloudera.com/t5/Support-Questions/how-to-Setup-IBM-MQ-Configuration-for-Nifi/td-p/118155     https://nifi.apache.org/documentation/nifi-2.0.0-M2/components/org.apache.nifi/nifi-jms-processors-nar/2.0.0-M2/org.apache.nifi.jms.cf.JMSConnectionFactoryProvider/additionalDetails.html 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		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-26-2020
	
		
		01:39 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @slambe @woodcock_mike      Take the back up of the DB first just in-case.  This has to be done from ranger DB, following querries may help to get rid of deleted server form the plugin status page:-     select id,service_name,app_type,host_name from x_plugin_info where host_name='HOST_NAME';     Where HOST_NAME is the host that has been removed form the cluster, verify the details.  To remove the plugin status info for the removed host run following query:-     DELETE FROM x_plugin_info where host_name='HOST_NAME';    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		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