Kontext Kontext

Hive - Retrieve Current User

event 2022-08-20 visibility 399 comment 0 insights
more_vert
insights Stats

Code description

This code snippet provides example of retrieving current user via current_user() function in HQL (Hive QL) code.

Output:

0: jdbc:hive2://> select current_user();
OK
+----------+
|   _c0    |
+----------+
| kontext  |
+----------+

Code snippet

select current_user();
More from Kontext
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts