Re: Connecting PHP application to Hive Thrift Server 2

2015-03-08 Thread George Livingston
Hi I think you need to set authentication value as NOSASL Regards George On Mar 8, 2015 5:29 PM, "أنس الليثي" wrote: > Dears > > I am using this client to > connect to hive thrift server but the server is throwing the following > exception > >

Re: tfetchresultsresp row returns zero

2015-01-29 Thread George Livingston
that the previous serialization design (row major) was very > inefficient and resulted in a lot of unnecessary network traffic. The > current design (column major) addresses some of those issues. > > Thanks, > —Vaibhav > > > From: George Livingston > Reply-To: "us

tfetchresultsresp row returns zero

2015-01-28 Thread George Livingston
Hi Team, I have generated C# source for TCLIService using thrift, to connect to the Hiveserver2, when I connect the hiveserver2 with Hive version 0.13, TFetchResultsResp result is always returned in values of columns and not in rows i.e. rows count always zero. When I tried with the Hive version