Member since 
    
	
		
		
		01-05-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                56
            
            
                Posts
            
        
                23
            
            
                Kudos Received
            
        
                9
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 2442 | 09-27-2017 06:11 AM | |
| 2927 | 09-21-2017 06:36 PM | |
| 1384 | 06-15-2017 01:28 PM | |
| 2617 | 12-09-2016 08:39 PM | |
| 2728 | 09-06-2016 04:57 PM | 
			
    
	
		
		
		05-25-2016
	
		
		07:25 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							@Nasheb Ismaily  You might need to set the minimum-user-limit-percent (say 30%)   yarn.scheduler.capacity.root.support.services.minimum-user- limit-percent  Unless the 30% of the queue capacity is available , the job will not start. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-24-2016
	
		
		02:12 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Good to know. Would you mind to mark this answer as solved?   Thanks @Zack Riesland 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-24-2016
	
		
		01:55 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Below is the permission what I have and it works fine. Just tested it.  [root@sandbox current]# cd zeppelin-server/
[root@sandbox zeppelin-server]# ls -la
total 12
drwxr-xr-x  3 zeppelin hadoop   4096 2016-03-14 14:34 .
drwxr-xr-x 40 root     root     4096 2016-03-14 15:04 ..
drwxr-xr-x  7 zeppelin zeppelin 4096 2016-04-13 15:39 lib
[root@sandbox zeppelin-server]# cd lib
[root@sandbox lib]# ls -ltr
total 1380
-rw-r--r--  1 zeppelin hadoop    6675 2016-02-10 10:40 README.md
-rw-r--r--  1 zeppelin hadoop   13540 2016-02-10 10:40 LICENSE
-rw-r--r--  1 zeppelin hadoop 1297455 2016-02-10 10:48 zeppelin-web-0.6.0.2.4.0.0-169.war
-rw-r--r--  1 zeppelin hadoop   66393 2016-02-10 10:48 zeppelin-server-0.6.0.2.4.0.0-169.jar
lrwxrwxrwx  1 zeppelin hadoop      18 2016-03-14 14:34 conf -> /etc/zeppelin/conf
drwxr-xr-x  2 zeppelin hadoop    4096 2016-03-14 14:34 bin
drwxr-xr-x 17 zeppelin hadoop    4096 2016-03-14 14:35 interpreter
drwxr-xr-x  2 zeppelin hadoop    4096 2016-03-14 14:35 lib
drwxr-xr-x  3 zeppelin hadoop    4096 2016-04-13 15:39 webapps
drwxr-xr-x 17 zeppelin hadoop    4096 2016-05-24 13:52 notebook
  Let me know after you set it and still has a problem. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-24-2016
	
		
		01:39 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Zack Riesland This does not look like the HDFS permission issue. Zeppelin is not able to create its notebook on the OS in the location /usr/hdp/current/zeppelin-server/lib/notebook/2BNKRY7B6   Check the permissions/directories in the location /usr/hdp/current/zeppelin-server 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-23-2016
	
		
		06:21 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 
Try this  #curl -u admin:$PASSWORD -i -H 'X-Requested-By: ambari' -X PUT -d '{"RequestInfo": {"context" :"Stop $SERVICE via REST"}, "Body": {"ServiceInfo": {"state": "INSTALLED"}}}' http://$AMBARI_HOST:8080/api/v1/clusters/$CLUSTER/services/$SERVICE  and then Delete using the Curl. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-27-2016
	
		
		01:19 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							@Koffi Can you also post a screenshot of your yarn interpreter settings on your zeppelin ? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-26-2016
	
		
		08:44 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Koffi Did you configure the interpreter correctly?   refer to this link for more details  http://hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/ 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-13-2016
	
		
		10:15 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Ok. This is failing due to python pip tools. Did you find a way to install it successfully ?   
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-13-2016
	
		
		10:11 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Refer this page on how to install python pip tools manually.   http://www.liquidweb.com/kb/how-to-install-pip-on-centos-7/ 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-13-2016
	
		
		10:09 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Which version of HDP sandbox is this? Try using HDP 2.4 latest one.   http://hortonworks.com/products/hdp/    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
- Next »
 
        













