steveloughran commented on issue #879: HADOOP-15563 S3Guard to create on-demand DDB tables URL: https://github.com/apache/hadoop/pull/879#issuecomment-499179179 Update: we do need the per-test setting of the capacity, else your created tables have numbers. Assumption: FS caching may complicate things: setting the capacity on the new FS doesn't get picked up if another FS is used. Factoring out the getFS.getConf() + patch routine, and also calling clone() so that each tests' changes are isolated from the others. Without that (as we are today) one test could interfere with its successor.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
