You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the last version of BIDMach in my cluster, but I am having some problems to compile it.
This is the procedure that I am following:
./sbt package
Then, I got this error:
[error] found : Array[java.net.InetSocketAddress]
[error] required: Array[String]
[error] machine = new Machine(null, groups, imach, M, opts.useLong, opts.bufsize, false, opts.machineTrace, opts.replicate, workers);
[error] ^
[error] one error found
[error] (compile:compile) Compilation failed
[error] Total time: 40 s, completed 19-Dec-2016 16:36:18
Any ideas?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am trying to install the last version of BIDMach in my cluster, but I am having some problems to compile it.
This is the procedure that I am following:
./sbt package
Then, I got this error:
[error] found : Array[java.net.InetSocketAddress]
[error] required: Array[String]
[error] machine = new Machine(null, groups, imach, M, opts.useLong, opts.bufsize, false, opts.machineTrace, opts.replicate, workers);
[error] ^
[error] one error found
[error] (compile:compile) Compilation failed
[error] Total time: 40 s, completed 19-Dec-2016 16:36:18
Any ideas?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: