You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2017/02/09 18:19:14 UTC

[GitHub] incubator-quickstep pull request #186: Added HDFS Support For TextScanWorkOr...

GitHub user zuyu opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/186

    Added HDFS Support For TextScanWorkOrder.

    Assigned to @jianqiao.
    
    This PR allows to bulk load files to HDFS used in the distributed version. It also fixed the file pointer leak when an read exception throws.
    
    Note that we need to read twice for a row, if the row spans in two HDFS blocks. Otherwise, it is faulty, and affect the correctness of the query result.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-quickstep hdfs_text_scan

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/186.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #186
    
----
commit a62131ad557da5676732584f84a9b71e02bd9fef
Author: Zuyu Zhang <zu...@apache.org>
Date:   2017-02-06T22:42:42Z

    Added HDFS Support For TextScanWorkOrder.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---