You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Malaska (JIRA)" <ji...@apache.org> on 2016/02/19 02:03:18 UTC

[jira] [Updated] (HBASE-15271) Spark Bulk Load: Need to write HFiles to tmp location then rename to protect from Spark Executor Failures

     [ https://issues.apache.org/jira/browse/HBASE-15271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Malaska updated HBASE-15271:
--------------------------------
    Attachment: HBASE-15271.1.patch

First draft.  Built and ran tests

> Spark Bulk Load: Need to write HFiles to tmp location then rename to protect from Spark Executor Failures
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-15271
>                 URL: https://issues.apache.org/jira/browse/HBASE-15271
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Malaska
>            Assignee: Ted Malaska
>         Attachments: HBASE-15271.1.patch
>
>
> With the current code if an executor failure before the HFile is close it will cause problems.  This jira will have the files first write out to a file that starts with an underscore.  Then when the HFile is complete it will be renamed and the underscore will be removed.
> The underscore is important because the load bulk functionality will skip files with an underscore.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)