Re: How to enable compaction for table with external data?

2015-09-15 Thread Alan Gates
If you want it to compact automatically you should not put NO_AUTO_COMPACTION in the table properties. First question, did you turn on the compactor on your metastore thrift server? To do this you need to set a couple of values in the metastore's hive-site.xml:

windows line endings and git

2015-09-01 Thread Alan Gates
After Dmitry checked in HIVE-11536 and I fetched and merged, I had issues in my git repository with line endings. It insisted on modifying the files without me so much as opening the files, and would not let me switch branches until I dealt with it. I think it automatically changed the

Re: windows line endings and git

2015-09-01 Thread Alan Gates
Me, or Dmitry, or both? Alan. Sergey Shelukhin <mailto:ser...@hortonworks.com> September 1, 2015 at 10:38 Set core.autocrlf to false in git config. On 15/9/1, 10:17, "Alan Gates"<alanfga...@gmail.com> wrote: After Dmitry checked in HIVE-11536 and I fetched and merg

Re: windows line endings and git

2015-09-01 Thread Alan Gates
I'm not saying it's your fault. We need to be able to support people developing on Windows, Linux, and Mac. I just wanted to know who needs to set what to make this happen. Alan. Dmitry Tolpeko September 1, 2015 at 10:41 I develop in Eclipse on Windows, but

Re: Please double-check JIRA number on commit

2015-08-31 Thread Alan Gates
+1 to putting it in source. We could start an "errata" file or something that lists these. Alan. Lefty Leverenz August 29, 2015 at 22:45 One more for the list of commits that don't have the right JIRA issue number -- but in this case, it doesn't have any

Testing in the HBase metastore branch

2015-08-26 Thread Alan Gates
I have a set of tests I run before a commit in the HBase metastore branch since we don't have automated testing on that branch right now. I realized I haven't shared those with others. They are: in metastore: TestHBaseStore, TestHBaseStoreCached, TestHBaseUtils, TestSharedStorageDescriptor,

[jira] [Created] (HIVE-11654) After latest merge, HBase metastore tests failing

2015-08-26 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11654: - Summary: After latest merge, HBase metastore tests failing Key: HIVE-11654 URL: https://issues.apache.org/jira/browse/HIVE-11654 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11564) HBaseSchemaTool should be able to list objects

2015-08-14 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11564: - Summary: HBaseSchemaTool should be able to list objects Key: HIVE-11564 URL: https://issues.apache.org/jira/browse/HIVE-11564 Project: Hive Issue Type

Re: [DISCUSS] Hive and HBase dependency

2015-08-14 Thread Alan Gates
as some of the stuff in the hive hbase integration might need some massaging before that is done. [1] https://issues.apache.org/jira/browse/HIVE-11559 -- Swarnim Alan Gates mailto:alanfga...@gmail.com August 13, 2015 at 10:52 On the hbase-metastore branch I've actually already moved to HBase

Re: [DISCUSS] Hive and HBase dependency

2015-08-13 Thread Alan Gates
On the hbase-metastore branch I've actually already moved to HBase 1.1. I'm +1 for moving to 1.1 or 1.0 on master and staying at 0.98 on branch-1. Alan. kulkarni.swar...@gmail.com mailto:kulkarni.swar...@gmail.com August 12, 2015 at 8:43 Hi all, It seems like our current dependency on HBase

[jira] [Created] (HIVE-11389) hbase import should allow partial imports and should work in parallel

2015-07-28 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11389: - Summary: hbase import should allow partial imports and should work in parallel Key: HIVE-11389 URL: https://issues.apache.org/jira/browse/HIVE-11389 Project: Hive

[jira] [Created] (HIVE-11378) Remove hadoop-1 support from master branch

2015-07-27 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11378: - Summary: Remove hadoop-1 support from master branch Key: HIVE-11378 URL: https://issues.apache.org/jira/browse/HIVE-11378 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-11379) Bump Tephra version to 0.6.0

2015-07-27 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11379: - Summary: Bump Tephra version to 0.6.0 Key: HIVE-11379 URL: https://issues.apache.org/jira/browse/HIVE-11379 Project: Hive Issue Type: Task Components

