@Test
public void testFeedEntityWithValidTable() throws Exception {
Map<String, String> overlay = context.getUniqueOverlay();
overlay.put("colo", "default");
ClientResponse response = context.submitToFalcon(TestContext.CLUSTER_TEMPLATE, overlay, EntityType.CLUSTER);
context.assertSuccessful(response);
// submission will parse and validate the feed with table
overlay.put("tableUri", TABLE_URI);
response = context.submitToFalcon("/hive-table-feed.xml", overlay, EntityType.FEED);