Member since 
    
	
		
		
		11-25-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                62
            
            
                Posts
            
        
                2
            
            
                Kudos Received
            
        
                4
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 2938 | 09-28-2017 08:08 AM | |
| 2674 | 09-28-2017 08:02 AM | |
| 3407 | 09-28-2017 07:18 AM | |
| 2869 | 03-20-2017 01:12 PM | 
			
    
	
		
		
		10-31-2018
	
		
		07:48 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello,   I currently having problem with Standalone NiFi on Windows Server 2012.  Slow response on NiFi UI. Is there anything I can do to improve this?  Running Component: 257 processors, (there are 127 ListFile Processors)   NIFI Version: 1.6.0.1  OS: Windows Server 2012 R2   Browser: Chrome & Firefox  Problem: Slow down in User Interface  Dell R730 128GB 48 CPU       nifiproperties.txt 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache NiFi
 
			
    
	
		
		
		03-20-2018
	
		
		05:00 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Shu
  Yes you are right that the processor is still running. when i restart nifi and revise my script, nifi works fine. Thank you!  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-19-2018
	
		
		05:03 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							         Does anyone know how to fix this issue? I wasn't able to delete or clear the flowfile in connection. please see attached file     
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache NiFi
 
			
    
	
		
		
		03-08-2018
	
		
		01:04 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 thanks @kgautam this is really helpful. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-07-2018
	
		
		07:50 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Any knows or have a tutorial? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache Hadoop
 
			
    
	
		
		
		10-03-2017
	
		
		12:06 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @dhieru singh is your CSV file have the same format? if yes, you might consider to use   CREATE EXTERNAL TABLE table_name (
colA ...
colB..
) 
partitioned by .. 
location ... 
msck repair table table_name
alter table table_name add partition ...
  every time you have a new file you just run and generate   msck repair table table_name
alter table table_name add partition ... 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-28-2017
	
		
		08:08 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I use Futures and Await. Please see stackoverflow answer.  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-28-2017
	
		
		08:02 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 
	In NiFi UI look for Controller Settings > NiFi Settings > Maximum timer driven thread count or Maximum event driven thread count 
						
					
					... View more