Repository: accumulo Updated Branches: refs/heads/gh-pages 9c0e7b708 -> be3fc1b50
Slight re-wording on Thrift compatibility. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/be3fc1b5 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/be3fc1b5 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/be3fc1b5 Branch: refs/heads/gh-pages Commit: be3fc1b50899fcd2f53f5c9f15ff0477d3dc1c92 Parents: 9c0e7b7 Author: Josh Elser <els...@apache.org> Authored: Tue Sep 6 23:03:48 2016 -0400 Committer: Josh Elser <els...@apache.org> Committed: Tue Sep 6 23:03:48 2016 -0400 ---------------------------------------------------------------------- release_notes/1.8.0.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/be3fc1b5/release_notes/1.8.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.8.0.md b/release_notes/1.8.0.md index b244b6f..f025d4b 100644 --- a/release_notes/1.8.0.md +++ b/release_notes/1.8.0.md @@ -98,9 +98,10 @@ Accumulo relies on Apache Thrift to implement remote procedure calls between Accumulo services. Ticket [ACCUMULO-4077][ACCUMULO-4077] updates our dependency to 0.9.3. See the [Apache Thrift 0.9.3 Release Notes][THRIFT-0.9.3-RN] for details on -the changes to Thrift. **NOTE:** Thrift 0.9.1 and Thrift 0.9.3 are not -compatible. Applications running against Accumulo 1.8 with Thrift -0.9.1 will not work, so developers should upgrade to Thrift 0.9.3. +the changes to Thrift. **NOTE:** The Thrift 0.9.3 Java library is not +compatible other versions of Thrift. Applications running against Accumulo +1.8 must use Thrift 0.9.3. Different versions of Thrift on the classpath +will not work. ### Iterator Test Harness