Member since 
    
	
		
		
		10-02-2015
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                14
            
            
                Posts
            
        
                4
            
            
                Kudos Received
            
        
                2
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 1525 | 01-10-2017 02:18 PM | |
| 7817 | 12-21-2016 06:08 PM | 
			
    
	
		
		
		01-10-2017
	
		
		02:18 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 On a default install, it's in /usr/lib/ambari-server/web.  Source code is available at https://github.com/apache/ambari/tree/branch-2.4/ambari-web 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		01-03-2017
	
		
		08:24 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 As @jaimin indicated, it is safe to cascade delete the offending record.  At the end of the day, the repository_version_id values should be singular across the cluster_version and host_version tables.  Since you will have two records with the same version string, the id-lookup is what matters. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-21-2016
	
		
		09:22 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 For properties that are disabled like that, you have to use the helper script configs.sh like so:  ./configs.sh set localhost c1 zeppelin-env zeppelin_pid_dir /var/run/zeppelin/piddir  (Replace variables as required for hostname, cluster name, pid dir etc.)  After you set it, you may need to reload the config page to see the change and restart your services.  Thanks 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-21-2016
	
		
		06:08 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 You can always customize the location in Ambari.  The property zeppelin_pid_dir in "Advanced zeppelin-env" is where it's set 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-04-2016
	
		
		06:18 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Can you check the repositories in /etc/yum.repos.d for the repo identified as HDP-2.4.0.0-169?  Does the baseurl look correct?  Are they reachable from the host?  If not, you'll need to edit the base urls in the UI and try it again. 
						
					
					... View more