Member since 
    
	
		
		
		05-02-2017
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                88
            
            
                Posts
            
        
                173
            
            
                Kudos Received
            
        
                15
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 7404 | 09-27-2017 04:21 PM | |
| 3389 | 08-17-2017 06:20 PM | |
| 3073 | 08-17-2017 05:18 PM | |
| 3649 | 08-11-2017 04:12 PM | |
| 5124 | 08-08-2017 12:43 AM | 
			
    
	
		
		
		05-24-2017
	
		
		07:17 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		2 Kudos
		
	
				
		
	
		
					
							 @Mathi Murugan  Are all of your data nodes healthy and have enough available disk space? For some reasons writing block to one of them fails and beacuse your replication factor is 2 and replace-datanode-on-failure.policy=DEFAULT, NN will not try another DN and write fails. So, first make sure your DNs are all right. If they look good then try to set   dfs.client.block.write.replace-datanode-on-failure.policy=ALWAYS  dfs.client.block.write.replace-datanode-on-failure.best-effort=true  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-22-2017
	
		
		08:39 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							@Jay SenSharma Please find the attached logs.PFAambari-alerts.txt 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-22-2017
	
		
		06:13 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		3 Kudos
		
	
				
		
	
		
					
							 Getting an Alert of Variance on HDFS service in HDP  The variance for this alert is 1,091,249,401B which is 37% of the 2,971,031,562B average (594,206,312B is the limit) 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Ambari
- 
						
							
		
			Apache Hadoop
			
    
	
		
		
		05-18-2017
	
		
		09:40 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Jay SenSharma   I am using postgresql as embedded DB for ambari. Which database should I use for query. Is it ambari or postgres, please suggest. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-18-2017
	
		
		08:58 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		2 Kudos
		
	
				
		
	
		
					
							@Jay SenSharma Yes, I can see some Exceptions are like this,  18 May 2017 07:56:33,754  WARN [ambari-client-thread-26] PermissionHelper:78 - Error occurred when cluster or view is searched based on resource id  java.lang.NullPointerException  at org.apache.ambari.server.security.authorization.PermissionHelper.getPermissionLabels(PermissionHelper.java:74)  I guess it is the same Exception you said. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-18-2017
	
		
		08:53 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		3 Kudos
		
	
				
		
	
		
					
							 I have upgrade Ambari from 2.4.2 to 2.5.0, After that I am not able to login into ambari getting following error in ambari-server.log file,  18 May 2017 07:56:33,975 ERROR [ambari-client-thread-26] ContainerResponse:419 - The RuntimeException could not be mapped to a response, re-throwing to the HTTP container  com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheLoader returned null for key 58.          at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2348)          at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2318)          at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)          at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)          at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:125)          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)          at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)          at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:231)          at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)          at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)          at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)          at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)          at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)          at java.lang.Thread.run(Thread.java:748)  18 May 2017 07:56:33,977  WARN [ambari-client-thread-26] ServletHandler:561 - Error Processing URI: /api/v1/users/admin - (com.google.common.cache.CacheLoader$InvalidCacheLoadException) CacheLoader returned null for key 58.  18 May 2017 07:56:33,977  WARN [ambari-client-thread-26] ServletHandler:561 - Error Processing URI: /api/v1/users/admin - (com.google.common.cache.CacheLoader$InvalidCacheLoadException) CacheLoader returned null for key 58.  screen-shot-2017-05-18-at-12654-pm.png 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Ambari
			
    
	
		
		
		05-11-2017
	
		
		10:11 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Asier Gomez   Thanks. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-11-2017
	
		
		09:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							@Asier Gomez Looking at you snapshots, I found some inconsistencies like,  You have not upgrade ambari-agent package on ambari-server host and other packages also, see  yum list installed | grep ambari
	ambari-agent.x86_64  2.4.2.0-136  @Updates-ambari-2.4.2.0
	ambari-metrics-grafana.x86_64  2.4.2.0-136  @Updates-ambari-2.4.2.0
	ambari-metrics-hadoop-sink.x86_64  2.4.2.0-136  @Updates-ambari-2.4.2.0
	ambari-metrics-monitor.x86_64  2.4.2.0-136  @Updates-ambari-2.4.2.0  all have version 2.4.2.0-136, You have to upgrade all these component as well.  Also on ambari-agent host,  yum list installed | grep ambari
ambari-metrics-hadoop-sink.x86_64  2.4.2.0-136  @Updates-ambari-2.4.2.0
ambari-metrics-monitor.x86_64  2.4.2.0-136  @Updates-ambari-2.4.2.0  Here also you need to upgrade these two packages to 2.5.0.3-7.  Then restart the ambari-agent, This will solve your problem. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-11-2017
	
		
		08:35 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		3 Kudos
		
	
				
		
	
		
					
							@Asier Gomez First check Is your ambari-agent running on your host or not by,  ambari-agent status  If it is running fine then check your versions of ambari-server and ambari-agent on the host. Also check the entry in properties file of ambari,  yum list installed | grep ambari  Configuration file:-  /etc/ambari-agent/conf/ambari-agent.ini  [server]  hostname=Ambari-server Hostname 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-04-2017
	
		
		05:03 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Have you checked your HDFS Health. You can check it using hdfs fsck. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
- Next »
 
         
					
				













