Member since 
    
	
		
		
		07-30-2019
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                333
            
            
                Posts
            
        
                357
            
            
                Kudos Received
            
        
                76
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 11658 | 02-17-2017 10:58 PM | |
| 3179 | 02-16-2017 07:55 PM | |
| 9405 | 12-21-2016 06:24 PM | |
| 2370 | 12-20-2016 01:29 PM | |
| 1656 | 12-16-2016 01:21 PM | 
			
    
	
		
		
		12-14-2015
	
		
		07:30 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							  It's actual title is "Hadoop and Kerberos: The Madness Beyond the Gate" —there's an HP Lovecraft theme of "forbidden knowledge which will drive you insane" which is less a joke and more commentary.  it's actually rendered on gitbook  If you are working with Kerberos, get a copy of the O'Reilly Hadoop Security book too. My little e-book was written to cover the bits that was left out: to extend rather than replace.  Finally, being open source: contributions are welcome  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-12-2018
	
		
		03:36 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 This is old post but came up on my search.  for others that may be looking now  https://community.hortonworks.com/articles/85103/nifi-ports.html 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-12-2015
	
		
		06:53 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 I've worked with NiFi in Azure a bit and there is nothing overly foreign in this environment in comparison to others.  Obviously, a Docker image will make this even easier, but even out of the box, it is quite straightforward.  With one particular environment, there were a few items to iron out with networking when setting up clustering and site-to-site, but I feel this was likely due to their unique configuration and resources. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-15-2017
	
		
		11:11 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Thank you @Ali Bajwa  for good tutoral.  I am trying  this example with a difference, My nifi is local and I try to put tweets in a remote Solr. Solr is in a VM that contains Hortonworks sandbox. Unfortunately I am getting this error on PutSolrContentStream processor:  PutSolrContentStream[id=f6327477-fb7d-4af0-ec32-afcdb184e545] Failed to send StandardFlowFileRecord[uuid=9bc39142-c02c-4fa2-a911-9a9572e885d0,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=1487148463852-14, container=default, section=14], offset=696096, length=2589],offset=0,name=103056151325300.json,size=2589] to Solr due to org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://172.17.0.2:8983/solr/tweets_shard1_replica1; routing to connection_failure: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://172.17.0.2:8983/solr/tweets_shard1_replica1;  Could you help me?  thanks,  Shanghoosh 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-20-2016
	
		
		06:01 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 2181 is the Zookeeper port, make sure your Zookeeper ensemble is running and accessible. You might want to create a new question and describe your setup a bit more, it is probably easier to solve this problem then 🙂 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-10-2017
	
		
		08:52 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 e.g  Create a file with the JSON data to create the key with  tee -a ./body.json << EOF  {
  "name"        : "test_key_curl",
  "length"      : 128,
  "material"    : "lksvIq3yy9Xxk4EZTfLv6g",
  "description" : "test_key_curl"
}  EOF  Then run the curl command, in my case, my KMS host is hannibal-1.openstacklocal and post is 9292  curl -i --negotiate -u : -H "Content-Type: application/json" -X POST -d @body.json http://hannibal-1.openstacklocal:9292/kms/v1/keys  NOTE: You would need ticket for keyadmin before you can run the curl command  Thanks,  Pulkit 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-03-2015
	
		
		03:19 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Thanks Joe. As I understand, in this scenario we could leave provenance and flowfile repos on the local disks (regular application server sizing), but for content could mount a big fat SAN/NAS/you-name-it and configure HDF to point to that.  Are expiration policies configurable per-repository in that case? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-03-2016
	
		
		02:19 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Andrew Grande pinging to close this 🙂 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-29-2015
	
		
		09:23 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Andrew, to put this in a few bullets for a slide I'd go with  
 Automatically Load Balanced
  Fault Tolerant  Supports Back Pressure   When we setup the HA NCM, I think there will be no need to change anything on client side necessarily. Because NiFi provides the interactive command-and-control / immediate feedback, we can supply just a single URL. If NiFi cannot contact that URL it could ask for another. However, if it is able to contact the URL (the vast majority of the time it should be able to), it can auto-discover other nodes from that one. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-28-2015
	
		
		09:45 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		3 Kudos
		
	
				
		
	
		
					
							 I would highly recommend against re-using another ZK quorum for this purpose. The risk of the network partitioning is too high and the benefits aren't clear. As David mentions above, NN doesn't put high load on ZK for leader election.  Have each NN HA pair (cluster for that matter) talk to their own ZK quorum within the same network segment. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
 - Next »