Avery Ching created GIRAPH-1054: ----------------------------------- Summary: Separate ThriftService from JobProgressTrackerService on the client Key: GIRAPH-1054 URL: https://issues.apache.org/jira/browse/GIRAPH-1054 Project: Giraph Issue Type: Improvement Reporter: Avery Ching Assignee: Avery Ching
Since we current make the ThriftService part of createJobProgressServer(), we cannot register any other Thrift services. This decouples the logic slightly by factoring out static GiraphJob#startThriftServer and GiraphJob#stopThriftServer methods. -- This message was sent by Atlassian JIRA (v6.3.4#6332)