Closed sandeepsingh6 closed 4 years ago
is the problem reproducible independently of Eclipse and independently of Spark? if so, how?
you report that you are using Java 8, but from the error message and stack trace, it appears to me you are actually using Java 9. is that possible? if so, can you downgrade to 8 or upgrade to 11? (9 and 10 were development versions)
For reference:
@sandeepsingh4 Could you come up with steps that we can reproduce this on our machine, without involving Scala IDE, like an sbt project we could run?
Verifying that scala.util.Properties
belongs to 2.11.11:
https://github.com/scala/scala/blob/v2.11.11/src/library/scala/util/Properties.scala#L184
but the PathResolver
belongs to 2.11.12:
https://github.com/scala/scala/blob/v2.11.12/src/compiler/scala/tools/util/PathResolver.scala#L276
These are in different jars, so no doubt the app is getting only the compiler jar for toolbox compilation, but the old library.
What is the resolution for this issue? I tried with both scala 2.11.11 and Scala 2.11.12. None seems working
@Kumar9676 are you using Eclipse? as far as we know so far, there isn't any Scala bug here. perhaps there is an Eclipse bug of some sort? nobody has presented clear evidence or reproduction steps, so we don't know.
Technically, the next decade begins on Jan 1, 2021, but 2019 feels like a whole decade ago.
I think 2020 should count as a lost decade, and calendar systems should be adjusted accordingly.
My previous comment makes it sound like a packaging or class path issue. I seem to remember there was ad hoc support for updating the Eclipse IDE? Maybe there is a wiki page describing what is supported and how to obtain it.
There is a link for commercial support! https://app.assembla.com/wiki/show/scala-ide/
Sample links to status on github, the last unmerged PR:
official release is up to [redacted] and he is now busy with other things.
https://github.com/scala-ide/scala-ide/pull/1189#issuecomment-401760192
To help others getting scala-ide working again
https://github.com/scala-ide/scala-ide/pull/1189#issuecomment-633437687
Or phrased differently -- Scala IDE has no current maintainer, and unless you're going to maintain Scala IDE yourself, there is no reasonable expectation it'll get a new release ever again.
Hello, I discovered with a development pain that Scala 2.11.12 is throwing number format exception with following set of environment configurations.
However the same set of configuration is working fine with Scala version 2.11.11 and Scala 2.11.8
For this development I have used code provided in deequ issue (https://github.com/awslabs/deequ/issues/116)
Looks like this is a Scala bug with Spark 2.4.4, since the same set of code is working fine with Scala version 2.11.11 and Scala 2.11.8