You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by alanfgates <gi...@git.apache.org> on 2017/08/03 00:37:58 UTC

[GitHub] hive pull request #218: HIVE-17234

GitHub user alanfgates opened a pull request:

    https://github.com/apache/hive/pull/218

    HIVE-17234

    This patch removes all of the unused parts of HBase metastore.  The aggregate stats work is kept, and moves into directories that match the already changed packages.  Two methods that were still used from HBaseUtils move into MetaStoreUtils.  FileMetadata remains in the hbase package, since I believe Sergey wants to use it sometime in the future.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alanfgates/hive hive17234

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/218.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #218
    
----
commit 6afb3e1335e3541b6775a58d00b383cc36024d18
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-08-03T00:12:09Z

    HIVE-17234 Remove HBase metastore from master

commit fbce5296c95f38bb56ff2ba3a670f02533ed6661
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-08-03T00:32:59Z

    Removed one more file I missed previously.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] hive pull request #218: HIVE-17234

Posted by alanfgates <gi...@git.apache.org>.
Github user alanfgates closed the pull request at:

    https://github.com/apache/hive/pull/218


---