This repository was archived by the owner on Jun 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,26 @@ mvn exec:java -Dexec.mainClass="com.amazonaws.dynamodb.bootstrap.CommandLineInte
2323 --totalSections 4 \
2424
2525 --section 3"
26+
27+ ### Description of Arguments
28+
29+ destinationEndpoint: The endpoint where the destination table is located
30+
31+ destinationTable: The destination table to write to
32+
33+ sourceEndpoint: The endpoint where the source table is located
34+
35+ sourceTable: The source table to read from
36+
37+ readThroughputRatio: The ratio of read throughput to consume from the source table
38+
39+ writeThroughputRatio: The ratio of write throughput to consume from the destination table
40+
41+ maxWriteThreads: (Optional, default=128 * Available_Processors) Maximum number of write threads to create
42+
43+ totalSections: (Optional, default=1) Total number of sections to split the bootstrap into. Each application will only scan and write one section
44+
45+ section: (Optional, default=0) section to read and write. Only will scan this one section of all sections, [ 0...totalSections-1]
2646
2747
2848## Using the API
You can’t perform that action at this time.
0 commit comments