Hi
I want to know if dsbulk should be present on one of the nodes of cassandra server to upload data or can it upload the data when present on another machine?
I try to use it from another system and get error. My command is:
C:\dsbulk-1.7.0\bin>dsbulk count -h '10.XX.XX.XX' -port 9042 -u cassandra -p cassandra -k test_keyspace -t test;
Errors:
Username and password provided but auth provider not specified, inferring PlainTextAuthProvider Operation directory: C:\dsbulk-1.7.0\bin\logs\COUNT_20210130-014525-794000 Ignoring invalid contact point '10.XX.XX.XX':9042 (unknown host '10.XX.XX.XX') [driver] Error connecting to Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=e37ebe), trying next node (ConnectionInitException: [driver|control|connecting...] Protocol initialization request, step 1 (OPTIONS): failed to send request (java.nio.channels.ClosedChannelException)) Operation COUNT_20210130-014525-794000 failed: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=e37ebe): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [driver|control|connecting...] Protocol initialization request, step 1 (OPTIONS): failed to send request (java.nio.channels.ClosedChannelException)]. Suppressed: [driver|control|connecting...] Protocol initialization request, step 1 (OPTIONS): failed to send request (java.nio.channels.ClosedChannelException). Suppressed: Connection refused: no further information: /127.0.0.1:9042. Caused by: Connection refused: no further information. Caused by: Channel is closed.
Is something wrong in the command or dsbulk does not work locally?
Pls let me know.
Thanks!!