Skip to content

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

@wezhang

Description

@wezhang

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.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions