I've become bald pulling out my hair because of this problem. Time and time again I need to run an R package that needs to use RSQLite but fails because of NFS locking. Well, that's the setup on our cluster. Curiously, I don't see other people complaining about this problem but I know that a lot of bioinformatics is done on Sun Grid Engine installations, which I assume employ NFS in one way or another.
Any tips on how to alleviate this pain? Are my assumptions right (about SGE and NFS being inseparable)?
Thanks!
PK
r
This is definitely off topic, but I thank that on serverfault.com you will receive a good answer if you give some more details: e.g. http://serverfault.com/questions/71871/best-system-to-serve-sqlite-databases-to-webservers-over-a-network
my experience: sqlite3 doesn't work with SGE/NFS. I tried to log the steps of my NGS workflow with sqlite3, I had to switch to a java standalone sql engine (derby)
Perhaps if I stated that I was running a Bioconductor package it might draw it in... ;-)
If you could also say which package, that may make it bioinformatics
Which R/Bioconductor package are you using and when do you get this message ? (I mean are you trying to parallelize calls to a function that uses RSQLite? )