[
https://issues.apache.org/jira/browse/KYLIN-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235991#comment-17235991
]
ASF GitHub Bot commented on KYLIN-4813:
---------------------------------------
hit-lacus commented on a change in pull request #1481:
URL: https://github.com/apache/kylin/pull/1481#discussion_r527520352
##########
File path:
core-job/src/main/java/org/apache/kylin/job/execution/AbstractExecutable.java
##########
@@ -587,7 +596,7 @@ private static boolean isRetryableException(String
exceptionName) {
public final String getProject() {
if (project == null) {
- throw new IllegalStateException("project is not set for abstract
executable " + getId());
+ logger.error("project is not set for abstract executable " +
getId());
Review comment:
I can not understand here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Refine spark logger for Kylin 4 build engine
> --------------------------------------------
>
> Key: KYLIN-4813
> URL: https://issues.apache.org/jira/browse/KYLIN-4813
> Project: Kylin
> Issue Type: Improvement
> Affects Versions: v4.0.0-alpha
> Reporter: Xiaoxiang Yu
> Assignee: Yaqian Zhang
> Priority: Major
> Fix For: v4.0.0-beta
>
>
> - Separate spark log from kylin log
> - Store driver/executor log into HDFS.
> - Provided a API to view driver log.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)