Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 582149e

Browse files
author
asmitab
committed
Adding new lines
1 parent 1c70fda commit 582149e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@
33
## Running as an executable
44

55
mvn exec:java -Dexec.mainClass="com.amazonaws.dynamodb.bootstrap.CommandLineInterface" \
6+
67
-Dexec.args=" \
8+
79
--destinationEndpoint dynamodb.us-east-1.amazonaws.com \
10+
811
--destinationTable nameOfDestinationTable \
12+
913
--sourceEndpoint dynamodb.us-west-1.amazonaws.com \
14+
1015
--sourceTable nameOfSourceTable \
16+
1117
--readThroughputRatio .5 \
18+
1219
--writeThroughputRatio .7 \
20+
1321
--maxWriteThreads 128 \
22+
1423
--totalSections 4 \
24+
1525
--section 3"
1626

1727

0 commit comments

Comments
 (0)