Member since 
    
	
		
		
		01-11-2017
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                11
            
            
                Posts
            
        
                5
            
            
                Kudos Received
            
        
                1
            
            
                Solution
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 5115 | 06-16-2017 07:21 AM | 
			
    
	
		
		
		07-31-2017
	
		
		07:51 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @Gordon Banker  Have you tried to use this information https://zeppelin.apache.org/docs/0.7.0/interpreter/python.html ? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-26-2017
	
		
		02:34 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hi @Kulasangar Gowrisangar  It seems that you regexp pattern is not correct. Try this one ^[^0-9]+  If you need more help with regular expressions I recommend this site https://regex101.com/  This pattern starts from the beginning of the string and then is looking for any character except numbers. With your example row the result is string "apache". 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-16-2017
	
		
		09:03 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi,  I have exactly the same situation. Haven't find the solution yet. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-16-2017
	
		
		07:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hi @Kamolphan Liwprasert  There is the following line in your logfile:  Caused by: java.lang.RuntimeException: org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://dev-server1.c.sertis-data-center.internal:8020/user/druid/quickstart/wikiticker-2015-09-12-sampled.json  Make sure you have your sample file there.  Regards,  Andres 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-15-2017
	
		
		08:15 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Yes, they will be moved from HDP starting from HDP 3.0.0.  The following information is taken from release notes:  The following components are marked moving from HDP and will be moved in a future HDP release to an alternative Hortonworks Subscription and Offering:     Component or Capability  Status  Marked Moving as of  Target Release for Move      Apache Accumulo  Moving  HDP 2.6.0  HDP 3.0.0    Apache Kafka  Moving  HDP 2.6.0  HDP 3.0.0    Apache Storm  Moving  HDP 2.6.0  HDP 3.0.0    Cloudbreak  Moving  HDP 2.6.0  HDP 3.0.0    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-15-2017
	
		
		12:04 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hi,  Yes currently HDP (2.6.x) does contain Kafka and Strom but according to the release notes https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_release-notes/content/deprecated_items.html those components will be removed from HDP starting from version 3.0.0  It means that in near future HDP will not handle data in motion anymore. 
						
					
					... View more