You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/12/18 04:27:17 UTC

[jira] [Updated] (HIVE-8853) Make vectorization work with Spark [Spark Branch]

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

Brock Noland updated HIVE-8853:
-------------------------------
    Parent Issue: HIVE-9134  (was: HIVE-7292)

> Make vectorization work with Spark [Spark Branch]
> -------------------------------------------------
>
>                 Key: HIVE-8853
>                 URL: https://issues.apache.org/jira/browse/HIVE-8853
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Spark
>            Reporter: Xuefu Zhang
>
> In Hive to make vectorization work, the reader needs to be also vectorized, which means that the reader can read a chunk of rows (or a list of column chunks) instead of one row at a time. However, we use Spark RDD for reading, which again utilized the underlying inputformat to read. Subsequent processing also needs to hapen in batches. We need to make sure that vectorizatoin is working as expected.



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