[jira] [Created] (HIVE-11343) Merge trunk to hbase-metastore branch

2015-07-22 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11343: - Summary: Merge trunk to hbase-metastore branch Key: HIVE-11343 URL: https://issues.apache.org/jira/browse/HIVE-11343 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-11349) Update HBase metastore hbase version to 1.1.1

2015-07-22 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11349: - Summary: Update HBase metastore hbase version to 1.1.1 Key: HIVE-11349 URL: https://issues.apache.org/jira/browse/HIVE-11349 Project: Hive Issue Type: Task

Re: HIVE-11254 Review Request (HPL/SQL tool)

2015-07-21 Thread Alan Gates
I'll look at it later today. Alan. Dmitry Tolpeko mailto:dmtolp...@gmail.com July 21, 2015 at 0:41 Can please anyone review https://issues.apache.org/jira/browse/HIVE-11254? The changes are related to new HPL/SQL component only. When renaming the tool from plhql to hplsql I introduced a

[jira] [Created] (HIVE-11294) Use HBase to cache aggregated stats

2015-07-17 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11294: - Summary: Use HBase to cache aggregated stats Key: HIVE-11294 URL: https://issues.apache.org/jira/browse/HIVE-11294 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-11300) HBase metastore: Support token and master key methods

2015-07-17 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11300: - Summary: HBase metastore: Support token and master key methods Key: HIVE-11300 URL: https://issues.apache.org/jira/browse/HIVE-11300 Project: Hive Issue Type

Re: [GitHub] hive pull request: Hbase metastore

2015-07-17 Thread Alan Gates
://github.com/apache/hive/pull/46.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 #46 commit 58ca965ca58925e4846e14cf37d64638edb3e353 Author: Alan Gates ga...@apache.org Date: 2015-01-23T19:05:19Z

[jira] [Created] (HIVE-11302) RawStore addToken, removeToken, and removeMasterKey should be void not boolean

2015-07-17 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11302: - Summary: RawStore addToken, removeToken, and removeMasterKey should be void not boolean Key: HIVE-11302 URL: https://issues.apache.org/jira/browse/HIVE-11302 Project: Hive

Re: [Discuss] Patch submission and commit format

2015-07-16 Thread Alan Gates
When we are committing another's patch is there an easy way to tell whether they properly generated via git format-patch or another method? Alan. Thejas Nair mailto:thejas.n...@gmail.com July 14, 2015 at 10:56 In case the patch is generated using a simple git-diff or another method that is

Review Request 36355: Remove OFFLINE and NO_DROP from tables and partitions

2015-07-09 Thread Alan Gates
.q.out fe67448 ql/src/test/results/clientpositive/union_remove_9.q.out 684091b Diff: https://reviews.apache.org/r/36355/diff/ Testing --- Thanks, Alan Gates

[jira] [Created] (HIVE-11218) alter1.q test fails in hbase-metastore branch

2015-07-09 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11218: - Summary: alter1.q test fails in hbase-metastore branch Key: HIVE-11218 URL: https://issues.apache.org/jira/browse/HIVE-11218 Project: Hive Issue Type: Bug

Re: new to hive and could't build success

2015-07-02 Thread Alan Gates
Hive no longer uses svn. The official code is now in git. So the below should be: git clone https://git-wip-us.apache.org/repos/asf/hive.git cd hive mvn clean install -Phadoop-2 # you don't need dist unless your building the package Alan. baishaoqi mailto:baisha...@kuaidigroup.com July 2,

[jira] [Created] (HIVE-11159) Integrate hplsql.Conf with HiveConf

2015-07-01 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11159: - Summary: Integrate hplsql.Conf with HiveConf Key: HIVE-11159 URL: https://issues.apache.org/jira/browse/HIVE-11159 Project: Hive Issue Type: Task

[jira] [Created] (HIVE-11158) Add tests for HPL/SQL

2015-07-01 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11158: - Summary: Add tests for HPL/SQL Key: HIVE-11158 URL: https://issues.apache.org/jira/browse/HIVE-11158 Project: Hive Issue Type: Task Components: hpl/sql

