Hi,all
Did hive support execute history command like shell(use number like !10)?
And I find beeline not support this:
!
Executes a shell command from the Hive shell.
All of command with ! prefix will be SQLLine CLI command,I think it's a very
useful command.
Hi, Antal
Thank you, I have followed some web guide and set hive2 transport mode to http,
then the port number become 10001. I changed it back and set the proxy username
in hdfs and it worked.
Regards,
Hou
> 在 2018年4月25日,下午6:23,Antal Sinkovits 写道:
>
> Hi,
>
> First of all, I would check if t
Hi,
First of all, I would check if the HiveServer2 is running, and listens on
the given port.
E.g:
lsof -i -P |grep java
You should see something like:
java 33169 asinkovits 349u IPv6 0x 0t0 TCP
*:1 (LISTEN)
java 33169 asinkovits 350u IPv6 0x