Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEZ-4439] Update the protobuf documentation in TEZ codebase #233

Merged
merged 1 commit into from
Jul 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/site/markdown/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ or higher.

2. Build tez using `mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true`
- This assumes that you have already installed JDK8 or later and Maven 3 or later.
- Tez also requires Protocol Buffers 2.5.0, including the protoc-compiler.
- Tez also requires Protocol Buffers 3.19.4, including the protoc-compiler.
* This can be downloaded from https://github.com/google/protobuf/tags/.
* On Mac OS X with the homebrew package manager `brew install protobuf250`
* For rpm-based linux systems, the yum repos may not have the 2.5.0 version.
`rpm.pbone.net` has the protobuf-2.5.0 and protobuf-compiler-2.5.0 packages.
* For rpm-based linux systems, the yum repos may not have the 3.19.4 version.
`rpm.pbone.net` has the protobuf-3.19.4 and protobuf-compiler-3.19.4 packages.
- If you prefer to run the unit tests, remove skipTests from the
command above.
- If you use Eclipse IDE, you can import the projects using
Expand Down