Member since 
    
	
		
		
		07-12-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                2
            
            
                Posts
            
        
                2
            
            
                Kudos Received
            
        
                2
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 5467 | 09-18-2017 06:07 AM | |
| 3245 | 04-13-2017 11:27 AM | 
			
    
	
		
		
		09-18-2017
	
		
		06:07 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		2 Kudos
		
	
				
		
	
		
					
							 You can pip install impala-shell from github:  $ pip install git+git://github.com/dknupp/impala-shell.git  afterwards you can run impala-shell to connect to your cluster:     $ impala-shell -i my_impalad.foo.cloudera.com     For more information go to: https://github.com/dknupp/impala-shell 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-20-2017
	
		
		01:33 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Thank you for your quick response.  It's a bit disappointing that impala differs from hive:  hive> select from_unixtime(1492677561,'yyyy-MM-dd\'H\'HH');
OK
_c0
2017-04-20H08  I've created https://issues.apache.org/jira/browse/IMPALA-5237     
						
					
					... View more