You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2016/11/16 20:26:26 UTC

hbase git commit: HBASE-17082 ForeignExceptionUtil isnt packaged when building shaded protocol with -Pcompile-protobuf; Attempted Fix; Add clarification to README.

Repository: hbase
Updated Branches:
  refs/heads/master 0f7a7f475 -> 48439e572


HBASE-17082 ForeignExceptionUtil isnt packaged when building shaded protocol with -Pcompile-protobuf; Attempted Fix; Add clarification to README.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/48439e57
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/48439e57
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/48439e57

Branch: refs/heads/master
Commit: 48439e57201ee3be5eb12e6187002501af305a35
Parents: 0f7a7f4
Author: Michael Stack <st...@apache.org>
Authored: Wed Nov 16 12:26:18 2016 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Wed Nov 16 12:26:18 2016 -0800

----------------------------------------------------------------------
 hbase-protocol-shaded/README.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/48439e57/hbase-protocol-shaded/README.txt
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/README.txt b/hbase-protocol-shaded/README.txt
index 453a8d3..26a9665 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