You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/08 21:40:00 UTC

[jira] [Commented] (HIVE-17488) Move first set of classes to standalone metastore

    [ https://issues.apache.org/jira/browse/HIVE-17488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16159406#comment-16159406 ] 

ASF GitHub Bot commented on HIVE-17488:
---------------------------------------

GitHub user alanfgates opened a pull request:

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

    HIVE-17488 Move first set of metastore objects to standalone-metastore

    

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

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

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

    https://github.com/apache/hive/pull/244.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 #244
    
----
commit 6914a81f9b65f127cd9fc40f66ac8a7b663ed89b
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-25T21:18:11Z

    Moved TableType

commit 100e59af9bb03311b1dde284f0e8a8f046374e43
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-25T21:40:57Z

    Moved HiveMetaHook, HiveMetaHookLoader, and DefaultHiveMetaHook

commit 0c0a921a5f7ef20192d8d3e320cc0fa66c0e675f
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-25T21:50:55Z

    Moved IExtrapolatePartStatus and LinearExtrapolatePartStatus

commit f1eca5fec96926d44d4355b144359f159e0f7057
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-25T21:59:44Z

    Moved IHMSHandler

commit 803cec349fe3d487381fcc4c1af57fca22e3f7d7
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T21:44:05Z

    Moved Annotations.

commit 2b56157f60990e9f94ce3b1ad8d020d75e776815
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-25T22:55:56Z

    Moved MetaStoreFilterHook and DefaultMetaStoreFilterHookImpl.  Since they took HiveConf in the constructor this did force a constructor change.

commit d40a78e45eefb265c45ba25302a320073b247446
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-25T23:08:06Z

    Moved PartitionSpecProxy and its subclasses.

commit 9612ba2a1ff2d5117df8d8ab8eeb970890638b19
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T22:10:24Z

    Moved JDOConnectionURLHook

commit 18f80e23d53854b5ae327fd65dd1ace93fed8a72
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T22:18:55Z

    Moved TServerSocketKeepAlive

commit c8991bab89fec5a3404238223913d18d86142d68
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T22:28:30Z

    Moved PartitionDropOptions

commit c8c5389d14c10f1cbe6bf362a159c9efe99f2293
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T22:37:56Z

    Moved MetaStoreEndFunctionContext and MetaStoreEndFunctionListener

commit b3d4d52f2d804b71ab8913a9ee7b810e8fa5d22b
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T23:10:00Z

    Moved MetaStoreFS and HiveMetaStoreFsImpl.  Created FileUtils and MetaStoreUtils and copied a couple of files out of the corresponding classes in other packages.

commit 478c3d5afab83cd016f95a92387d10561b1329b6
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-27T23:19:56Z

    Moved DatabaseProduct

commit 5fc0b72bb17cbe557ffaf11229c6e4ef18aa6a20
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T00:00:13Z

    Moved HiveMetaException

commit a827a7ae3e890740b245ee383f1a1730b3988ef1
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T13:40:14Z

    Moved AggregateStatsCache

commit cc371862e380f66b7cb1bdaf74d9470c47f8ff10
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T13:52:13Z

    Moved LockComponentBuilder, LockRequestBuilder, and TestLockRequestBuilder

commit 2f4a537445d0aef4d5862d6f3e0c65bb522fa4e6
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T14:53:47Z

    Moved MetaStoreThread.  This required switching it from HiveConf to Configuration, which trickled down to the compactor threads themselves.

commit 10fd1c7f06ea3775a381f97b52eccd442eea2d1a
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T18:34:26Z

    Copied in HiveVersionAnnotation, HiveVersionInfo, and saveVersion.sh from common and switched MetaStoreSchemaInfo to use the new Metastore versions of these files.

commit 83b4f138ff233325e407f520ebc2a8bd10494e1e
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T20:31:36Z

    Moved IMetaStoreSchemaInfo, MetaStoreSchemaInfo, MetaStoreSchemaInfoFactory, TestMetaStoreSchemaFactory, and TestMetaStoreSchemaInfo.

commit 34877b4c8a469b589f659209d67b8ba16d5a3030
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-07-28T21:00:35Z

    Moved MetaStoreInit.  Created JavaUtils but only copied over the method used.

commit 2a52f6b6289011c6759a1b466368fc6db9e04bb3
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-08-17T23:59:34Z

    Fixed compilation errors.

commit 58478570539c6484be1fd0f43c464356f713abd4
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-08-22T22:53:14Z

    Moved PartitionExpressionProxy.

commit 2414722f42dcbd5b6b11c2603c972782d7f0b5cb
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-08-25T00:21:59Z

    Moved TestAggregateStatsCache, which I previously missed.

commit e2bad17663eb9f7d6d0fabb47ab87f31fcd589ad
Author: Alan Gates <ga...@hortonworks.com>
Date:   2017-08-30T21:52:30Z

    Fixed compilation error in TestStreaming.

----


> Move first set of classes to standalone metastore
> -------------------------------------------------
>
>                 Key: HIVE-17488
>                 URL: https://issues.apache.org/jira/browse/HIVE-17488
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Metastore
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>
> There are a whole set of classes that can be moved with few changes other than the config file, shims, etc.  This task will move those classes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)