Request Edit Permission to Apache Hive Confluence Page

2018-06-19 Thread Yuneng Fan
Hello there, I would like to request Edit Permission to Apache Hive Confluence Page. Confluence ID = afan Thanks, Alice

Re: Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sachin janani
Yes I build the same way as you suggested but no luck. Regards, Sachin Janani On Tue, Jun 19, 2018 at 7:13 PM, Sahil Takiar wrote: > You should be building Spark without Hive. For Spark 2.3.0, the command is: > > ./dev/make-distribution.sh --name "hadoop2-without-hive" --tgz > "-Pyarn,hadoop-p

Re: Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sahil Takiar
You should be building Spark without Hive. For Spark 2.3.0, the command is: ./dev/make-distribution.sh --name "hadoop2-without-hive" --tgz "-Pyarn,hadoop-provided,hadoop-2.7,parquet-provided,orc-provided "

Re: Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sachin janani
It shows following exception : *java.lang.NoSuchFieldError: HIVE_STATS_JDBC_TIMEOUTat org.apache.spark.sql.hive.HiveUtils$.formatTimeVarsForHiveClient(HiveUtils.scala:205)at org.apache.spark.sql.hive.HiveUtils$.newClientForMetadata(HiveUtils.scala:286)at org.apache.spark.sql.hive.HiveExternalCa

Re: Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sahil Takiar
I updated the doc to reflect that Hive 3.0.0 works with Spark 2.3.0. What issues are you seeing? On Tue, Jun 19, 2018 at 7:03 AM, Sachin janani wrote: > This is the same link which I followed. As per this link for > spark-2.3.0 we need to use hive master instead of hive 3.0.0. Also we > need to

Re: Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sachin janani
This is the same link which I followed. As per this link for spark-2.3.0 we need to use hive master instead of hive 3.0.0. Also we need to custom build spark without hive dependencies but after trying all this it shows some compatibility issues. Regards, Sachin Janani On Tue, Jun 19, 2018 at 5:0

Re: Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sahil Takiar
Yes, Hive 3.0.0 works with Spark 2.3.0 - this section of the wiki has details on which Hive releases support which Spark versions. On Tue, Jun 19, 2018 at 5:59 AM, Sa

Is hive on spark works with spark 2.3.0

2018-06-19 Thread Sachin janani
Hi, I am trying to run hive on spark by following the steps mentioned here- https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started , but getting many compatibility issues like NoSuchMethodError, NoSuchFieldException etc. So just need to know if it works and whether someo