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 myurl -d org.apache.hive.jdbc.HiveDriver --fastConnect=true -f myhql_script.hql ). I have set HADOOP_CLIENT_OPTS=-Djline.terminal=jline.UnsupportedTerminal as well in my shell. Job completes successfully. Job

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

2014-12-03 Thread Atul Paldhikar (apaldhik)
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. What errors did

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

2014-12-03 Thread Andrew Mains
show tables; *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

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

2014-12-03 Thread Atul Paldhikar (apaldhik)
to 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 Prasad Mujumdar
/beeline client hangs with HiverServer2 (0.13.1) Hi Atul, The setting you pasted is for the metastore's authentication (setting to false means SASL is disabled there). The setting you want is: hive.server2.authentication – Authentication mode, default NONE. Options are NONE, NOSASL

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

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

2014-12-02 Thread Prasad Mujumdar
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 hangs with HiverServer2 (0.13.1) Hi, I am trying to connect to Hive via

Re: Beeline client

2014-11-04 Thread Hanish Bansal
, 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 there is not any

Re: Beeline client

2014-11-03 Thread Szehon Ho
: Yeah beeline cli. On Sat, Nov 1, 2014 at 12:37 AM, Vikas Parashar para.vi...@gmail.com 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

Re: Beeline client

2014-11-01 Thread Hanish Bansal
Bansal hanish.bansal.agar...@gmail.com wrote: Yeah beeline cli. On Sat, Nov 1, 2014 at 12:37 AM, Vikas Parashar para.vi...@gmail.com 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

Re: Beeline client

2014-11-01 Thread Vikas Parashar
hanish.bansal.agar...@gmail.com wrote: Yeah beeline cli. On Sat, Nov 1, 2014 at 12:37 AM, Vikas Parashar para.vi...@gmail.com 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

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 there is not any

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 large

Re: Beeline client

2014-10-31 Thread Hanish Bansal
Yeah beeline cli. On Sat, Nov 1, 2014 at 12:37 AM, Vikas Parashar para.vi...@gmail.com 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

Re: Beeline client

2014-10-31 Thread Vikas Parashar
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 large no.of columns in table. There should be horizontal scroll on beeline

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 client Chaudra

Re: beeline client

2014-07-13 Thread Xuefu Zhang
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 client Chaudra, The difference you saw between Hive CLI

beeline client

2014-07-11 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 multiple scripts

Re: beeline client

2014-07-11 Thread Xuefu Zhang
. Now I planned to switch to HiveServer2 and submitting jobs using beeline client from multiple scripts example : “nohup beeline -u jdbc:hive2://host:port#variable=$epoch -n user -p pass -d org.apache.hive.jdbc.HiveDriver -f hql script.hql ”. But I could see jobs get submitted in serial

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