[jira] [Created] (HIVE-11145) Remove OFFLINE and NO_DROP from tables and partitions

2015-06-29 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11145: - Summary: Remove OFFLINE and NO_DROP from tables and partitions Key: HIVE-11145 URL: https://issues.apache.org/jira/browse/HIVE-11145 Project: Hive Issue Type

[jira] [Created] (HIVE-11061) Table renames not propagated to partition table in HBase metastore

2015-06-19 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11061: - Summary: Table renames not propagated to partition table in HBase metastore Key: HIVE-11061 URL: https://issues.apache.org/jira/browse/HIVE-11061 Project: Hive

[jira] [Created] (HIVE-11057) HBase metastore chokes on partition with ':' in name

2015-06-19 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11057: - Summary: HBase metastore chokes on partition with ':' in name Key: HIVE-11057 URL: https://issues.apache.org/jira/browse/HIVE-11057 Project: Hive Issue Type: Bug

Re: [VOTE] Apache Hive 1.2.1 Release Candidate 0

2015-06-19 Thread Alan Gates
+1. Checked signatures, looked for binary files, compiled the code, and ran a rat check. Alan. Sushanth Sowmyan mailto:khorg...@gmail.com June 19, 2015 at 2:44 Hi Folks, It's been a month since 1.2.0, and I promised to do a stabilization 1.2.1 release, and this is it. A large number of

Re: PL/HQL and Hive

2015-06-17 Thread Alan Gates
Here's what we need to do: 1) You need to file a JIRA proposing to contribute the code. 2) You can then contribute the code as a patch to that JIRA. As long as you've written all the code yourself this is sufficient to hand legal rights to Apache to contribute the code. If others beyond you

Re: PL/HQL and Hive

2015-06-17 Thread Alan Gates
is a good name, I am ok with this change. Right now I am the only one developer of PL/HQL. Which status will I be given in the Hive project, so I can continue developing the tool? I will read docs and try to create a patch. Thanks, Dmitry Alan Gates mailto:alanfga...@gmail.com June 17, 2015

Re: Building Hive-0.14 is failing because artifact pentaho-aggdesigner-algorithm-5.1.3-jhyde could not be resolved

2015-06-11 Thread Alan Gates
-...@hadoop.apache.org hive-...@hadoop.apache.orgmailto:hive-...@hadoop.apache.org, Alan Gates ga...@hortonworks.commailto:ga...@hortonworks.com Subject: Re: Building Hive-0.14 is failing because artifact pentaho-aggdesigner-algorithm-5.1.3-jhyde could not be resolved Thanks Julian! I talked to Alan

Re: Creating branch-1

2015-06-08 Thread Alan Gates
Vavilapalli Vinod Kumar Vavilapalli mailto:vino...@hortonworks.com June 3, 2015 at 12:17 Hadoop uses a Target Version field. Not sure if this was done for all projects. +Vinod On Jun 3, 2015, at 9:16 AM, Alan Gates alanfga...@gmail.com mailto:alanfga...@gmail.com wrote: Alan Gates

[jira] [Created] (HIVE-10964) patch testing infrastructure needs to support branch-1

2015-06-08 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10964: - Summary: patch testing infrastructure needs to support branch-1 Key: HIVE-10964 URL: https://issues.apache.org/jira/browse/HIVE-10964 Project: Hive Issue Type

[jira] [Created] (HIVE-10954) AggregateStatsCache duplicated in HBaseMetastore

2015-06-05 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10954: - Summary: AggregateStatsCache duplicated in HBaseMetastore Key: HIVE-10954 URL: https://issues.apache.org/jira/browse/HIVE-10954 Project: Hive Issue Type: Task

Re: Creating branch-1

2015-06-03 Thread Alan Gates
ideas? - Sergio Alan Gates mailto:alanfga...@gmail.com June 1, 2015 at 16:19 Based on our discussion and vote last week I'm working on creating branch-1. I plan to make the branch tomorrow. If anyone has a large commit they don't want to have to commit twice and they are close to committing

Re: Creating branch-1

