Re: help with beeline connection to hive

2022-02-23 Thread Bitfox
I resolved the issue by this way https://github.com/chuqbach/Big-Data-Installation/issues/2 Thanks for your help. Regards On Wed, Feb 23, 2022 at 5:49 PM Mich Talebzadeh wrote: > and check that beeline thrift server is indeed running (mine runs on port > 10099) > > netstat -plten|grep 10099

Re: help with beeline connection to hive

2022-02-23 Thread Mich Talebzadeh
and check that beeline thrift server is indeed running (mine runs on port 10099) netstat -plten|grep 10099 tcp0 0 0.0.0.0:10099 0.0.0.0:* LISTEN 1 view my Linkedin profile

Re: help with beeline connection to hive

2022-02-23 Thread Mich Talebzadeh
beeline -u jdbc:hive2://localhost:1/default org.apache.hive.jdbc.HiveDriver -n -p view my Linkedin profile https://en.everybodywiki.com/Mich_Talebzadeh *Disclaimer:* Use it at your own risk. Any and all responsibility for

Re: help with beeline connection to hive

2022-02-23 Thread Aaron Grubb
Try username "root" and empty password. That works for me on 3.1.2. On Wed, 2022-02-23 at 10:16 +0800, Bitfox wrote: Hello I have hive 2.3.9 installed by default on localhost for testing. HDFS is also installed on localhost, which works correctly b/c I have already used the file storage

Re: help with beeline connection to hive

2022-02-23 Thread Alessandro Solimando
Hi Bitfox, did you check if HS2 is indeed running on port 1? ("sudo lsof -i -P -n | grep LISTEN" for instance). IIRC the default credentials are "hive/hive", can you try that too? HTH, Alessandro On Wed, 23 Feb 2022 at 03:17, Bitfox wrote: > Hello > > I have hive 2.3.9 installed by

help with beeline connection to hive

2022-02-22 Thread Bitfox
Hello I have hive 2.3.9 installed by default on localhost for testing. HDFS is also installed on localhost, which works correctly b/c I have already used the file storage feature. I didn't change any configure files for hive. I can login into hive shell: hive> show databases; OK default