You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/11/17 07:04:59 UTC

[jira] [Created] (HBASE-17119) Fix yetus hbase-personality so we don't try and generate protos in modules that have none

stack created HBASE-17119:
-----------------------------

             Summary: Fix yetus hbase-personality so we don't try and generate protos in modules that have none
                 Key: HBASE-17119
                 URL: https://issues.apache.org/jira/browse/HBASE-17119
             Project: HBase
          Issue Type: Bug
            Reporter: stack
            Priority: Minor


See end of HBASE-11843. Says hbaseprotoc failed in hbase-server module. hbase-server module has not protos. In the emissions from the protoc run, we end w/ this:

{code}
....
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.661s
[INFO] Finished at: Wed Nov 16 08:50:27 UTC 2016
[INFO] Final Memory: 78M/1219M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "compile-protobuf" could not be activated because it does not exist.
{code}

Fix our protoc check so we don't run if no protos in module.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)