[
https://issues.apache.org/jira/browse/TEZ-4257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248180#comment-17248180
]
Jonathan Turner Eagles commented on TEZ-4257:
---------------------------------------------
[~lewismc],
I'm trying to verify the protobuf 2.5 installation on mac, but having some
difficulty with this error.
{noformat}
% brew install [email protected]
Updating Homebrew...
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "[email protected]".
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
{noformat}
I think I had to install this manually using something similar to this
https://gist.github.com/rajkrrsingh/77f3c4d20c109c96a3e9b36c224c6b3d
{noformat}
$wget
https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.bz2
$tar xvf protobuf-2.5.0.tar.bz2
$cd protobuf-2.5.0
$./configure CC=clang CXX=clang++ CXXFLAGS='-std=c++11 -stdlib=libc++ -O3 -g'
LDFLAGS='-stdlib=libc++' LIBS="-lc++ -lc++abi"
$make -j 4
$sudo make install
$protoc --version
{noformat}
> Trivial updates to Website documentation
> ----------------------------------------
>
> Key: TEZ-4257
> URL: https://issues.apache.org/jira/browse/TEZ-4257
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Trivial
> Attachments: TEZ-4257.001.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> * [install guidance|http://tez.apache.org/install.html] needs to be updated,
> specifically for the protobuf package available on MacOS
> * a link to some of the [Tez
> examples|https://github.com/apache/tez/tree/master/tez-examples/src/main/java/org/apache/tez/examples]
> would go well in the [User Guides and Documentation for various Tez
> features|http://tez.apache.org/user_guides.html]
> PR coming up
--
This message was sent by Atlassian Jira
(v8.3.4#803005)