samthebest

Results 12 comments of samthebest

This is a show stopper for me using this tool

@jrudolph Ah, sorry, I didn't realize the alternatives wouldn't throw that exception. Please could you add a catch for that AIOB and say something along the lines of "Your graph...

https://github.com/sbt/sbt-release/pull/141

The conclusion of this thread isn't clear to me. The jar does get shared to the workers from the driver in Spark, so spores can work. In what situations is...

After a little playing around, realised something fishy has to be going on with `sbt` also, because we cannot reproduce the same error by trying different build files! ... going...

Here is a minimal build file that reproduces the error ... I've put comments in the build file to show that if you comment/uncomment certain lines the issue goes away...

After some initial benchmarks of trying this on different machines I'm starting to believe this is indeed due malware (also known as anti-virus software). Will post benchmarks soon.

Seems to be related to https://github.com/sbt/sbt-assembly/issues/68

@VadymBoikov Are you doing this inside `spark-shell` or `sbt console`? These shells do weird things implicitly, they could be wrapping your method in a hidden anonymous serialisable class.

@VadymBoikov If you make it throw an exception it shows some weirdness which implies it is. I did the following in a regular shell: ``` scala> def foo(i: Int): Int...