houhang1005 opened a new pull request, #5143:
URL: https://github.com/apache/zeppelin/pull/5143
### What is this PR for?
use this api /api/notebook/job/{noteid} ,to get every paragraph status.
when some status is ERROR, this api will always return:
java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
and this exception come from
org.apache.zeppelin.rest.message.ParagraphJobStatus
### What type of PR is it?
Bug Fix
### Todos
* [ ] - Task
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg.
[ZEPPELIN-533]
### How should this be tested?
* Strongly recommended: add automated unit tests for any new or changed
behavior
* Outline any manual steps to test the PR here.
### Screenshots (if appropriate)
### Questions:
I found some history pr and they are the same situation with this. I guess
ParagraphJobStatus.java also need change from
org.apache.commons.lang.StringUtils to org.apache.commons.lang3.StringUtils to
solve ERROR status of paragraph.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]