Uh oh!
There was an error while loading. Please reload this page.
TAJO-2069: Implement finding the total size of all objects in a bucket with AWS SDK. - #953
TAJO-2069: Implement finding the total size of all objects in a bucket with AWS SDK.#953blrunner wants to merge 0 commit into
Conversation
blrunner
commented
Feb 3, 2016
Here is my benchmark results as follows. Configuration
Contents summary time
|
blrunner
commented
Feb 3, 2016
Removed TAJO-2063(#952) dependency. |
jihoonson
commented
Feb 3, 2016
I wonder why the time taken by getTotalSize() is not proportional to the number of directories. It shows faster speed for more directories sometimes. |
blrunner
commented
Feb 4, 2016
There may be various reasons : local network connection, and the health of Amazon's servers, AWS SDK retry mechanism. |
jihoonson
commented
Feb 4, 2016
If they are reasons, you can mitigate those overheads by testing several times and averaging the results. |
| <dependency> | ||
| <groupId>org.apache.hadoop</groupId> | ||
| <artifactId>hadoop-aws</artifactId> |
There was a problem hiding this comment.
hadoop-aws is included in 2.6.0 and higher
If you add hadoop-aws, We should discuss hadoop compatibility
blrunner
commented
Feb 5, 2016
@jihoonson @jinossy |
blrunner
commented
Feb 11, 2016
I removed hadoop-aws dependency and added Amazon SDK dependency. |
blrunner
commented
Feb 11, 2016
Here is my second benchmark results as follows.
|
blrunner
commented
Mar 25, 2016
Finished test successfully as following:
|
blrunner
commented
May 18, 2016
This PR had been moved to #1024. |
Not yet implemented unit test cases and it depends on TAJO-2063 (#952).