Member since 
    
	
		
		
		09-29-2015
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                32
            
            
                Posts
            
        
                55
            
            
                Kudos Received
            
        
                2
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 6929 | 11-26-2015 10:19 PM | |
| 4982 | 11-05-2015 03:22 AM | 
			
    
	
		
		
		03-21-2020
	
		
		07:29 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 i use the Beeline version 3.1.0.3.0.1.0-187 by connecting Hortonworks Image thru VM     Here are the jars added ,but I am having connection got refused with error  "Unexpected Error occurred attempting to open an SQL connection.class java.net.ConnectException: Connection refused: connect"     hive-jdbc-3.1.0.3.0.1.0-187.jar  hive-jdbc-3.1.0.3.0.1.0-187-sources.jar  hive-jdbc-3.1.0.3.0.1.0-187-standalone.jar     Jdbc URL  jdbc:hive2://sandbox-hdp.hortonworks.com:2181/default     Any idea how to fix? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-02-2019
	
		
		08:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 This is not an hbase shell command, we just need to run as a command from Unix (or Windows) shell     /usr/bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=','  -Dimporttsv.columns="HBASE_ROW_KEY,value" spark-defaults hdfs:///tmp/spark-defaults.prop    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-03-2019
	
		
		01:28 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 hi @nshawa,  I am having the following error on PutHiveStreaming processor after running the template you provided:         Any idea how to fix this? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-24-2016
	
		
		11:41 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Related to @Duo Xu's response, Microsoft released a preview of their .NET ProtoBuf client for Phoenix (hdinsight-phoenix-sharp) on Nuget.org in June 2016. I've found it worked well against my HDP 2.4 (HBASE 1.1.2 / Phoenix 4.4) cluster, but the API was unfamiliar to me. As I learned it, I implemented an IDbConnection, IDbCommand et al wrapper API around it, named Garuda.Data. It makes access to Phoenix from .NET code feel almost like SqlConnection, SqlCommand, etc - Check it out on Nuget: https://www.nuget.org/packages/Garuda.Data/   Blog post on the topic: http://dwdii.github.io/2016/08/13/Garuda.Data-Apache-Phoenix-For-.NET-Developers.html  Garuda.Data Github Repo: https://github.com/dwdii/GarudaUtil 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-27-2016
	
		
		12:28 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 @Ned Shawa
   Short answer is Yes.  What vendor do you have in your mind?    Updated   Link  https://martin.atlassian.net/wiki/pages/viewpage.action?pageId=28704770  Search for PAM    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-07-2016
	
		
		12:20 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Ned Shawa See this slideshare 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-12-2015
	
		
		12:11 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Got it syncing to the hub! So if i understand this correct, now if I want to sync these notebooks to another zeppelin, i just put in the same "hub_api_token" in that zeppelin and will it sync to that zeppelin instance? Or is that a feature that's  not developed yet? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-05-2015
	
		
		01:05 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 There's a difference between modifying your flow in-flight, realtime (possible, but requires some effort from the developer), and automating deployment for operations. Templates provide a middle ground, whereas one doesn't need to wire everything programmatically, but rather piece together large chunks of the flow only.  Today, you can simply set up the flow the way you need and bundle the complete conf/flow.xml.gz file together with a newly deployed instance. This way you deploy NiFi with a complete flow already deployed.  The operations side will see many improvements going forward, but today these are the options. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-22-2017
	
		
		05:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 If there multi characters like '\r\n' for line separator how to handle in serde 
						
					
					... View more