We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run a dsbulk 1.11.0 command in Windows I get this:
However, the same command when run in 1.10 it works...
The text was updated successfully, but these errors were encountered: