Re: Hive Compile mode

2015-09-09 Thread Raajay
Ah okay thanks! On Wed, Sep 9, 2015 at 10:44 PM, Jeff Zhang wrote: > Use explain > > https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Explain > > > > On Thu, Sep 10, 2015 at 11:07 AM, Raajay wrote: > >> Is it possible to use Hive only in compile mode ( and not execute the >> quer

Re: Hive Compile mode

2015-09-09 Thread Jeff Zhang
Use explain https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Explain On Thu, Sep 10, 2015 at 11:07 AM, Raajay wrote: > Is it possible to use Hive only in compile mode ( and not execute the > queries) ? > > The output here would be a DAG say to be executed on TEZ later. > > Than

Hive Compile mode

2015-09-09 Thread Raajay
Is it possible to use Hive only in compile mode ( and not execute the queries) ? The output here would be a DAG say to be executed on TEZ later. Thanks Raajay

Re: HiveServer2 & Kerberos

2015-09-09 Thread Takahiko Saito
Hi Loic, One possible solution is if hive.server2.enable.doAs is set false in hive-site.xml, you can change it to true and restart HiveServer2. And then try to connect via beeline. Cheers, On Wed, Sep 9, 2015 at 8:02 AM, Loïc Chanel wrote: > Hi guys ! > > Sorry to interrupt but I need to go ba

Re: HiveServer2 & Kerberos

2015-09-09 Thread Loïc Chanel
Hi guys ! Sorry to interrupt but I need to go back to the first reason of this thread : I can't connect to hive anymore. I upgraded my cluster to HDP 2.3, and I saw that the way to connect to Hive via Beeline & Kerberos hasn't changed, but the exact command that worked before doesn't work anymore.

Re: Hive on Spark on Mesos

2015-09-09 Thread Xuefu Zhang
Mesos isn't supported for Hive on Spark. We have never attempted to run against it. --Xuefu On Wed, Sep 9, 2015 at 6:12 AM, John Omernik wrote: > In the docs for Hive on Spark, it appears to have instructions only for > Yarn. Will there be instructions or the ability to run hive on spark with

Hive on Spark on Mesos

2015-09-09 Thread John Omernik
In the docs for Hive on Spark, it appears to have instructions only for Yarn. Will there be instructions or the ability to run hive on spark with Mesos implementations of spark? Is it possible now and just not documented? What are the issues in running it this way? John

regarding hive classloader

2015-09-09 Thread Wangwenli
Hi guys, recently we met one exception : stream closed , the detail is here, https://issues.apache.org/jira/browse/HIVE-11681 the root cause is the add jar will generate one new classloader, when session close, the classloader will close also , which inside the URLClassloader, the stream cache

Starting Hive Thrift Server

2015-09-09 Thread Paulo Moniz
Hi, I am beginner and may possibly even find my naive questions regarding when trying to connect to the server hive. So I ask you to help. After I run the command: ~ $ $ HIVE_HOME / bin / hive --service hiveserver and appear the messages as shown above, should appear a message indicating that

Getting error while performing Insert query

2015-09-09 Thread Srinivas Thunga
Hi, Have you created the hive metastore. Have you changed the hive-site.xml with new config parameters ? On Wednesday, September 9, 2015, Sateesh Karuturi < sateesh.karutu...@gmail.com > wrote: > hello..., > iam using hive 1.1 and tez 0.7... > Whenever iam trying to INSERT data into hive table