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

[jira] [Issue Comment Deleted] (HIVE-7329) Create SparkWork [Spark Branch]

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

Xuefu Zhang updated HIVE-7329:
------------------------------
    Comment: was deleted

(was: hi,XueFu. i  builted hive on spark (spark branch on https://github.com/apache/hive.git),and spark (master branch on https://github.com/apache/spark.git),and my spark assembly jar is spark-assembly-1.2.0-SNAPSHOT-hadoop2.4.0.jar,and set this jar path into hive-env.sh (set to HIVE_AUX_JARS_PATH),and start hive ,do follow commnad to start a query :
set hive.execution.engine=spark;
set spark.master=spark://:7077;
set spark.eventLog.enabled=true; 
set spark.executor.memory=1024m;
set spark.serializer=org.apache.spark.serializer.KryoSerializer;
but it seems it still use mr for query engine,then i remote debug it ,and  found it can't  jump to spark engine.
i do what this https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started be told,can u tell me anything wrong?)

> Create SparkWork [Spark Branch]
> -------------------------------
>
>                 Key: HIVE-7329
>                 URL: https://issues.apache.org/jira/browse/HIVE-7329
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Spark
>    Affects Versions: 0.13.1
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: spark-branch
>
>         Attachments: HIVE-7329.patch
>
>
> This class encapsulates all the work objects that can be executed in a single Spark job.
> NO PRECOMMIT TESTS. This is for spark branch only.



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