Github user zhzhan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5430#discussion_r28278878
  
    --- Diff: 
core/src/main/scala/org/apache/spark/executor/ExecutorExitCode.scala ---
    @@ -46,9 +46,9 @@ object ExecutorExitCode {
           case OOM => "OutOfMemoryError"
           case DISK_STORE_FAILED_TO_CREATE_DIR =>
             "Failed to create local directory (bad spark.local.dir?)"
    -      case TACHYON_STORE_FAILED_TO_INITIALIZE => "TachyonStore failed to 
initialize."
    -      case TACHYON_STORE_FAILED_TO_CREATE_DIR =>
    -        "TachyonStore failed to create a local temporary directory."
    +      case OFFHEAP_STORE_FAILED_TO_INITIALIZE => "OffHeap Store failed to 
initialize."
    --- End diff --
    
    I have not find a good way to retrieve the real store name yet. Will add 
todo and figure it out later.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to