由于HQL(hive sql)在下面使用map-reduce,我想知道如何输出作业的计数器信息(到控制台或日志文件),例如计数器信息,当作业完成时,默认情况下map-reduce作业输出
我在自定义Hive UDTF中使用计数器来记录调试信息,例如:
context.getReporter()getCounter( “MyCounter”, “Forward_Count”)增量(1);
上面提到的“计数器信息”的示例屏幕截图: map-reduce counter example pic