I do not see an Impala function to subtract two datestamps
and return seconds (or minutes) between the two.
http://www.cloudera.com/documentation/archive/impala/2-x/2-0-x/topics/impala_datetime_functions.html
unix_timestamp(finish_time)-unix_timestamp(start_time) will give you the seconds between them.