Member since 
    
	
		
		
		07-08-2013
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                548
            
            
                Posts
            
        
                59
            
            
                Kudos Received
            
        
                53
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 3378 | 08-17-2019 04:05 PM | |
| 3151 | 07-26-2019 12:18 AM | |
| 10202 | 07-17-2019 09:20 AM | |
| 5913 | 06-18-2018 03:38 AM | |
| 15249 | 04-06-2018 07:13 AM | 
			
    
	
		
		
		03-24-2016
	
		
		05:43 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 can provide the output for following command $ stat /usr/java/jdk1.8.0_72/bin/java  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-24-2016
	
		
		02:01 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello,      The process is actually documented here http://www.cloudera.com/documentation/enterprise/latest/topics/cm_ag_restore_server.html     What database is Cloudera Manager server is connected to?     michalis 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-20-2016
	
		
		09:55 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi Romulus,     OS level dependencies causing the conflict, since you have Red Hat Enterprise Linux Server you should file a ticket with RHEL to troubleshoot the issue. At first glance it looks like your IUS repo is causing the conflict.     Hope this helps. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-18-2016
	
		
		11:44 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 In you cloudera-quickstart-vm-5.5.0-0-virtualbox over virtualbox, open the web browser navigate and login to Cloudera Manager. In Cloudera Manager Server Homepage using your keyboard hit the Search Hotkey " / " (a forward slash without the quotes). Then again using your keboard type acl - from the drop-down list select the 'hdfs: Enable Access Control Lists' < this should take you to the relevant configuration page where you have to click on the checkbox > [Save] and restart the hdfs service. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-18-2016
	
		
		11:02 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Is your cluster managed by Cloudera Manager server, or are you managing the Hadoop configurations using an editor? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-16-2016
	
		
		02:48 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Yes you can stop service and it's individual roles via CM API [1]      > Is there a specific table it stores relevant data for us to query and check?   Service status can be check directly from the CM API querying the relevant endpoint, specifically for the service you'd need to GET (open your browser) to the service endpoint [2] which will give you its state [3]        As a start point you could see the example [4a][4b]     [1] https://github.com/cloudera/cm_api/wiki/Start-Stop-Restart-JobTracker-Role  [2] https://cloudera.github.io/cm_api/apidocs/v11/path__clusters_-clusterName-_services_-serviceName-.html#GET  [3] https://cloudera.github.io/cm_api/apidocs/v11/ns0_apiServiceState.html  [4a] https://github.com/cloudera/cm_api/tree/master/python/examples  [4b] https://github.com/gdgt/cmapi 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-15-2016
	
		
		09:08 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Can you summarise your end goal, so I can provide you with an appropriate information. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-15-2016
	
		
		07:40 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 So far we confirmed that nothing is actually running on the nodes and attempting a simple workaround has not given you a positive outcome.      Let's do it the hard way 😉       per your description     1 host(s) have stale Kerberos client configuration but will not be updated because there is a process running. Consider stopping roles on these hosts to ensure that they are updated by this command:     can you check in your CM database under the _roles_ table and list all the _configured_status - we could set it to STOPPED and see if you can proceed withe deploying Kerberos client-config     ie: login to your cloudera manager database and execute the below SQL query;  select name, configured_status from roles;     can you paste the output so I can check which role is RUNNING       
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-07-2016
	
		
		05:17 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Can you attempt the following workaround;     Stop the cluster: Cloudera Manager > Cluster > Stop  Stop Cloudera Management Service: Cloudera Manager > Management Service > Stop  Deploy Kerberos Client Configuration: Cloudera Manager > Cluster > Deploy Kerberos Client Configuration  Start Cloudera Management Service: Cloudera Manager > Management Service > Start  Start the cluster: Cloudera Manager > Cluster > Start     let me know if this helps 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-07-2016
	
		
		03:30 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 > 1 host(s) have stale Kerberos client configuration but will not be updated because there is a process running.  In the CM UI> Hosts> click (affected host)> click [Processes] tab to see what processes are running on that host.  Alternative, on the affected host terminal. Check [1] the child CDH role/processes that supervisord is controlling;     Stop the relevant role/process from Cloudera Manager     Let me know if this helps,    [1]  option 1. [bash]# for process in $(pgrep -P $(ps aux | grep [s]upervisord | awk '{print $2}')); do ps -p $process -o euser,pid,command | awk 'NR>1'; done  option 2. ps auxwf    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		 
        













