Verify HBase's log4j.properties configuration is set to print log messages for your class at info (check rootLogger level, log threshold, and logger class/package level).

On 5/24/17 11:02 AM, Cheyenne Forbes wrote:
I want to output the steps of execution of my UDF but I cant find the logs, I searched the region log in //usr/local/hbase/logs//
....
/public static final Log LOG = LogFactory.getLog(MyUDF.class);/
....
/    public boolean evaluate(Tuple tuple, ImmutableBytesWritable ptr) {
         LOG.info("UDF execution started");/
....

Regards,
Cheyenne O. Forbes

Reply via email to