Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spark] No invisible chars check for Spark Run Configuration arguments #2058

Closed
wezhang opened this issue Sep 19, 2018 · 1 comment
Closed

Comments

@wezhang
Copy link
Member

wezhang commented Sep 19, 2018

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.

@wezhang wezhang self-assigned this Sep 19, 2018
@wezhang 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 wezhang added this to the v3.14.0 milestone Oct 12, 2018
@wezhang 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
@wezhang wezhang added the fixed label Oct 30, 2018
@wezhang wezhang assigned jingyanjingyan and unassigned wezhang Oct 30, 2018
@jingyanjingyan
Copy link

Fix in develop 839, pops warning for invisible char

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants