I'm trying to install DataStax Bulk Loader on my Windows machine in order to import json file to Cassandra databse. I just follow the installation instructions from the official webstie. It's just unpack the folder. Printing dsbulkfrom any catalogue into cmd prints the following result: "dsbulk" is not internal or external command, executable program, or batch file. However I added C:\DSBulk\dsbulk-1.7.0\bin into PATH variables. Anyone who faced with this problem what did you do? Thanks :D
DataStax Bulk Loader for Apache Cassandra isn't installing on Windows
534 Views Asked by GecKo At
1
Change into the
bin/directory where you unzipped the package. For example:Then run the
dsbulk.cmdfrom there.NOTE: Make sure you have both the classpath and Java home set in your environment. Cheers!