Updated thrift definitions and generated new thrift bindings based on it. Build is currently broken due to API changes.

This commit is contained in:
Renan DelValle 2017-11-30 18:29:11 -08:00
parent d4027bc95c
commit 4c8d4ef532
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
7 changed files with 1212 additions and 1725 deletions

View file

@ -26,6 +26,7 @@ const GOOD_IDENTIFIER_PATTERN_JVM = "^[\\w\\-\\.]+$"
const GOOD_IDENTIFIER_PATTERN_PYTHON = "^[\\w\\-\\.]+$"
var ACTIVE_JOB_UPDATE_STATES map[JobUpdateStatus]bool
var AWAITNG_PULSE_JOB_UPDATE_STATES map[JobUpdateStatus]bool
const BYPASS_LEADER_REDIRECT_HEADER_NAME = "Bypass-Leader-Redirect"
const TASK_FILESYSTEM_MOUNT_POINT = "taskfs"
@ -77,4 +78,9 @@ func init() {
10: true,
}
AWAITNG_PULSE_JOB_UPDATE_STATES = map[JobUpdateStatus]bool{
9: true,
10: true,
}
}