2015-06-02 Thread Alan Gates
I pushed it to apache, so it should auto-clone to github, correct? Alan. Alexander Pivovarov mailto:apivova...@gmail.com June 2, 2015 at 11:34 Hi Alan Is branch-1 on github already? https://github.com/apache/hive/tree/branch-1

Re: Creating branch-1

2015-06-02 Thread Alan Gates
+1. Alan. Thejas Nair mailto:thejas.n...@gmail.com June 2, 2015 at 14:31 I believe we should start using 2.0.0 as the fix version for patches that go into master, and 1.3.0 for the ones going into branch-1. Is that the belief of others as well ? Alan Gates mailto:alanfga...@gmail.com

Re: Creating branch-1

2015-06-02 Thread Alan Gates
Ok, I've created branch-1. I've also updated HowToContribute with information on what patches go where now. Proofreaders and feedback on clarity are welcomed. (At the same time I updated the page to contain git instructions instead of SVN, so feedback on that is good too.) Alan. Alan

Creating branch-1

2015-06-01 Thread Alan Gates
Based on our discussion and vote last week I'm working on creating branch-1. I plan to make the branch tomorrow. If anyone has a large commit they don't want to have to commit twice and they are close to committing it let me know so I can make sure it gets in before I branch. I'll also be

[VOTE][RESULT] Stable releases from branch-1 and experimental releases from master

2015-05-29 Thread Alan Gates
lets developers focus on major new features without the burden of maintaining hadoop-1 compatibility. Alan Gates mailto:alanfga...@gmail.com May 26, 2015 at 11:41 We have discussed this for several weeks now. Some concerns have been raised which I have tried to address. I think it is time to vote

Re: Caching metastore objects

2015-05-26 Thread Alan Gates
Sivaramakrishnan Narayanan mailto:tarb...@gmail.com May 25, 2015 at 20:19 Apologies if this has been discussed in the past - my searches did not pull up any relevant threads. If there are better solutions available out of the box, please let me know! Problem statement

[VOTE] Stable releases from branch-1 and experimental releases from master

2015-05-26 Thread Alan Gates
We have discussed this for several weeks now. Some concerns have been raised which I have tried to address. I think it is time to vote on it as our release plan. To be specific, I propose: Hive makes a branch-1 from the current master. This would be used for 1.3 and future 1.x releases.

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-22 Thread Alan Gates
I agree with *All* features with the exception that some features might be branch-1 specific (if it's a feature on something no longer supported in master, like hadoop-1). Without this we prevent new features for older technology, which doesn't strike me as reasonable. I see your point on

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-22 Thread Alan Gates
I don't think anyone is advocating for option 2, as that would be disastrous. Option 3 is closest to what I'm proposing, though again dropping support for Hadoop 1 is only a part of it. Alan. Alexander Pivovarov mailto:apivova...@gmail.com May 22, 2015 at 10:03 Looks like we discussing 3

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-22 Thread Alan Gates
Thanks for your feedback Chris. It sounds like there are a couple of reasonable concerns being voiced repeatedly: 1) Fragmentation, the two branches will drift too far apart. 2) Stagnation, branch-1 will effectively become a dead-end. So I modify the proposal as follows to deal with those: 1)

Re: Review Request 34473: HIVE-10749 Implement Insert statement for parquet

2015-05-21 Thread Alan Gates
/ParquetRecordUpdater.java https://reviews.apache.org/r/34473/#comment136066 Do you intend to use this in conjunction with hive.hcatalog.streaming? If so, closing the file on a flush is not what you'll want. - Alan Gates On May 21, 2015, 7:45 a.m., cheng xu wrote

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-18 Thread Alan Gates
. —Vaibhav From: Alan Gates alanfga...@gmail.com mailto:alanfga...@gmail.com Reply-To: dev@hive.apache.org mailto:dev@hive.apache.org dev@hive.apache.org mailto:dev@hive.apache.org Date: Friday, May 15, 2015 at 4:11 PM To: dev@hive.apache.org mailto:dev@hive.apache.org dev@hive.apache.org mailto:dev

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-18 Thread Alan Gates
. This will give users a chance to play with the new code and developers a chance to get feedback. Thoughts? Vaibhav Gumashta mailto:vgumas...@hortonworks.com May 15, 2015 at 16:43 +1 on the new branch. I think it’ll help in faster dev time for these important changes. —Vaibhav From: Alan Gates alanfga

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-15 Thread Alan Gates
to branch-1 if viable, but at least new stuff would not be burdened by Hadoop 1/MR code paths. Probably also a good place to enable vectorization and other perf features by default while we make alpha releases. +1 Alan Gates mailto:alanfga...@gmail.com May 11, 2015 at 15:38 There is a lot

