Yiran-wu opened a new pull request, #5142:
URL: https://github.com/apache/hbase/pull/5142
When update_config was executed, the table level configuration was
overwritten(hbase.region.store.parallel.put.limit), causing the table level
personalized configuration to be restored to the global configuration
unexpectedly. Table level attributes should be minimum scoped and should not be
affected by global configuration.
1、alter table set hbase.region.store.parallel.put.limit to 100
alter 'test',CONFIGURATION =>
{'hbase.region.store.parallel.put.limit' => 100}
2、update_all_config
The table-level configuration will be overwrite
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]