Package org.apache.hadoop.yarn.server.timeline

Examples of org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore


public class TestMemoryTimelineStore extends TimelineStoreTestUtils {

  @Before
  public void setup() throws Exception {
    store = new MemoryTimelineStore();
    store.init(new YarnConfiguration());
    store.start();
    loadTestData();
    loadVerificationData();
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.yarn.server.timeline.MemoryTimelineStore

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.