Re: Beeline client

2014-11-04 Thread Vikas Parashar
Thanks szehon to correct me, sorry, i didn't get the question properly. On Tue, Nov 4, 2014 at 6:10 PM, Hanish Bansal < hanish.bansal.agar...@gmail.com> wrote: > Thanks all for response !! > > Szehon, yup I was facing issue mentioned in HIVE-6928. By using > --outputFormat=vertical it is showing

Re: Beeline client

2014-11-04 Thread Hanish Bansal
Thanks all for response !! Szehon, yup I was facing issue mentioned in HIVE-6928. By using --outputFormat=vertical it is showing proper result but not user friendly. For now it is fine for me. I ll have to wait for hive release 0.14.0 to get proper result in tabular form. Once again Thanks Szeho

Re: Beeline client

2014-11-03 Thread Szehon Ho
Late reply, but I saw a similar issue as described in HIVE-6928, which is fixed. Not sure if its the same issue. You can also try --outputFormat=vertical as a workaround. Thanks Szehon On Sat, Nov 1, 2014 at 12:03 AM, Vikas Parashar wrote: > No Cli, will give you that access. this is all depe

Re: Beeline client

2014-11-01 Thread Vikas Parashar
No Cli, will give you that access. this is all depends on your terminal. If you will see mysql client then it will behave like same. But in my terminal, it will print in next line. On Sat, Nov 1, 2014 at 11:40 AM, Hanish Bansal < hanish.bansal.agar...@gmail.com> wrote: > This can be used to move

Re: Beeline client

2014-10-31 Thread Hanish Bansal
This can be used to move upward/download on beeline cli. The issue is I am not able to move on right side (in horizontal direction) to view the other columns. E.g. There are 30 columns in hive table "test" but when i run "select * from test",it is showing only 6-7 columns on beeline cli depending

Re: Beeline client

2014-10-31 Thread Vikas Parashar
you can use shift+page up/down. On Sat, Nov 1, 2014 at 9:45 AM, Hanish Bansal < hanish.bansal.agar...@gmail.com> wrote: > Yeah beeline cli. > > On Sat, Nov 1, 2014 at 12:37 AM, Vikas Parashar > wrote: > >> Are you using CLI ? >> >> On Sat, Nov 1, 2014 at 12:33 AM, Hanish Bansal < >> hanish.bansa

Re: Beeline client

2014-10-31 Thread Hanish Bansal
Yeah beeline cli. On Sat, Nov 1, 2014 at 12:37 AM, Vikas Parashar wrote: > Are you using CLI ? > > On Sat, Nov 1, 2014 at 12:33 AM, Hanish Bansal < > hanish.bansal.agar...@gmail.com> wrote: > >> Hi, >> >> I am using Beeline client to connect to hiveserver2 on linux machine. >> >> In terminal whe

Re: Beeline client

2014-10-31 Thread Vikas Parashar
Are you using CLI ? On Sat, Nov 1, 2014 at 12:33 AM, Hanish Bansal < hanish.bansal.agar...@gmail.com> wrote: > Hi, > > I am using Beeline client to connect to hiveserver2 on linux machine. > > In terminal when i run query: "select * from table"; It only show first > few columns in case there is

Re: beeline client

2014-07-13 Thread Xuefu Zhang
ive –f script1.hql & > > Hive –f script2.hql & > > Hive –f script3.hql & > > Hive –f script4.hql & > > Hive –f script5.hql & > > > > > > *From:* Xuefu Zhang [mailto:xzh...@cloudera.com] > *Sent:* Friday, July

RE: beeline client

2014-07-13 Thread Bogala, Chandra Reddy
finishes. Ex: hive –f script1.hql & Hive –f script2.hql & Hive –f script3.hql & Hive –f script4.hql & Hive –f script5.hql & From: Xuefu Zhang [mailto:xzh...@cloudera.com] Sent: Friday, July 11, 2014 7:29 PM To: user@hive.apache.org Subject: Re: beeline

Re: beeline client

2014-07-11 Thread Xuefu Zhang
Chaudra, The difference you saw between Hive CLI and Beeline might indicate a bug. However, before making such a conclusion, could you give an example of your queries? Are the jobs you expect to run parallel for a single query? Please note that your script file is executed line by line in either c