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

[IntelliJ] Launch local console without config will warning no main class #2119

Closed
jingyanjingyan opened this issue Sep 29, 2018 · 2 comments
Assignees
Milestone

Comments

@jingyanjingyan
Copy link

Build: Develop 763

Repro Steps:

  1. Do not have any run config file
  2. Click "Tools\Spark Console\Run Spark Local Console(Scala)"

Result:
Warning "Spark job's main class isn't set"
image

Expect:
Main class is not the request field for local console
May should not create config automatically, or should not give the warning

@wezhang
Copy link
Member

wezhang commented Oct 11, 2018

Workaround is to set a mainclass

@jingyanjingyan
Copy link
Author

Fix in develop 839
Will create a config file, and not related to the main class config.

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