Re: [DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-15 Thread Alan Gates
and developers a chance to get feedback. Thoughts? Vaibhav Gumashta mailto:vgumas...@hortonworks.com May 15, 2015 at 16:43 +1 on the new branch. I think it’ll help in faster dev time for these important changes. —Vaibhav From: Alan Gates alanfga...@gmail.com mailto:alanfga...@gmail.com Reply

Re: [VOTE] Apache Hive 1.2.0 release candidate 4

2015-05-13 Thread Alan Gates
+1, same checks as last vote. Alan. Sushanth Sowmyan mailto:khorg...@gmail.com May 13, 2015 at 11:50 Hi Folks, We've cleared all the blockers listed for 1.2.0 release, either committing them, or deferring out to an eventual 1.2.1 stabilization release. (Any deferrals were a result of

[jira] [Created] (HIVE-10691) Fix incorrect text in README about not support inserts and updates

2015-05-12 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10691: - Summary: Fix incorrect text in README about not support inserts and updates Key: HIVE-10691 URL: https://issues.apache.org/jira/browse/HIVE-10691 Project: Hive

Re: [VOTE] Apache Hive 1.2.0 release candidate 3

2015-05-12 Thread Alan Gates
+1. Checked LICENSE, NOTICE, README, and RELEASE_NOTES, signatures, looked for .class or .jar files, did a quick build. Alan. Sushanth Sowmyan mailto:khorg...@gmail.com May 11, 2015 at 19:11 Hi Folks, We've cleared all the blockers listed for 1.2.0 release, either committing them, or

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Alan Gates
this. Re: JDK1.6 : Also true, we no longer compile under jdk 1.6 (I just verified that was the case) -- I'll update this Alan Gates mailto:alanfga...@gmail.com May 11, 2015 at 10:51 -1 A couple of jar files found there way into the src release: gates find . -name \*.jar ./beeline/src/test

[DISCUSS] Supporting Hadoop-1 and experimental features

2015-05-11 Thread Alan Gates
There is a lot of forward-looking work going on in various branches of Hive: LLAP, the HBase metastore, and the work to drop the CLI. It would be good to have a way to release this code to users so that they can experiment with it. Releasing it will also provide feedback to developers. At

[jira] [Created] (HIVE-10668) Allow users to specify storage tiers for a table

2015-05-11 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10668: - Summary: Allow users to specify storage tiers for a table Key: HIVE-10668 URL: https://issues.apache.org/jira/browse/HIVE-10668 Project: Hive Issue Type: New

Re: [VOTE] Apache Hive 1.2.0 release candidate 2

2015-05-11 Thread Alan Gates
-1 A couple of jar files found there way into the src release: gates find . -name \*.jar ./beeline/src/test/resources/DummyDriver-1.0-SNAPSHOT.jar ./beeline/src/test/resources/postgresql-9.3.jdbc3.jar We can't have any binaries in the source release. In the README: * At what point is the

Re: Why SQL Standards Based Authorization is implemented on HiveServer2 side only?

2015-05-05 Thread Alan Gates
The issue is that security checks are done in the client. In order to fully do them in the metastore we would have been forced to move significant amounts of functionality out of the client and into the metastore. Query parsing and planning would have had to be moved to the metastore,

[jira] [Created] (HIVE-10595) Dropping a table can cause NPEs in the compactor

2015-05-04 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10595: - Summary: Dropping a table can cause NPEs in the compactor Key: HIVE-10595 URL: https://issues.apache.org/jira/browse/HIVE-10595 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-10521) TxnHandler.timeOutTxns only times out some of the expired transactions

2015-04-28 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10521: - Summary: TxnHandler.timeOutTxns only times out some of the expired transactions Key: HIVE-10521 URL: https://issues.apache.org/jira/browse/HIVE-10521 Project: Hive

[jira] [Created] (HIVE-10500) Repeated deadlocks in underlying RDBMS cause transaction or lock failure

2015-04-27 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10500: - Summary: Repeated deadlocks in underlying RDBMS cause transaction or lock failure Key: HIVE-10500 URL: https://issues.apache.org/jira/browse/HIVE-10500 Project: Hive

Re: [DISCUSS] Deprecating Hive CLI

2015-04-24 Thread Alan Gates
The fact is that the old shell just works for lots of people and there's just no need for beeline for these people. Also the name is confusing - especially for non-native speakers. It's not a common word so it's not easy to remember. Alan Gates mailto:alanfga...@gmail.com April 23, 2015 at 15

Re: [DISCUSS] Deprecating Hive CLI

2015-04-23 Thread Alan Gates
Xuefu, thanks for getting this discussion started. Limiting our code paths is definitely a plus. My inclination would be to go towards option 2. A few questions: 1) Is there any functionality in CLI that's not in beeline? 2) If I understand correctly option 2 would have an implicit HS2 in

