hadoop - Hive: Collecting the source and target table count when the hive insert statement is finished -


i running insert script hive tables using shell script in loop using command hive -f filename.sql . want collect source table count , target table count , insert log table after data has been inserted in hive target table.

please me identify source , target count when map reduce job running.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

python 2.7 - Counting the columns with missing values in a pandas dataset -