From 48439e57201ee3be5eb12e6187002501af305a35 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 16 Nov 2016 12:26:18 -0800 Subject: [PATCH] HBASE-17082 ForeignExceptionUtil isnt packaged when building shaded protocol with -Pcompile-protobuf; Attempted Fix; Add clarification to README. --- hbase-protocol-shaded/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hbase-protocol-shaded/README.txt b/hbase-protocol-shaded/README.txt index 453a8d326ca..26a96659340 100644 --- a/hbase-protocol-shaded/README.txt +++ b/hbase-protocol-shaded/README.txt @@ -33,6 +33,11 @@ or $ mvn install -Pcompile-protobuf NOTE: 'install' above whereas other proto generation only needs 'compile' +NOTE: Unlike elsehwere the above command does NOT install this modules jar +into the repo., intentionally. The jar made by the above is a scratch jar +that is part of the process that gets us to a set of files to check in; +it is not for consumption. Run mvn install without the '-Pcompile-protobuf' +option to get this modules' artifact installed in your repo! When finished, the content of src/main/java/org/apache/hadoop/hbase/shaded will have been updated. Make sure all builds and then carefully