[jira] [Created] (HIVE-10459) Add materialized views to Hive

2015-04-22 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10459: - Summary: Add materialized views to Hive Key: HIVE-10459 URL: https://issues.apache.org/jira/browse/HIVE-10459 Project: Hive Issue Type: Improvement

Re: [DISCUSS] Propose reverting HIVE-10304 CLI deprecation message

2015-04-17 Thread Alan Gates
and we do not see that changing any time soon.) - Deprecating CLI http://mail-archives.apache.org/mod_mbox/hive-dev/201412.mbox/%3c5485e1be.3060...@hortonworks.com%3e (Alan Gates, Thejas Nair) -- Lefty Alan Gates mailto:alanfga...@gmail.com April 16, 2015 at 22:51 I apologize for not catching

[DISCUSS] Propose reverting HIVE-10304 CLI deprecation message

2015-04-16 Thread Alan Gates
I apologize for not catching this sooner, but I'd like to revert this patch. Something as major as deprecating a component should be discussed on the dev list, not just put in as a patch. Alan.

Re: Not getting some JIRA resolution messages

2015-04-08 Thread Alan Gates
I have found the best way to get infra's attention is to hop on the IRC #asfinfra and ping them about the JIRA. Alan. Lefty Leverenz mailto:leftylever...@gmail.com April 8, 2015 at 11:23 The problem continues. I posted a few more examples on INFRA-9221

Re: ORC separate project

2015-04-03 Thread Alan Gates
A couple of points: 1) ORC isn't going into the incubator. The proposal before the board is for it to go straight to TLP. There's no graduation to depend on. 2) As currently proposed Hive would not depend on ORC to build. Hive users who wished to used ORC would obviously need to pull in ORC

[jira] [Created] (HIVE-10205) A few lines accidentally removed from HBaseReadWrite

2015-04-02 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10205: - Summary: A few lines accidentally removed from HBaseReadWrite Key: HIVE-10205 URL: https://issues.apache.org/jira/browse/HIVE-10205 Project: Hive Issue Type: Bug

Re: ORC separate project

2015-04-01 Thread Alan Gates
Carl Steinbach mailto:cwsteinb...@gmail.com April 1, 2015 at 0:01 Hi Owen, I think you're referring to the following questions I asked last week on the PMC mailing list: 1) How much if any of the code for vectorization/sargs/ACID will migrate over to the new ORC project. 2) Will Hive

Re: YourKit open source license

2015-03-30 Thread Alan Gates
See https://www.yourkit.com/customers/. Alan. Li, Rui mailto:rui...@intel.com March 30, 2015 at 0:54 Hi guys, I want to use YourKit to profile hive performance. According to the wikihttps://cwiki.apache.org/confluence/display/Hive/Performance hive has been granted open source license. Could

[jira] [Created] (HIVE-10090) Add connection manager for Tephra

