You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some unseen whitespace/invisible chars in Spark Job Run configuration arguments input fields would cause the job submission error. We can leverage Java function Character.isWhitespace(char) or org.apache.commons.lang3.StringUtils.containsWhitespace(s) to check them.
The text was updated successfully, but these errors were encountered:
wezhang
changed the title
[HDInsight][Spark] No blank space check for Spark Run Configuration arguments
[Spark] No blank space check for Spark Run Configuration arguments
Sep 19, 2018
wezhang
changed the title
[Spark] No blank space check for Spark Run Configuration arguments
[Spark] No invisible chars check for Spark Run Configuration arguments
Oct 30, 2018
Some unseen whitespace/invisible chars in Spark Job Run configuration arguments input fields would cause the job submission error.
We can leverage Java functionCharacter.isWhitespace(char)
ororg.apache.commons.lang3.StringUtils.containsWhitespace(s)
to check them.The text was updated successfully, but these errors were encountered: