Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Commits
24d7aa2d
Commit
24d7aa2d
authored
12 years ago
by
Charles Reiss
Browse files
Options
Downloads
Patches
Plain Diff
Extra whitespace in ExecutorExitCode
parent
829206f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/src/main/scala/spark/executor/ExecutorExitCode.scala
+3
-0
3 additions, 0 deletions
core/src/main/scala/spark/executor/ExecutorExitCode.scala
with
3 additions
and
0 deletions
core/src/main/scala/spark/executor/ExecutorExitCode.scala
+
3
−
0
View file @
24d7aa2d
...
@@ -12,12 +12,15 @@ private[spark]
...
@@ -12,12 +12,15 @@ private[spark]
object
ExecutorExitCode
{
object
ExecutorExitCode
{
/** The default uncaught exception handler was reached. */
/** The default uncaught exception handler was reached. */
val
UNCAUGHT_EXCEPTION
=
50
val
UNCAUGHT_EXCEPTION
=
50
/** The default uncaught exception handler was called and an exception was encountered while
/** The default uncaught exception handler was called and an exception was encountered while
logging the exception. */
logging the exception. */
val
UNCAUGHT_EXCEPTION_TWICE
=
51
val
UNCAUGHT_EXCEPTION_TWICE
=
51
/** The default uncaught exception handler was reached, and the uncaught exception was an
/** The default uncaught exception handler was reached, and the uncaught exception was an
OutOfMemoryError. */
OutOfMemoryError. */
val
OOM
=
52
val
OOM
=
52
/** DiskStore failed to create a local temporary directory after many attempts. */
/** DiskStore failed to create a local temporary directory after many attempts. */
val
DISK_STORE_FAILED_TO_CREATE_DIR
=
53
val
DISK_STORE_FAILED_TO_CREATE_DIR
=
53
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment