Member since 
    
	
		
		
		07-31-2019
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                346
            
            
                Posts
            
        
                259
            
            
                Kudos Received
            
        
                62
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 3897 | 08-22-2018 06:02 PM | |
| 2229 | 03-26-2018 11:48 AM | |
| 5265 | 03-15-2018 01:25 PM | |
| 5632 | 03-01-2018 08:13 PM | |
| 1871 | 02-20-2018 01:05 PM | 
			
    
	
		
		
		01-13-2016
	
		
		06:18 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Thanks all of you for your answers. Below are answers that i got from Apache atlas developer   Apache atlas supports integration with hive. limited integration with storm, kafka, sqoop and falcon is available in 0.6
Atlas   metadata is stored in titan graph   Atlas doesn’t support metadata exchange with informatica currently. Its in the roadmap 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-15-2015
	
		
		02:41 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hello @David Sight,  Cloudbreak is able to provision Ambari based HDP clusters on different providers(Azure,Aws,Gcp and Openstack-Juno). Cloudbreak is also capable for up/down scale clusters but just manually.  Periscope is connected to Cloudbreak and provides autoscaling functionalities based on alerts that are provided by Ambari. It could create alarms that relates Ambari's alarms and alarms could be associeated with up/down scale events. That events can up/down scale the cluster using Cloudbreak.  An overview: https://www.youtube.com/watch?v=sFSCzL7NWl4  Blog post about Periscope and its UI: http://blog.sequenceiq.com/blog/2014/12/12/cloudbreak-got-periscope/ 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-02-2016
	
		
		07:37 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Abhishek Srivastava are you still having issues with this? Can you accept best answer or provide your own solution? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-17-2017
	
		
		03:51 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 i got the similar issues above with HDP2.6   when i run yum -y erase hdp-select on each host, still there exist problem where   Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams  Kindly advise.  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-12-2016
	
		
		07:29 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 For VisualBox sandbox, you can access Zeppelin at http://YourIP:9995 instead !!  It is work for me 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-03-2016
	
		
		01:26 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		3 Kudos
		
	
				
		
	
		
					
							 @Wael Emam  Its never recommended to have different OS for same host in cluster. If you still manage to bypass this for ambari agent install you will still face issue while deploying services and running applications on the host.  Better is to re-install and use same version of OS.  Still you can check - https://community.hortonworks.com/questions/18479/how-to-register-host-with-different-os-to-ambari.html 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-12-2015
	
		
		07:33 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @hrongali@hortonworks.com I think a hive UDF could implement same logic, but would be easier to consume than map-reduce program. I think this UDF from brickhouse do this:  https://github.com/klout/brickhouse/blob/master/src/main/java/brickhouse/hbase/CachedGetUDF.java 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-13-2018
	
		
		08:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Guilherme Braccialli   I have a log file in which i have last field as key value pair.   for example:  2017-11-29 16:19:39,217 DEBUG [pool-4-thread-4] OutBound Msg From Engine -> |9=76|35=p|a=b|c=hg|  2017-11-29 16:20:29,217 DEBUG [pool-4-thread-4] OutBound Msg From Engine -> |3=6|35=w|a=b|  how to analyse this? Can we use your custom serde for this?   Because Regex serde is not supporting complex data types. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-14-2015
	
		
		03:22 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Scott Shaw  How did the delete process go? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-09-2015
	
		
		09:24 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Which kerberos wizard option did you use MIT, AD, or Manual? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
- Next »
 
        













