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
fix: Tools-2826 don't check for read-write privlege, allows ldap users to connect correctly. (#45)
* build: update aerospike java client to version 7.2.1
* fix: don't check for read-write role, let the server handle role violations. this fixes an issue where LDAP auth would fail the role check
* build: bump asloader version to 4.0.2
* docs: remove options from readme, link to website instead
* docs: show the --usage command in readme
* build: bump version to 4.0.2
Copy file name to clipboardExpand all lines: README.md
+6-27Lines changed: 6 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,41 +56,20 @@ If you downloaded the source. Use **run_loader** script along with options and d
56
56
57
57
"data file name(s)/directory" can either be space delimited files or a directory name containing data files. See "Data Files" section for more details.
58
58
59
-
__Options__:
60
-
61
-
```java
62
-
-h,--hosts <arg>List of seed hosts (default: localhost)
63
-
-p,--port <arg>Server port (default:3000)
64
-
-U,--user <arg>User name
65
-
-P,--password <arg>Password
66
-
-n,--namespace <arg>Namespace (default: test)
67
-
-c,--config <arg>Column definition file in JSON format
68
-
-g,--max-throughput <arg>Set a target max transactions per second for the loader (default:0 (don`t limit TPS)).
69
-
-T,--transaction-timeout <arg>Transaction timeout in milliseconds for write (default: no timeout)
70
-
-e,--expiration-time <arg>Time to expire of a record in seconds (default: never expire)
71
-
-tz,--timezone <arg>TimeZone of source where datadump is taken (default: local timeZone)
72
-
-ec,--abort-Error-Count<arg>Abort when error occurs more than this value (default:0 (don`t abort))
73
-
-wa,--write-Action<arg>Write action if key already exists (default: update)
-tp,--tls-protocols AllowTLS protocols. Values:TLSv1,TLSv1.1,TLSv1.2 separated by comma (default:TLSv1.2)
76
-
-tlsCiphers,--tls-cipher-suite AllowTLS cipher suites. Values: cipher names defined by JVM separated by comma (default:null (default cipher list provided by JVM))
77
-
-tr,--tls-revoke Revoke certificates identified by their serial number. Values: serial numbers separated by comma (default:null (Do not revoke certificates))
78
-
-uk,--send-user-key Send user defined key in addition to hash digest to store on the server. (default: userKey is not sent to reduce meta-data overhead)
79
-
-um,--unorderedMaps Ifthis flag is present write all maps as unordered maps.
80
-
-u,--usage Print usage.
81
-
-v,--verbose Verbose mode for debug logging (default:INFO)
82
-
-V,--version Print version
83
-
```
59
+
For available options and their descriptions run with asloader's --usage option.
* -tlsCiphers,--tls-cipher-suite Allow TLS cipher suites. Values: cipher names defined by JVM separated by comma (default: null (default cipher list provided by JVM))
80
-
* -tr,--tls-revoke Revoke certificates identified by their serial number. Values: serial numbers separated by comma (default: null (Do not revoke certificates))
81
-
* -uk,--send-user-key Send user defined key in addition to hash digest to store on the server. (default: userKey is not sent to reduce meta-data overhead)
82
-
* -u,--usage Print usage.
83
-
* -v,--verbose Verbose mode for debug logging (default: INFO)
84
-
* -um,--unordered-map Write maps as unorderd (default: false)
85
-
* The file names can be a series of file names or directories.
86
-
*
63
+
* To run: java -jar aerospike-import-<version> <options> <file names> *
0 commit comments