[
https://issues.apache.org/jira/browse/FLINK-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151976#comment-15151976
]
ASF GitHub Bot commented on FLINK-3438:
---------------------------------------
GitHub user stefanobaghino opened a pull request:
https://github.com/apache/flink/pull/1665
[FLINK-3438] ExternalProcessRunner fails to detect ClassNotFound exception
because of locale settings
This should be regarded as a temporary solution to this issue in
particular. See the discussion going on at [[FLINK-3438]].
[FLINK-3438]: https://issues.apache.org/jira/browse/FLINK-3438
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/radicalbit/flink 3438
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1665.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1665
----
commit 12b6659542c7deafc05ef36cfcd9d7ac99681164
Author: Stefano Baghino <[email protected]>
Date: 2016-02-17T16:58:53Z
[FLINK-3438] ExternalProcessRunner fails to detect ClassNotFound exception
because of locale settings
----
> ExternalProcessRunner fails to detect ClassNotFound exception because of
> locale settings
> ----------------------------------------------------------------------------------------
>
> Key: FLINK-3438
> URL: https://issues.apache.org/jira/browse/FLINK-3438
> Project: Flink
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.0
> Reporter: Stefano Baghino
> Priority: Minor
> Fix For: 1.0.0
>
>
> ExternalProcessRunner tries to detect a ClassNotFoundException in the run
> process by comparing its output with a fixed string of test; this means that
> localized text reporting said exception is not interpreted as such.
> To reproduce:
> * test the `ExternalProcessRunnerTest.testClassNotFound` setting the
> following system properties on the JVM: {{-Duser.country=IT
> -Duser.language=it}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)