Member since 
    
	
		
		
		07-04-2017
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                19
            
            
                Posts
            
        
                1
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		11-19-2018
	
		
		11:39 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi All,  i want to use Knox without LDAP authentication.  Thanks in Advance. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache Knox
 
			
    
	
		
		
		10-24-2018
	
		
		05:52 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Thanks @dbalasundaran, it helps.  I used below link:  https://docs.hortonworks.com/HDPDocuments/HDPS/HDPS-4.0.0/bk_solr-search-installation/content/ch_hdp-search.html 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-24-2018
	
		
		05:47 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Thanks, it helps. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-23-2018
	
		
		06:32 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I have deployed HDP 3.0 with Ambari 2.7.0.  Followed below link to add mpack:  https://docs.hortonworks.com/HDPDocuments/HDPS/HDPS-3.0.0/bk_solr-search-installation/content/hdp-search30-install-mpack.html  But still, SOLR is not available in Ambari services.  Please, any break through.  Thanks in advance. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-22-2018
	
		
		07:03 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi All,  i am executing Ambari-DDL-MySQL-CREATE.sql before ambari-setup and getting below issue in sql script.  CREATE TABLE members ( member_id INTEGER, group_id INTEGER NOT NULL, user_id INTEGER NOT NULL, CONSTRAINT PK_members PRIMARY KEY (member_id), CONSTRAINT FK_members_group_id FOREIGN KEY (group_id) REFERENCES groups (group_id), CONSTRAINT FK_members_user_id FOREIGN KEY (user_id) REFERENCES users (user_id), CONSTRAINT UNQ_members_0 UNIQUE (group_id, user_id));  Thanks in Advance. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache Ambari
 
			
    
	
		
		
		10-22-2018
	
		
		05:29 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi All,   using MySql server to setup ambari server, followed below link to create a username, password, and database for ambari https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.1.0/administering-ambari/content/amb_using_ambari_with_mysql_or_mariadb.html   while ambari-setup, i got below issue: Enter Database Password (bigdata): Invalid characters in password. Use only alphanumeric or _ or - characters    i tried to change the password of mysql database, but got below issue: CREATE USER 'ambari'@'%' IDENTIFIED BY 'bigdata123456'; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements   I find that there is conflict in accepting the password.   Please suggest.   Thanks in Advance. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache Ambari
 
			
    
	
		
		
		10-16-2018
	
		
		07:01 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 It helps to identify the issue.Thank you, Jay. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-15-2018
	
		
		06:45 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi All,  Greeting for the day.  Not able to start nifi cluster.  below error occur in nifi-bootstrap.log:  2018-10-15 12:02:08,321 ERROR [NiFi logging handler] org.apache.nifi.StdErr SLF4J: Class path contains multiple SLF4J bindings.
2018-10-15 12:02:08,321 ERROR [NiFi logging handler] org.apache.nifi.StdErr SLF4J: Found binding in [jar:file:/usr/hdf/2.1.1.0-2/nifi/lib/phoenix-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2018-10-15 12:02:08,321 ERROR [NiFi logging handler] org.apache.nifi.StdErr SLF4J: Found binding in [jar:file:/usr/hdf/2.1.1.0-2/nifi/lib/logback-classic-1.1.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2018-10-15 12:02:08,322 ERROR [NiFi logging handler] org.apache.nifi.StdErr SLF4J: Found binding in [jar:file:/usr/hdf/2.1.1.0-2/nifi/lib/phoenix-4.7.0.2.5.3.0-37-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2018-10-15 12:02:08,322 ERROR [NiFi logging handler] org.apache.nifi.StdErr SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2018-10-15 12:02:08,340 ERROR [NiFi logging handler] org.apache.nifi.StdErr log4j:WARN No appenders could be found for logger (org.apache.nifi.NiFi).
2018-10-15 12:02:08,340 ERROR [NiFi logging handler] org.apache.nifi.StdErr log4j:WARN Please initialize the log4j system properly.
2018-10-15 12:02:08,340 ERROR [NiFi logging handler] org.apache.nifi.StdErr log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
2018-10-15 12:02:08,899 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 44274
2018-10-15 12:02:39,239 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi    Thanks in Advance. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache NiFi
 - 
						
							
		
			Cloudera DataFlow (CDF)