Wanted to understand on hive.max-partitions-per-writers property #21870
              
                Unanswered
              
          
                  
                    
                      Akanksha-kedia
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 2 replies
-
| Want to get clarity of how each page is getting processed as per code each page of postion 4096 is being processed and if that chunk has unique partitions based on that writeraindexes is returned with partitionsPage() api and indexPage() api which in turn GroupByHashPageIndexer class which is using MultiChannelGroupByHash which is having inner class GetNonDictionaryGroupIdsWork for process and other group add. pagePartitioner.getMaxIndex() can have wat max value ? | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
With default value of hive.max-partitions-per-writers=100 and i m trying to insert into a partitioned table with 2 partition s column i have changed the page chunk with positionCount to be 100(In code 4096) i m getting error"Exceeded limit of 100 open writers for partitions/buckets. I see its using MultiChannelGroupByHash and PagePartitioner but whats the use of this hash table and why differnt writerIndexes is getting created as we shpuld close old ones and start a new writers list accordingly.
@mosabua @wendigo any idea abt this.
Also in case pf huge dataset with large unique partitions, to wat extend we can increase the value of parameter hive.max-partitions-per-writers can we set this value based on unique partitions being set?
Do let me know any more information needed.
Beta Was this translation helpful? Give feedback.
All reactions