If one launches Hive using the “-S” or “–silent” option then Hive does not print progress information. However if you are already inside the Hive command line shell then you can control this behaviour by setting the value of silent.
set silent=on; -- make hive silent set silent=false; -- make hive print progress information
Leave a Reply