Err, where exactly can I find the binary distribution of Brisk for 64-bit (AMD64) Ubuntu 10.10 (Maverick)?
Is this the right file?
http://debian.datastax.com/maverick/pool/brisk_1.0~beta1.2.tar.gz
Also, the Brisk installation document says to move the jna.jar file to $BRISK_HOME/lib/, but that location doesn't exist.
In the /etc/environment file, BRISK_HOME="/home/ubuntu/brisk-1.0~beta1.2"
Under that directory, I only see these two lib folders:
ubuntu@ip-10-204-x-x:~/brisk-1.0~beta1.2$ find /home/ubuntu -name lib -print
/home/ubuntu/brisk-1.0~beta1.2/demos/portfolio_manager/website/lib
/home/ubuntu/brisk-1.0~beta1.2/resources/hadoop/webapps/lib
The BRISK_HOME location only has these subfolders:
ubuntu@ip-10-204-x-x:~/brisk-1.0~beta1.2$ ls
bin interface README.txt test
build.properties.default LICENSE.txt redhat tools
build.xml NEWS.txt ReleaseNotes_Briskv1.0_beta1.pdf
debian NOTICE.txt resources
demos packaging-common src
Brisk installation document with incorrect /lib location:
http://www.datastax.com/docs/0.8/brisk/install_brisk_packages
