-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat: enhance diag tool log parser and fix python setup #3303
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3303 +/- ##
=============================================
+ Coverage 36.80% 75.71% +38.91%
Complexity 393 393
=============================================
Files 175 691 +516
Lines 10143 125304 +115161
Branches 1186 1186
=============================================
+ Hits 3733 94879 +91146
- Misses 6173 30188 +24015
Partials 237 237
☔ View full report in Codecov by Sentry. |
docs/zh/maintain/diagnose.md
Outdated
@@ -94,7 +94,7 @@ killed | 被终止的任务 | |||
更多state信息详见[Spark State]( https://spark.apache.org/docs/3.2.1/api/java/org/apache/spark/launcher/SparkAppHandle.State.html),[Yarn State](https://hadoop.apache.org/docs/current/api/org/apache/hadoop/yarn/api/records/YarnApplicationState.html) | |||
|
|||
|
|||
使用`inspect job --id <job_id>`查询指定任务的log日志,其结果会筛选出主要错误信息。如果需要详细的日志信息,可以添加`--detail`获取详细信息。 | |||
使用`inspect job --id <job_id>`查询指定任务的log日志,其结果会使用配置文件筛选出主要错误信息。如需更新配置文件,可以添加`--conf-update`,并且可以使用`--conf-url`配置镜像源。如果需要完整的日志信息,可以添加`--detail`获取详细信息。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
give an example, --conf-url ...openmldb.ai....
close #3259