-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not load 'zebrafish-optomotor-response' data on EC2 #21
Comments
Hi Yizhi, sorry about that, we were testing some changes to the permissions on these files on S3, it should now be working correctly (I just tested access from a temporary account). |
Thank you. Now it can read the data and perform PCA, but I got the following error in packing the scores # get the scores as images
imgs = pack(pca.scores)
|
@freemanwyz I just pushed a new release that should fix this. It appeared to be an error related to memory configuration in the custom AMI we were trying. If you install the new version of thunder (best to call |
I followed your steps to reinstalled thunder and created a new cluster. But when I tried to run thunder, it said:
I searche the screen output when thunder-ec2 setup up the cluster, it contains the following error
Then I opened the init.sh in /root/spark-ec2/spark/ and maybe line 91 is wrong with redundant *) |
@freemanwyz This was a typo in the deployment scripts that we call during setup, and appears to have just been fixed (see mesos/spark-ec2@2b35fc1) if you want to try again. |
Hi
I tried to run the following sample on Amazon cloud service EC2 using IPython notebook: http://nbviewer.ipython.org/url/research.janelia.org/zebrafish/notebooks/optomotor-response-PCA.ipynb
But I got the following error messages when it read the data 'zebrafish-optomotor-response'.
Regards,
Yizhi Wang
The text was updated successfully, but these errors were encountered: