This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Wednesday, 15 June 2022
How to clear the content in Hive interactive terminal?
Execute
the command !clear;
hive> !clear;
You can even use CTRL + L to clear the screen
No comments:
Post a Comment