tsql - How to skip showing results in HIVE Command Line? -
i have executed query in hive cli
should generate around 11.000.000
rows, know result because have executed query in ms sql server management studio
too.
the problem in hive cli
rows showing on over ( right know there more 12
hours since started execution ) , want know time processing, showed after showing results.
so have 2 questions :
- how skip showing rows results in
hive
command line ? - if execute query in
beeswax
, how see statistics execution time , similarset statistics time on
int-sql
?
you can check using link given in log .but wont give total processing left.
Comments
Post a Comment