Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.19.0
-
None
-
None
-
Reviewed
Description
At start time, TT checks whether its version is compatible with JT.
The condition is too restrictive.
It will shut down itself if one of the following conditions fail:
- the version numbers must match
- the revision numbers must match
- the user ids who build the jar must match
- the build times must match
I think it should check the major part of the version numbers only (thus any version like 0.19.xxxx should be compatible).
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-8209 Add option to relax build-version check for branch-1
- Closed