Tanmay Mohapatra
Tanmay Mohapatra
@HERVEKIRK it is in the `digmd5_respond` method in file `sasl.jl` here https://github.com/JuliaParallel/Elly.jl/blob/726d72398bd7df0c7a5ce47f4652de69bdb0c8aa/src/sasl.jl#L69
HDFS.jl now requires `libhdfs.so` and JVM shared objects during package load. Looks like JVM is already available in [PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl/blob/b6ca87ced5c94d8636ea9b64078edc40ee5e4e0e/scripts/setup.sh#L79). So, `libhdfs.so` is the only requirement which can be got from...
It's around 200MB. And yes, it just needs a `wget` and untar.
@IainNZ The VM memory allocated does seem to be small, but it may be fine for some simple tests. I don't think it will add too much time to the...
@IainNZ It seems that the instructions to install the Oracle JVM https://github.com/IainNZ/PackageEvaluator.jl/blob/b6ca87ced5c94d8636ea9b64078edc40ee5e4e0e/scripts/setup.sh#L79 do not work anymore. Do you see that in your setup too? Any objections to using OpenJDK 7...
@IainNZ The basic tests seem to work fine in the VM. The modified `setup.sh` I used is here: https://gist.github.com/tanmaykm/c3e080421a2ffdf1ea59
Yes, that can go as a separate script. @aviks, JavaCall tests failed [here](https://github.com/aviks/JavaCall.jl/blob/39e2ff935848f95c85817bfd17585563ec344a28/src/JavaCall.jl#L85), but fixing that still results in `NullPointerException` error further down.
Strange, I did not find java installed in the VM when I built it, and issuing the apt-get commands threw an error. Let me try it again.
I actually ran `runvagrant.sh`, slightly modified to run only on `release`. It's at `/home/tanmaykm/test/PackageEvaluator.jl` on julia.mit.edu. It's still running, but I can already see the error: `==> release: E: Unable...
I am now running the unmodified `setup.sh`. I suppose this was already being done?