How to identify which database the user is using in hive CLI ? -


is there way identify database user using while using command line interface ?

to know database user in

set hive.cli.print.current.db=true

then prompt display hive(db name)


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -