Details
Description
With a non english locale the method isBindCollision in
core/src/main/scala/org/apache/spark/util/Utils.scala
doesn't work because it checks the exception message, which is locale dependent.
The test suite
core/src/test/scala/org/apache/spark/util/UtilsSuite.scala
also contains a locale dependent test "string formatting of time durations" which uses a DecimalSeperator which is locale dependent.
I created a pull request on github to solve this issue.
Attachments
Attachments
Issue Links
- is duplicated by
-
SPARK-4271 jetty Server can't tryport+1
- Resolved
-
SPARK-4316 Utils.isBindCollision misjudges at Non-English environment
- Resolved
- links to