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.
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.