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
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
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
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
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.
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
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
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
;
>>>>> 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.
>>>>>>
&
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
>>>> 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
;> 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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo