On Wed, Oct 29, 2014 at 6:02 PM, Niklas Wilcke
<1wil...@informatik.uni-hamburg.de> wrote:
> The core tests seems to fail because of my german locale. Some tests are
> locale dependend like the
> UtilsSuite.scala
>  - "string formatting of time durations" - checks for locale dependend
> seperators like "." and ","
>  - "isBindCollision" - checks for the locale dependend exception message

Could be! If you can fix them with a few uses of Locale in the code,
that's definitely worth filing a JIRA and opening a PR.

> LocalClusterSparkContext.scala.
> When I change the line
> .setMaster("local-cluster[2, 1, 512]")
> to
> .setMaster("local")
> all tests run without a failure. The local-cluster mode seems to be the
> reason for the failure. I tried some different configurations like
> [1,1,512], [2,1,1024] etc. but couldn't get the tests run without a failure.

Not sure, what do you mean that it fails?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to