log.info("Pig Application Running");
context.registerShutdownHook();
String outputDir = "/data/password-repo/output";
FsShell fsShell = context.getBean(FsShell.class);
if (fsShell.test(outputDir)) {
fsShell.rmr(outputDir);
}
PasswordRepository repo = context.getBean(PigPasswordRepository.class);
repo.processPasswordFile("/data/passwd/input");