Posts

Showing posts from January, 2019

HiveQL

Useful commands 1.  hive --help 2.  hive --service serviceName --help    default service is "cli". 3.  hive -f  filename.hql  if in the .hql  any command errors out , it won't proceed execution further. 4.