You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,14 @@ The following parameters can be set as options on the Spark writer object before
99
99
-`update` if true items will be written using UpdateItem on keys rather than BatchWriteItem. Default false.
100
100
-`throughput` the desired write throughput to use. It overwrites any calculation used by the package. It is intended to be used with tables that are on-demand. Defaults to 100 for on-demand.
101
101
102
+
## System Properties
103
+
The following Java system properties are available for configuration.
104
+
105
+
-`aws.profile` IAM profile to use for default credentials provider.
106
+
-`aws.dynamodb.region` region in which to access the AWS APIs.
107
+
-`aws.dynamodb.endpoint` endpoint to use for accessing the DynamoDB API.
108
+
-`aws.sts.endpoint` endpoint to use for accessing the STS API when assuming the role indicated by the `roleArn` parameter.
109
+
102
110
## Running Unit Tests
103
111
The unit tests are dependent on the AWS DynamoDBLocal client, which in turn is dependent on [sqlite4java](https://bitbucket.org/almworks/sqlite4java/src/master/). I had some problems running this on OSX, so I had to put the library directly in the /lib folder, as graciously explained in [this Stack Overflow answer](https://stackoverflow.com/questions/34137043/amazon-dynamodb-local-unknown-error-exception-or-failure/35353377#35353377).
0 commit comments