Hello Will Berkeley, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/13274
to look at the new patch set (#2).
Change subject: [master_path_handlers] fix build on macOS
......................................................................
[master_path_handlers] fix build on macOS
This is a follow-up to fd6155fc00de48d17a65aafd79fbbad584a4f837.
After the patch mentioned above, but prior to this fix, an attempt to
build on macOS would fail with a linker error like below:
Undefined symbols for architecture x86_64:
"kudu::EasyJson& kudu::EasyJson::operator=<unsigned long>(unsigned long)",
referenced from:
kudu::master::MasterPathHandlers::HandleTablePage(kudu::WebCallbackRegistry::WebRequest
const&, kudu::WebCallbackRegistry::WebResponse*) in master_path_handlers.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Change-Id: I36dda41528bbd427fd169e100c90a177cab85271
---
M src/kudu/master/master_path_handlers.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/13274/2
--
To view, visit http://gerrit.cloudera.org:8080/13274
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I36dda41528bbd427fd169e100c90a177cab85271
Gerrit-Change-Number: 13274
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Will Berkeley <[email protected]>