Re: setup spark engine to hive ,the hive version and spark build problem

2017-06-17 Thread Mich Talebzadeh
the only way I managed this work (and I have not tried newer build yet) was Hive. 2.0.1 on Spark 1.3.1 engine Connected to: Apache Hive (version 2.0.1 0: jdbc:hive2://rhes564:10099/default> select count(1) from passwd; INFO : Compiling

Re: setup spark engine to hive ,the hive version and spark build problem

2017-06-17 Thread Boris Lublinsky
You need to exlicitely build spark without Hive. Look at getting started doc Get Outlook for Android On Sat, Jun 17, 2017 at 5:26 AM -0400, "wuchang" <583424...@qq.com> wrote: I want to build hive and spark to make my hive based on spark engine.I choose Hive 2.3.0 and Spark

setup spark engine to hive ,the hive version and spark build problem

2017-06-17 Thread wuchang
I want to build hive and spark to make my hive based on spark engine. I choose Hive 2.3.0 and Spark 2.0.0, which is claimed to be compatible by hive official document. According to the hive officials document ,I have to build spark without hive profile to avoid the conflict between original

setup spark engine to hive ,the hive version and spark build problem

2017-06-17 Thread wuchang
I want to build hive and spark to make my hive based on spark engine. I choose Hive 2.3.0 and Spark 2.0.0, which is claimed to be compatible by hive official document. According to the hive officials document ,I have to build spark without hive profile to avoid the conflict between original