Skip to content

Commit 09bda53

Browse files
longzhouGerrit Code Review
authored and
Gerrit Code Review
committed
Fix thrift version in java/README.md
Change-Id: I566227d84a3ba093ceb1aa5ec0f03da9a5fa953e
1 parent f62d3eb commit 09bda53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ sudo apt-get install oracle-java8-set-default
5757

5858
Install [Thrift](https://thrift.apache.org) and its prerequisites using the [instructions](https://thrift.apache.org/docs/install/debian) for your distro.
5959

60-
* **Note**: Thrift 0.9.2 and 0.9.3 have issues with Python code generation. Thrift 0.9.1 is required if you want to build the Python code locally outside of devbox.
61-
* **Note**: Thrift 0.9.1 has a packaging bug which will cause `make` to fail on Ubuntu 14.04 unless "--without-tests" is specified at configuration time: `./configure --without-tests`
60+
As of this writing, these steps caused Thrift 0.9.3 to be installed.
6261

6362
#### 3. Maven
6463

0 commit comments

Comments
 (0)