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 -

recursion - Can every recursive algorithm be improved with dynamic programming? -