Guest User

Untitled

a guest
Feb 5th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #Iniciar Beeline:
  2.  
  3. beeline -n <usr> -p <pwd> \
  4. -u jdbc:hive2://<host>:<port>/<db>
  5.  
  6. #Lanzar HiveQL query mediante beeline:
  7.  
  8. beeline -n <usr> -p <pwd> -u jdbc:hive2://<host>:<port>/<db> -e "<query>"
Add Comment
Please, Sign In to add comment