-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
When I run a dsbulk 1.11.0 command in Windows I get this:
C:\DSTX\apps\dsbulk\dsbulk-1.11.0\bin>dsbulk.cmd unload -k edm_ttl -t kyc_doc -u mct -p mct -h 10.174.80.171 -url kyc_doc.csv --driver.advanced.ssl-engine-factory.truststore-path d:\\DSTX\\accounts\\mct\\ctool_truststore --driver.advanced.ssl-engine-factory.truststore-password ctool_truststore --driver.advanced.ssl-engine-factory.class DefaultSslEngineFactory --driver.advanced.ssl-engine-factory.hostname-validation false -header true
Operation UNLOAD_20240614-140032-588000 failed unexpectedly: Com.datastax.oss.dsbulk.connectors.api.Connector: Provider com.datastax.oss.dsbulk.connectors.csv.CSVConnector could not be instantiated.
Caused by: Com/univocity/parsers/common/Format.
Caused by: Com.univocity.parsers.common.Format.
However, the same command when run in 1.10 it works...
C:\DSTX\apps\dsbulk\dsbulk-1.10.0\bin>dsbulk.cmd unload -k edm_ttl -t kyc_doc -u mct -p mct -h 10.174.80.171 -url kyc_doc.csv --driver.advanced.ssl-engine-factory.truststore-path d:\\DSTX\\accounts\\mct\\ctool_truststore --driver.advanced.ssl-engine-factory.truststore-password ctool_truststore --driver.advanced.ssl-engine-factory.class DefaultSslEngineFactory --driver.advanced.ssl-engine-factory.hostname-validation false -header true
Username and password provided but auth provider not specified, inferring PlainTextAuthProvider
Operation directory: C:\DSTX\apps\dsbulk\dsbulk-1.10.0\bin\logs\UNLOAD_20240614-140136-240000
total | failed | rows/s | p50ms | p99ms | p999ms
23 | 0 | 6 | 132.50 | 189.79 | 189.79
Operation UNLOAD_20240614-140136-240000 completed successfully in 2 seconds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels