I have tried to find the answer to my problem among other forum posts and in the Bulk Loader and Astra documentation, but have been unsuccessful. So, I apologize if this has been answered somewhere else.
I am trying to practice loading a CSV file to Astra using Bulk Loader on my Windows laptop. I am using the following command under my \dsbulk-1.8-0\bin directory:
\dsbulk-1.8.0\bin>dsbulk load -url test.csv -k mykeyspace -t mytable \ -b "secure-bundle-path.zip" -u user -p password -header true
The operation appears to start and I see the following:
Username and password provided but auth provider not specified, inferring PlainTextAuthProvider A cloud secure connect bundle was provided: ignoring all explicit contact points. A cloud secure connect bundle was provided and selected operation performs writes: changing default consistency level to LOCAL_QUORUM. Operation directory: C:\Users\JT\Desktop\dsbulk-1.8.0\bin\logs\LOAD_20210406-172216-572000
However, the output stops there.
I understand that with a free Astra account, the load time may be slower, but I have let it run for 30 minutes or more, and have tried several times, with no success. It never produces the expected output showing rows being processed.
I do not believe it is my password or authentication as that error appears immediately if I have entered my user/password incorrectly in the command (side note: my user and password work, but my App token is always rejected for some reason - my authentication configuration I'm guessing?)
Does anyone have any ideas or suggestions as to what may be happening?
I have the latest JDK installed and have set up both the JAVA_HOME and Path variable.
Do I need to do anything else with my environment variables, like adding Bulk Loader to my Path variable?
Are there any minimum hardware requirements for Bulk Loader that I may not be meeting with my basic laptop?
Thanks so much for any ideas or help!