Repository: incubator-apex-site Updated Branches: refs/heads/master d85f552e5 -> 7c696980d
Updating roadmap Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/7c696980 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/7c696980 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/7c696980 Branch: refs/heads/master Commit: 7c696980d58f8fb28d2f89b2e5e91fd85995ce46 Parents: d85f552 Author: Thomas Weise <[email protected]> Authored: Mon May 23 19:34:32 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Mon May 23 19:34:32 2016 -0700 ---------------------------------------------------------------------- roadmap.json | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/7c696980/roadmap.json ---------------------------------------------------------------------- diff --git a/roadmap.json b/roadmap.json index 420b56b..5b208f4 100644 --- a/roadmap.json +++ b/roadmap.json @@ -526,12 +526,12 @@ }, { "expand": "operations,editmeta,changelog,transitions,renderedFields", - "id": "12926099", - "self": "https://issues.apache.org/jira/rest/api/2/issue/12926099", - "key": "APEXMALHAR-1873", + "id": "12926078", + "self": "https://issues.apache.org/jira/rest/api/2/issue/12926078", + "key": "APEXMALHAR-1897", "fields": { - "summary": "Create a fault-tolerant/scalable cache component backed by a persistent store", - "description": "We need a Scalable Cache component in Malhar. Following are some of the key features of the cache\r\n\r\n1. Cache has limited size and is backed by a persistent store.\r\n2. When there is a cache miss, the data is loaded from backup store.\r\n3. To minimize misses, a range of keys can be loaded.\r\n4. Ability to purge key/values\r\n5. Writing to the backup store should be optimized.\r\n6. It should provide support for fault-tolerance.", + "summary": "Large operator state management", + "description": "ManagedState is described in the document below:\r\n\r\nhttps://docs.google.com/document/d/1gRWN9ufKSZSZD0N-pthlhpC9TZ8KwJ6hJlAX6nxl5f8/edit#heading=h.z87ti1fwyt0t", "fixVersions": [ { "self": "https://issues.apache.org/jira/rest/api/2/version/12334637", @@ -733,6 +733,37 @@ } } } + }, + { + "expand": "operations,editmeta,changelog,transitions,renderedFields", + "id": "12969033", + "self": "https://issues.apache.org/jira/rest/api/2/issue/12969033", + "key": "APEXMALHAR-2089", + "fields": { + "summary": "Apache Beam support", + "description": "Apex should provide a runner for Beam. This ticket is a proxy for BEAM-261 as the implementation should probably live in the Beam repository.\r\n", + "fixVersions": [], + "priority": { + "self": "https://issues.apache.org/jira/rest/api/2/priority/3", + "iconUrl": "https://issues.apache.org/jira/images/icons/priorities/major.png", + "name": "Major", + "id": "3" + }, + "status": { + "self": "https://issues.apache.org/jira/rest/api/2/status/1", + "description": "The issue is open and ready for the assignee to start work on it.", + "iconUrl": "https://issues.apache.org/jira/images/icons/statuses/open.png", + "name": "Open", + "id": "1", + "statusCategory": { + "self": "https://issues.apache.org/jira/rest/api/2/statuscategory/2", + "id": 2, + "key": "new", + "colorName": "blue-gray", + "name": "New" + } + } + } } ], "versions": [ @@ -769,6 +800,14 @@ "projectId": 12318824 }, { + "self": "https://issues.apache.org/jira/rest/api/2/version/12335815", + "id": "12335815", + "name": "3.5.0", + "archived": false, + "released": false, + "projectId": 12318824 + }, + { "self": "https://issues.apache.org/jira/rest/api/2/version/12334588", "id": "12334588", "name": "4.0.0",