2015-03-25 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10090: - Summary: Add connection manager for Tephra Key: HIVE-10090 URL: https://issues.apache.org/jira/browse/HIVE-10090 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-10018) Activating SQLStandardAuth results in NPE [hbase-metastore branch]

2015-03-19 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10018: - Summary: Activating SQLStandardAuth results in NPE [hbase-metastore branch] Key: HIVE-10018 URL: https://issues.apache.org/jira/browse/HIVE-10018 Project: Hive

[jira] [Created] (HIVE-10008) Need to refactor itests for hbase metastore [hbase-metastore branch]

2015-03-18 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10008: - Summary: Need to refactor itests for hbase metastore [hbase-metastore branch] Key: HIVE-10008 URL: https://issues.apache.org/jira/browse/HIVE-10008 Project: Hive

[jira] [Created] (HIVE-10010) Alter table results in NPE [hbase-metastore branch]

2015-03-18 Thread Alan Gates (JIRA)
Alan Gates created HIVE-10010: - Summary: Alter table results in NPE [hbase-metastore branch] Key: HIVE-10010 URL: https://issues.apache.org/jira/browse/HIVE-10010 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-9977) Compactor not running on partitions after dynamic partitioned insert

2015-03-16 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9977: Summary: Compactor not running on partitions after dynamic partitioned insert Key: HIVE-9977 URL: https://issues.apache.org/jira/browse/HIVE-9977 Project: Hive

[jira] [Created] (HIVE-9942) Implement functions methods in HBaseStore [hbase-metastore branch]

2015-03-12 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9942: Summary: Implement functions methods in HBaseStore [hbase-metastore branch] Key: HIVE-9942 URL: https://issues.apache.org/jira/browse/HIVE-9942 Project: Hive Issue

[jira] [Created] (HIVE-9885) HBase metastore protobufs need to check hasX() functions for values that are not auto set in serialization [hbase-metastore branch]

2015-03-06 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9885: Summary: HBase metastore protobufs need to check hasX() functions for values that are not auto set in serialization [hbase-metastore branch] Key: HIVE-9885 URL: https://issues.apache.org

[jira] [Created] (HIVE-9874) Partition storage descriptors being set from table sd without copying [hbase-metastore branch]

2015-03-05 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9874: Summary: Partition storage descriptors being set from table sd without copying [hbase-metastore branch] Key: HIVE-9874 URL: https://issues.apache.org/jira/browse/HIVE-9874

Re: How to merge the data for hive-0.14

2015-03-04 Thread Alan Gates
When data is written to a table labeled transactional each row contains a transaction id and row id. At read time the reader merges the records on these transaction ids and rowids and chooses which version to return to the query based on the reader's transaction state. For example, you might have

[jira] [Created] (HIVE-9846) Need a way to record time spent in various metastore functions

2015-03-03 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9846: Summary: Need a way to record time spent in various metastore functions Key: HIVE-9846 URL: https://issues.apache.org/jira/browse/HIVE-9846 Project: Hive Issue

Re: Adding A Table In HIVE Does Not Create A Table On Mysql Which Is The Metastore

2015-03-02 Thread Alan Gates
Your hive-site.xml referenced a metastore service at localhost:9083. Did you start it with this same hive-site.xml? Alan. Praseetha Krishnamurthy mailto:praseetha.krishnamur...@oracle.com February 28, 2015 at 9:29 Hi, I have configured remote metastore(mysql) for hive. I created a

[jira] [Created] (HIVE-9826) Firing insert event fails on temporary table

2015-03-02 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9826: Summary: Firing insert event fails on temporary table Key: HIVE-9826 URL: https://issues.apache.org/jira/browse/HIVE-9826 Project: Hive Issue Type: Bug Affects

[jira] [Created] (HIVE-9802) Refactor HBaseReadWrite to allow different implementations underneath

2015-02-26 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9802: Summary: Refactor HBaseReadWrite to allow different implementations underneath Key: HIVE-9802 URL: https://issues.apache.org/jira/browse/HIVE-9802 Project: Hive

Re: Not getting some JIRA resolution messages

