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
Post a Comment