Package com.netflix.bdp.s3mper.alert.impl

Examples of com.netflix.bdp.s3mper.alert.impl.CloudWatchAlertDispatcher


        deleteFs = FileSystem.get(testPath.toUri(), deleteConf);
       
        meta = new DynamoDBMetastore();
        meta.initalize(testPath.toUri(), conf);
       
        alert = new CloudWatchAlertDispatcher();
        alert.init(testPath.toUri(), conf);
       
        Configuration janitorConf = new Configuration(conf);
        janitorConf.setBoolean("s3mper.metastore.deleteMarker.enabled", false);
       
View Full Code Here

TOP

Related Classes of com.netflix.bdp.s3mper.alert.impl.CloudWatchAlertDispatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.