2015-02-26 Thread Alan Gates
The issues list should be getting all JIRA notifications except CREATE, you shouldn't need to watch it. You can go look at the mail archives to see if the issue is with the list or on your end. If they aren't all showing up in the list we should file an INFRA JIRA. Alan. Lefty Leverenz

[jira] [Created] (HIVE-9783) Move serialization of objects in HBase to protocol buffers

2015-02-24 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9783: Summary: Move serialization of objects in HBase to protocol buffers Key: HIVE-9783 URL: https://issues.apache.org/jira/browse/HIVE-9783 Project: Hive Issue Type

[jira] [Created] (HIVE-9752) Documentation for HBase metastore

2015-02-23 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9752: Summary: Documentation for HBase metastore Key: HIVE-9752 URL: https://issues.apache.org/jira/browse/HIVE-9752 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-9763) Remove M* classes from RawStore interface

2015-02-23 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9763: Summary: Remove M* classes from RawStore interface Key: HIVE-9763 URL: https://issues.apache.org/jira/browse/HIVE-9763 Project: Hive Issue Type: Sub-task

Re: Is it allowed to include GPLv2 software to Apache projects

2015-02-20 Thread Alan Gates
No. Alan. Alexander Pivovarov mailto:apivova...@gmail.com February 20, 2015 at 14:30 Hi Everyone Apache License v2.0 and GPL Compatibility page clearly says GPLv3 software cannot be included in Apache projects http://www.apache.org/licenses/GPL-compatibility.html What about GPLv2

Re: Fix version for hbase-metastore branch

2015-02-20 Thread Alan Gates
TODOC-HBMETA? -- Lefty Alan Gates mailto:alanfga...@gmail.com February 19, 2015 at 19:12 Could someone with admin permissions on our JIRA add an hbase-metastore-branch label? I'll take care of changing all the fix versions for the few JIRA's we've already committed. Thanks. Alan

[jira] [Updated] (HIVE-9641) Fill out remaining partition functions in HBaseStore

2015-02-19 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-9641: - Status: Patch Available (was: Open) Fill out remaining partition functions in HBaseStore

[jira] [Updated] (HIVE-9641) Fill out remaining partition functions in HBaseStore

2015-02-19 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-9641: - Attachment: HIVE-9641.patch Fill out remaining partition functions in HBaseStore

[jira] [Created] (HIVE-9725) Need to add indices, privileges, and functions to HBaseImport [hbase-metastore branch]

2015-02-19 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9725: Summary: Need to add indices, privileges, and functions to HBaseImport [hbase-metastore branch] Key: HIVE-9725 URL: https://issues.apache.org/jira/browse/HIVE-9725 Project

Fix version for hbase-metastore branch

2015-02-19 Thread Alan Gates
I've been marking JIRAs on this branch as fixed in 1.2, since that's the next version. But that seems wrong as I doubt this code will be in by 1.2. What's the usual practice here? It seems it would make sense to make a label for this branch and mark them as fixed with that label and then

[jira] [Updated] (HIVE-9606) Need a tool to export metadata from RDBMS based metastore into HBase

2015-02-19 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-9606: - Resolution: Fixed Fix Version/s: 1.2.0 Status: Resolved (was: Patch Available) Patch 2

Re: Fix version for hbase-metastore branch

2015-02-19 Thread Alan Gates
doing for cbo work. e.g. https://issues.apache.org/jira/browse/HIVE-9581 Thejas Nair mailto:thejas.n...@gmail.com February 19, 2015 at 11:17 I agree, using a label for fix version makes sense in this case. I believe that is what had been done for hive-on-spark and hive-on-tez. Alan Gates

[jira] [Commented] (HIVE-9606) Need a tool to export metadata from RDBMS based metastore into HBase

2015-02-19 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14328489#comment-14328489 ] Alan Gates commented on HIVE-9606: -- bq. Does this need documentation? Yes. Need a tool

[jira] [Updated] (HIVE-9617) UDF from_utc_timestamp throws NPE if the second argument is null

2015-02-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-9617: - Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed. Thanks Alexander

<    1   2   3   4   5   6   7   8   9   10   >