Datastax DSE jar location -


i installed datastax enterprise on mac. can find dse.jar?

or can download from?

i want use spark , cassandra helpers.

thanks, id

to find dse.jar, run:

sudo find / -name dse.jar

or within particular directory:

sudo find . -name dse.jar


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -