[ https://issues.apache.org/jira/browse/HIVE-8855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224278#comment-14224278 ]
yuemeng commented on HIVE-8855: ------------------------------- HI,i built a hive-on-spark package (the hive src code with spark branch get from https://github.com/apache/hive.git )and built a spark (master branch get from https://github.com/apache/spark.git ),my assembly jar is spark-assembly-1.2.0-SNAPSHOT-hadoop2.4.0.jar,and configure this assembly jar path in hive-env.sh (export HIVE_AUX_JARS_PATH),and start metastore server ,then i run this comand in hive shell: set hive.execution.engine=spark; set spark.master=spark://xxx.xxx.x.x:7077; set spark.eventLog.enabled=true; set spark.executor.memory=1024m; set spark.serializer=org.apache.spark.serializer.KryoSerializer; then start a query ,but it seems it can't jump to spark engine,it still give me some error like : ication_time: 1416935573226 access_time: 0 block_replication: 0 blocksize: 0 fileId: 31127 childrenNum: 0 }} 14/11/26 01:12:53 [main]: INFO session.SessionState: No Tez session required at this point. hive.execution.engine=mr. i think it still use mr for query,i don't konw why ,and in the spark webui,i can't found any info during query in hive.can u tell me why? > Automatic calculate reduce number for spark job[Spark Branch] > ------------------------------------------------------------- > > Key: HIVE-8855 > URL: https://issues.apache.org/jira/browse/HIVE-8855 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Chengxiang Li > Assignee: Jimmy Xiang > Labels: Spark-M3 > Fix For: spark-branch > > Attachments: HIVE-8855.1-spark.patch, HIVE-8855.2-spark.patch > > > As the following up work of HIVE-8649, we should enable reduce number > automatic calculation for both local spark client and remote spark client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)