Member since 
    
	
		
		
		04-16-2019
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                373
            
            
                Posts
            
        
                7
            
            
                Kudos Received
            
        
                4
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 25466 | 10-16-2018 11:27 AM | |
| 9458 | 09-29-2018 06:59 AM | |
| 1522 | 07-17-2018 08:44 AM | |
| 8344 | 04-18-2018 08:59 AM | 
			
    
	
		
		
		08-30-2017
	
		
		08:40 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 curl -iv -u $Ambariuser:$ambaripass -H "X-Requested-By: ambari" -X POST -d '{"Users/user_name":"$username","Users/password":"$password","Users/active":"true","Users/admin":"false"}' http://$localhost:8080/api/v1/users  I am executing this curl command to create user, but $username does not replace what I am passing instead it is passing as $username only, and user been created as $username 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Ambari
			
    
	
		
		
		08-10-2017
	
		
		06:39 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 embedded mode 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-10-2017
	
		
		05:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 ambari metrics collector restarting again and again, first it refuse to connect then alerts in ambari and finally it's status OK, this is happening again and again, stopping and auto starting itself, I have gone through amabari-metrics-collector logs   Error Path:/ams-hbase-unsecure Error:KeeperErrorCode = NodeExists for /ams-hbase-unsecure  Error:KeeperErrorCode = NodeExists for /ams-hbase-unsecure/online-snapshot/acquired  zookeeper.ClientCnxn: Opening socket connection to server  Will not attempt to authenticate using SASL (unknown error)  Note : hbase.zookeeper.property.clientPort=2181  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Ambari
			
    
	
		
		
		07-20-2017
	
		
		12:25 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I want to add particular user let's say am to particular yarn queue q1 ?  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Hadoop
- 
						
							
		
			Apache YARN
			
    
	
		
		
		07-17-2017
	
		
		07:48 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 I have to change yarn.nodemanager.linux-container-executor.nonsecure-mode.limit-users property value, but i changed yarn-site.xml going to server, instead of doing this we can go to ambari and change custom-site.  but i do not understand why first method is not recommended ? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Ambari
- 
						
							
		
			Apache Hadoop
- 
						
							
		
			Apache YARN
			
    
	
		
		
		07-13-2017
	
		
		12:43 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 can you tell me how to filter details from above output like i want to get application id, aplication type, state, &startedTime, memory usage 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		07-13-2017
	
		
		11:33 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I want to get application id, type , memory usage and start time for running applications using  resource manager rest api ? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Hadoop
- 
						
							
		
			Apache YARN
			
    
	
		
		
		07-11-2017
	
		
		06:40 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 When i create Internal table with phoenix i got error " Syntax error. Encountered "BY"  "  create table phoenix_table (
. . . . . . . . >   s1 CHAR(10),
. . . . . . . . >  i1 INTEGER,
. . . . . . . . >   f1 FLOAT,
. . . . . . . . >   d1 DOUBLE
. . . . . . . . > )
. . . . . . . . > STORED BY 'org.apache.phoenix.hive.PhoenixStorageHandler'
. . . . . . . . > TBLPROPERTIES (
. . . . . . . . > "phoenix.table.name" = "phoenix_table",
. . . . . . . . > "phoenix.zookeeper.quorum" = "localhost",
. . . . . . . . > "phoenix.zookeeper.znode.parent" = "/hbase",
. . . . . . . . >   "phoenix.zookeeper.client.port" = "2181",
. . . . . . . . > "phoenix.rowkeys" = "s1, i1",
. . . . . . . . > "phoenix.column.mapping" = "s1:s1, i1:i1, f1:f1, d1:d1",
. . . . . . . . > "phoenix.table.options" = "SALT_BUCKETS=10, DATA_BLOCK_ENCODING='DIFF'"
. . . . . . . . > ); 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
- 
						
							
		
			Apache Phoenix
- « Previous
- Next »
 
        













