Class UndefinedAnalyzer


  • public class UndefinedAnalyzer
    extends Object
    BUGS This code does not handle the fact that these files could include log events from previous months. It therefore it assumes all dates are in the current month. One solution might be to skip log files that haven't been touched in the last month, but that doesn't prevent newer files that have old dates in them.
    • Constructor Detail

      • UndefinedAnalyzer

        public UndefinedAnalyzer()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Class to analyze undefined references and accumulo logs to isolate the time/tablet where data was lost.
        Throws:
        Exception