Would like to inform Hive users that the default output of few commands has been modified on the access node in order to be more informative and friendly for users:

sacct(jobs history, running jobs):

Old output table: JobID   JobName  Partition    Account  AllocCPUS      State ExitCode
New output table: JobID   JobName Partition   Account   User  AllocCPUS    State  ExitCode   Start      End    Elapsed   NodeList  Comment

squeue(scheduler jobs queue):
Old output table: JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
New output table: JOBID PARTITION     NAME     USER    GROUP ST        TIME  TIME_LIMIT  NODES CPU NODELIST(REASON)

sinfo(view partition's and nodes)
Old output table: PARTITION   AVAIL  TIMELIMIT  NODES  STATE NODELIST
New output table: PARTITION    AVAIL  TIMELIMIT     GROUPS NODES(A/I/O/T) NODELIST
**NODES(A/I/O/T) is Nodes State:

A = Allocated
I = IDLE
T = TOTAL
*In old output, each node state on each partition was on different line, now we have more clear output without duplicating lines because of node status.


**Every user can change the default output of each command as he want by modifying his environment, refer to manuals of commands to find the output arguments**