Skip to content

[MINOR] Enable launching in debug mode - #1112

Closed
jongyoul wants to merge 5 commits into
apache:masterfrom
jongyoul:minor-enable-launch-z-debugger-mode
Closed

[MINOR] Enable launching in debug mode#1112
jongyoul wants to merge 5 commits into
apache:masterfrom
jongyoul:minor-enable-launch-z-debugger-mode

Conversation

@jongyoul

Copy link
Copy Markdown
Member

What is this PR for?

Running ZeppelinServer.main normally. It will enable user to debug ZeppelinServer easily.

What type of PR is it?

[Bug Fix]

Todos

  • - Fix configuration values

What is the Jira issue?

N/A

How should this be tested?

  • mvn clean package -DskipTests
  • Debug ZeppelinServer in your IDE

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@jongyoul

Copy link
Copy Markdown
MemberAuthor

It works in Intellij. Could anyone check if it works on Eclipse?

@jongyouljongyoul closed this Jul 1, 2016
@jongyouljongyoul reopened this Jul 1, 2016
@jongyoul

Copy link
Copy Markdown
MemberAuthor

BTW, it has a problem to run mvn verify. I'll fix it

@jongyoul

Copy link
Copy Markdown
MemberAuthor

Ready to review.

@asfgitasfgit closed this in ebe8855Jul 4, 2016
PhilippGrulich pushed a commit to SWC-SENSE/zeppelin that referenced this pull request Aug 8, 2016
### What is this PR for?
Running ZeppelinServer.main normally. It will enable user to debug ZeppelinServer easily.
### What type of PR is it?
[Bug Fix]
### Todos
* [x] - Fix configuration values
### What is the Jira issue?
N/A
### How should this be tested?
- mvn clean package -DskipTests
- Debug ZeppelinServer in your IDE
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jongyoul Lee <jongyoul@gmail.com>
Closesapache#1112 from jongyoul/minor-enable-launch-z-debugger-mode and squashes the following commits:
375a95b [Jongyoul Lee] Fixed to pass the tests
eb1f733 [Jongyoul Lee] Fixed to pass the tests
161ffce [Jongyoul Lee] Removed unused import
d24b854 [Jongyoul Lee] Set some configuration to pass `mvn verify`
921a293 [Jongyoul Lee] Changed the default value of some configurations
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jongyoul