How do I get a complete list of all table names in all databases in Hive?
# one-liner trick to get list of hive database from commandline
for i in `hive -e 'show databases;'`; do echo $i; hive --database=$i -e 'show tables;' | tee -a output.txt; done
Also in Shell:
- how to push force git
- android studio kvm is required to run this avd
- git create new branch
- use python shell with git bash
- silent install google chrome powershell
- bash ls exclude file
- run jar file command line
- npm formik import
- ssh github generate key
- free port in linux
- how to convert ts to mp4 with ffmpeg
- remove all files with no extention rm
- rustup
- install packages from jupyter notebook
- node install ubuntu
- convert excel to csv command line linux
- git SSL certificate problem: certificate has expired
- ubuntu set sudoers to use vim
- how to update pip in linux
- linux find file
- convert all files and folders in current directory into zip in linux
- how to get git username and password
- getcwd() failed: No such file or directory linux server
- bash append file