[GitHub] hive pull request #407: Hive18799

2018-08-02 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/407 Hive18799 This is based off of Harsha's pull request #393 . I made the following changes: 1. I rebased it against master. Since the metastore is now split into common and server, I put

[GitHub] hive pull request #353: HIVE-18685

2018-05-22 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/353 HIVE-18685 You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive18973 Alternatively you can review and apply these changes

[GitHub] hive pull request #336: Hive19135

2018-04-26 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/336 Hive19135 You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive19135 Alternatively you can review and apply these changes

[GitHub] hive pull request #325: Hive19031 Mark duplicate configs in HiveConf as depr...

2018-03-22 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/325 Hive19031 Mark duplicate configs in HiveConf as deprecated You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive19031

[GitHub] hive pull request #320: HIVE-18755 Modifications to metastore for catalog

2018-03-15 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/320 HIVE-18755 Modifications to metastore for catalog You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive18755 Alternatively you

[GitHub] hive pull request #308: HIVE-17990 Add Thrift and DB storage for Schema Regi...

2018-02-15 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/308 HIVE-17990 Add Thrift and DB storage for Schema Registry objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17990

[GitHub] hive pull request #291: HIVE-17983 Make the standalone metastore generate ta...

2018-01-16 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/291 HIVE-17983 Make the standalone metastore generate tarballs etc. See JIRA for full comments. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #279: HIVE-17982 Move metastore specific itests

2017-12-18 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/279 HIVE-17982 Move metastore specific itests You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17982 Alternatively you can

[GitHub] hive pull request #274: HIVE-17981 Create a set of builders for Thrift class...

2017-12-07 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/274 HIVE-17981 Create a set of builders for Thrift classes You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17981

[GitHub] hive pull request #46: Hbase metastore

2017-11-21 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/46 ---

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

2017-11-21 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/218 ---

[GitHub] hive pull request #272: HIVE-17980 Moved HiveMetaStoreClient plus a few rema...

2017-11-21 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/272 HIVE-17980 Moved HiveMetaStoreClient plus a few remaining classes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17980

[GitHub] hive pull request #270: Hive17967

2017-11-02 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/270 Hive17967 See https://issues.apache.org/jira/browse/HIVE-17967?focusedCommentId=16236387=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16236387 for a few important

[GitHub] hive pull request #261: HIVE-17812

2017-11-02 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/261 ---

[GitHub] hive pull request #264: HIVE-17425

2017-10-18 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/264 HIVE-17425 You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17425 Alternatively you can review and apply these changes

[GitHub] hive pull request #261: HIVE-17812

2017-10-14 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/261 HIVE-17812 You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17812 Alternatively you can review and apply these changes

[GitHub] hive pull request #253: HIVE-17561

2017-10-10 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/253 ---

[GitHub] hive pull request #258: HIVE-17733

2017-10-06 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/258 HIVE-17733 Moved RawStore, implementations, and some classes they depend on. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive

[GitHub] hive pull request #253: HIVE-17561

2017-09-20 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/253 HIVE-17561 Moved TxnStore and its implementations. Moved DataSourceProvider as well. Moved ValidTxnList and ValidReadTxnList to storage-api as ORC and the standalone metastore will both need

[GitHub] hive pull request #252: HIVE-17537 Moved Warehouse to standalone.

2017-09-14 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/252 HIVE-17537 Moved Warehouse to standalone. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17537 Alternatively you can

[GitHub] hive pull request #247: HIVE-17506 Moved standalone-metastore out from under...

2017-09-11 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/247 HIVE-17506 Moved standalone-metastore out from under Hive pom to its own top lev… …el pom. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #244: HIVE-17488 Move first set of metastore objects to st...

2017-09-08 Thread alanfgates
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

[GitHub] hive pull request #239: HIVE-17359 Split out the typeinfo

2017-08-29 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/239 HIVE-17359 Split out the typeinfo I took the approach of duplicating the necessary parts of TypeInfo on the metastore side. Note that this does not solve the SerDe used

[GitHub] hive pull request #235: HIVE-17307 Change the metastore to not use the metri...

2017-08-18 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/235 HIVE-17307 Change the metastore to not use the metrics code in hive/common You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive

[GitHub] hive pull request #228: HIVE-17241 Removed shims from metastore. For HDFS an...

2017-08-11 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/228 HIVE-17241 Removed shims from metastore. For HDFS and getPassword I just access… … those operations directly. I copied all of the HadoopThriftAuthBridge stuff over from Hive common. You

[GitHub] hive pull request #220: HIVE-17224 Moved all the JDO classes and package.jdo

2017-08-11 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/220 --- 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

[GitHub] hive pull request #220: HIVE-17224 Moved all the JDO classes and package.jdo

2017-08-03 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/220 HIVE-17224 Moved all the JDO classes and package.jdo You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17224 Alternatively

[GitHub] hive pull request #210: HIVE-17168 Create separate module for stand alone me...

2017-08-03 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/210 --- 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

[GitHub] hive pull request #211: HIVE-17167 Create metastore specific configuration t...

2017-08-03 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/211 --- 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

[GitHub] hive pull request #216: HIVE-17170 Move thrift generated code to stand alone...

2017-08-03 Thread alanfgates
Github user alanfgates closed the pull request at: https://github.com/apache/hive/pull/216 --- 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

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

2017-08-02 Thread alanfgates
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

[GitHub] hive pull request #216: HIVE-17170 Move thrift generated code to stand alone...

2017-08-01 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/216 HIVE-17170 Move thrift generated code to stand alone metastore You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17170

[GitHub] hive pull request #211: HIVE-17167 Create metastore specific configuration t...

2017-07-27 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/211 HIVE-17167 Create metastore specific configuration tool You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17167

[GitHub] hive pull request #210: HIVE-17168 Create separate module for stand alone me...

2017-07-25 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/210 HIVE-17168 Create separate module for stand alone metastore You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hive17168

[GitHub] hive pull request: Hbase metastore

2015-07-17 Thread alanfgates
GitHub user alanfgates opened a pull request: https://github.com/apache/hive/pull/46 Hbase metastore HIVE-11294 Cache aggregated stats in hbase You can merge this pull request into a Git repository by running: $ git pull https://github.com/alanfgates/hive hbase-metastore