Re: Java 8 vs Scala

2015-07-15 Thread Alan Burlison
On 15/07/2015 08:31, Ignacio Blasco wrote: The main advantage of using scala vs java 8 is being able to use a console https://bugs.openjdk.java.net/browse/JDK-8043364 -- Alan Burlison -- - To unsubscribe, e-mail: user

Re: Java 8 vs Scala

2015-07-15 Thread Alan Burlison
On 15/07/2015 21:17, Ted Yu wrote: jshell is nice but it is targeting Java 9 Yes I know, just pointing out that eventually Java would have a REPL as well. -- Alan Burlison -- - To unsubscribe, e-mail: user-unsubscr

Building spark with native library support

2014-03-06 Thread Alan Burlison
to build the native components in the instructions, how is that done? Thanks, -- Alan Burlison --

Re: Access SBT with proxy

2014-03-06 Thread Alan Burlison
ps://github.com/";] insteadOf = git://github.com/ -- So you'll probably need to do that in addition to Mayur's suggestion. -- Alan Burlison --

Re: Building spark with native library support

2014-03-06 Thread Alan Burlison
run without them too. Yes, it works as-is but I have a need for speed :-) Thanks, -- Alan Burlison --

Re: Building spark with native library support

2014-03-06 Thread Alan Burlison
aven cache, and then configure Spark to use that version. Spark never builds Hadoop itself, it just downloads it through Maven. OK, thanks for the pointers. -- Alan Burlison --

Re: Access SBT with proxy

2014-03-06 Thread Alan Burlison
nly one jump ahead of you myself and I don't speak Windows so I'm afraid I can't really help with the windows-specific ways of doing this. -- Alan Burlison --

Re: Can anyone offer any insight at all?

2014-03-08 Thread Alan Burlison
Filter(((j) => j.$less$eq(10))).map(((j) => i.$times(j)) }; new $anon() } } } } List(20, 40) $ -- Alan Burlison --