beeline client issue

2014-12-14 Thread Bogala, Chandra Reddy
Hi, I am running hql script in background by using beeline ( i.e nohup beeline -u "" -d org.apache.hive.jdbc.HiveDriver --fastConnect=true -f .hql &). I have set HADOOP_CLIENT_OPTS="-Djline.terminal=jline.UnsupportedTerminal" as well in my shell. Job completes successfully. Job inserts data

Re: JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-03 Thread Prasad Mujumdar
ains [mailto:andrew.ma...@kontagent.com] > *Sent:* Wednesday, December 03, 2014 2:46 AM > > *To:* user@hive.apache.org > *Subject:* Re: JDBC/beeline client hangs with HiverServer2 (0.13.1) > > > > Hi Atul, > > The setting you pasted is for the metastore's authentication (set

RE: JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-03 Thread Atul Paldhikar (apaldhik)
HiveServer2 but not giving any response for the query “show tables”. Thanks - Atul From: Andrew Mains [mailto:andrew.ma...@kontagent.com] Sent: Wednesday, December 03, 2014 2:46 AM To: user@hive.apache.org Subject: Re: JDBC/beeline client hangs with HiverServer2 (0.13.1) Hi Atul, The setting you

Re: JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-03 Thread Andrew Mains
ables; *Error: For input string: "5000L" (state=,code=0)* 0: jdbc:hive2://finattr-comp-dev-01:1/def> Thanks - Atul *From:*Prasad Mujumdar [mailto:pras...@cloudera.com] *Sent:* Tuesday, December 02, 2014 10:21 AM *To:* user@hive.apache.org *Subject:* Re: JDBC/beeline client hangs w

RE: JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-03 Thread Atul Paldhikar (apaldhik)
asad Mujumdar [mailto:pras...@cloudera.com] Sent: Tuesday, December 02, 2014 10:21 AM To: user@hive.apache.org Subject: Re: JDBC/beeline client hangs with HiverServer2 (0.13.1) By default the sasl auth is enabled, you don't need to set 'auth=noSasl' unless you configured non-sasl auth.

Re: JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-02 Thread Prasad Mujumdar
apald...@cisco.com> wrote: > Trying again, any pointers is really appreciated ! > > > > Thanks > > - Atul > > > > *From:* Atul Paldhikar (apaldhik) > *Sent:* Monday, December 01, 2014 1:50 PM > *To:* user@hive.apache.org > *Subject:* JDBC/beeline client h

RE: JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-02 Thread Atul Paldhikar (apaldhik)
Trying again, any pointers is really appreciated ! Thanks - Atul From: Atul Paldhikar (apaldhik) Sent: Monday, December 01, 2014 1:50 PM To: user@hive.apache.org Subject: JDBC/beeline client hangs with HiverServer2 (0.13.1) Hi, I am trying to connect to Hive via JDBC client (Java code) but the

JDBC/beeline client hangs with HiverServer2 (0.13.1)

2014-12-01 Thread Atul Paldhikar (apaldhik)
Hi, I am trying to connect to Hive via JDBC client (Java code) but the connection hands forever. The same issue with beeline client also. I did google around and add "auth=noSasl" to my JDBC URL but still no luck. HiveServer2 startup : nohup hive --service hiveserver2 Beel

Re: Beeline client

2014-11-04 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. >>>>>> &

Re: Beeline client

2014-11-04 Thread Hanish Bansal
gt;>>> 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 >>>>> wro

Re: Beeline client

2014-11-03 Thread Szehon Ho
>>>> 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 >>>>>> fir

Re: Beeline client

2014-11-01 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

Re: Beeline client

2014-10-31 Thread Hanish Bansal
014 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 Ban

Re: Beeline client

2014-10-31 Thread Vikas Parashar
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 o

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 hiveserv

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

Beeline client

2014-10-31 Thread Hanish Bansal
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 large no.of columns in table. There should be horizontal scroll on beeline if there is larger result but th

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
hese get processed in parallel. > > Now I planned to switch to HiveServer2 and submitting jobs using beeline > client from multiple scripts example : “nohup beeline -u > jdbc:hive2://:#=$epoch -n -p -d > org.apache.hive.jdbc.HiveDriver -f .hql &”. > > But I could see jobs

beeline client

2014-07-10 Thread Bogala, Chandra Reddy
Hi, Currently I am submitting multiple hive jobs using hive cli with "hive -f" from different scripts. All these jobs I could see in application tracker and these get processed in parallel. Now I planned to switch to HiveServer2 and submitting jobs using beeline client from multip

beeline client

2014-06-22 Thread Bogala, Chandra Reddy
Hi, I was using hive client to submit jobs. I used to submit multiple jobs ( multiple hive clients ex: nohup hive -f job1.hql , nohup hive -f job2.hql etc). All these jobs I used to see in application tracker immediately and used to run parallel. Same I am trying to do with beeline client