Re: Review Request: HIVE-3004: Column type support with Regex SerDe

2012-05-25 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5247/ --- (Updated 2012-05-25 22:01:12.690191) Review request for hive and Carl

Column Statistics support in Hive

2012-07-09 Thread Shreepadma Venugopalan
I've put together a proposal describing changes to Hive's metastore and Thrift API to support statistics at the level of a column in a Hive table/partition. Please bear in mind that this proposal is a work in progress. The goal of the proposal is to obtain feedback from the community. Hence it

Review Request: HIVE-3056: Ability to bulk update/delete Hive's metastore

2012-08-10 Thread Shreepadma Venugopalan
/ivy.xml 3011d2f metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaTool.java PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java ccb0d7f Diff: https://reviews.apache.org/r/6532/diff/ Testing --- Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-21 Thread Shreepadma Venugopalan
/apache/hadoop/hive/metastore/tools/HiveMetaTool.java PRE-CREATION metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaTool.java PRE-CREATION Diff: https://reviews.apache.org/r/6650/diff/ Testing --- Manual testing for various metatool options. Thanks, Shreepadma

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-21 Thread Shreepadma Venugopalan
- Shreepadma Venugopalan On Aug. 22, 2012, 2:48 a.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6650

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-21 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6650/#review10521 --- On Aug. 22, 2012, 2:48 a.m., Shreepadma Venugopalan wrote

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-22 Thread Shreepadma Venugopalan
, I think of HiveMetaTool as yet another way to expose some of the ObjectStore methods. metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java https://reviews.apache.org/r/6650/#comment22749 Please let me know what the alternative is. - Shreepadma Venugopalan On Aug. 22

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-23 Thread Shreepadma Venugopalan
/metastore/tools/HiveMetaTool.java PRE-CREATION metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaTool.java PRE-CREATION Diff: https://reviews.apache.org/r/6650/diff/ Testing --- Manual testing for various metatool options. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-23 Thread Shreepadma Venugopalan
- TestHiveMetaTool - has been added to test the various metatool options. Thanks, Shreepadma Venugopalan

Review Request: HIVE-3365: Upgrade Hive's Avro dependency to version 1.7

2012-08-24 Thread Shreepadma Venugopalan
to 1.7.1 This addresses bug HIVE-3365. https://issues.apache.org/jira/browse/HIVE-3365 Diffs - ivy/libraries.properties f0b1918 Diff: https://reviews.apache.org/r/6764/diff/ Testing --- Avro*.q tests pass. Running the whole suite of tests. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-25 Thread Shreepadma Venugopalan
metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaTool.java PRE-CREATION Diff: https://reviews.apache.org/r/6650/diff/ Testing --- A new JUnit test - TestHiveMetaTool - has been added to test the various metatool options. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-25 Thread Shreepadma Venugopalan
- TestHiveMetaTool - has been added to test the various metatool options. Thanks, Shreepadma Venugopalan

Review Request: HIVE-3265:HiveHistory.printRowCount() throws NPE

2012-08-26 Thread Shreepadma Venugopalan
in HiveHistory.printRowCount(). This addresses bug HIVE-3265. https://issues.apache.org/jira/browse/HIVE-3265 Diffs - ql/src/java/org/apache/hadoop/hive/ql/history/HiveHistory.java e2f3ea5 Diff: https://reviews.apache.org/r/6779/diff/ Testing --- Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-28 Thread Shreepadma Venugopalan
. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-28 Thread Shreepadma Venugopalan
Moved the try catch block. Changed to use getLocalizedMessage() instead of getMessage() - Shreepadma Venugopalan On Aug. 29, 2012, 3:24 a.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-08-30 Thread Shreepadma Venugopalan
in the finally block. In a previous revision you asked me to move the try catch as close as possible to the code that could potentially raise an exception. So I moved try .. catch block as close to parser.parse as possible. - Shreepadma Venugopalan On Aug. 29, 2012, 3:24 a.m., Shreepadma

Review Request: HIVE-1362: Support for column statistics in Hive

2012-08-31 Thread Shreepadma Venugopalan
. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3056: Ability to bulk update location field in Db/Table/Partition records

2012-09-03 Thread Shreepadma Venugopalan
/TestHiveMetaTool.java PRE-CREATION Diff: https://reviews.apache.org/r/6650/diff/ Testing --- A new JUnit test - TestHiveMetaTool - has been added to test the various metatool options. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-4435: Column stats: Distinct value estimator should use hash functions that are pairwise independent

2013-05-30 Thread Shreepadma Venugopalan
/NumDistinctValueEstimator.java 69e6f46 Diff: https://reviews.apache.org/r/10841/diff/ Testing --- The estimates are within the expected error after this fix. Tested on TPCH of varying sizes. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-4547: A complex create view statement fails with new Antlr 3.4

2013-06-03 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11084/#review21332 --- Ship it! LGTM. +1 (non-binding). - Shreepadma Venugopalan

Re: Review Request: Column stats : LOW_VALUE (or HIGH_VALUE) will always be 0.0000 , if all the column values larger than 0.0 (or if all column values smaller than 0.0)

2013-06-03 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11172/#review21391 --- Ship it! Ship It! - Shreepadma Venugopalan On June 3, 2013, 4

Re: Review Request: Column stats : LOW_VALUE (or HIGH_VALUE) will always be 0.0000 , if all the column values larger than 0.0 (or if all column values smaller than 0.0)

2013-06-04 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11172/#review21438 --- Ship it! Ship It! - Shreepadma Venugopalan On June 4, 2013, 1

Review Request: HIVE-4669. Make username available to semantic analyzer hooks

2013-06-05 Thread Shreepadma Venugopalan
/HiveSemanticAnalyzerHookContext.java ae371f3 ql/src/java/org/apache/hadoop/hive/ql/parse/HiveSemanticAnalyzerHookContextImpl.java 9c3377e Diff: https://reviews.apache.org/r/11661/diff/ Testing --- Thanks, Shreepadma Venugopalan

Review Request: HIVE-4670. Authentication module should pass the instance part of the Kerberos principle

2013-06-06 Thread Shreepadma Venugopalan
/thrift/HadoopThriftAuthBridge20S.java 777226f shims/src/common/java/org/apache/hadoop/hive/shims/HadoopShims.java b0f5077 Diff: https://reviews.apache.org/r/11705/diff/ Testing --- Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-4549: JDBC compliance change TABLE_SCHEMA to TABLE_SCHEM

2013-06-07 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11706/#review21586 --- Ship it! Ship It! - Shreepadma Venugopalan On June 7, 2013, 2

Re: Review Request: HIVE-4549: JDBC compliance change TABLE_SCHEMA to TABLE_SCHEM

2013-06-07 Thread Shreepadma Venugopalan
On June 7, 2013, 5:52 p.m., Shreepadma Venugopalan wrote: Ship It! LGTM! It will break applications that assert on TABLE_SCHEMA, but then those asserts are incorrect in the first place. - Shreepadma --- This is an automatically

Re: Review Request: HIVE-4670. Authentication module should pass the instance part of the Kerberos principle

2013-06-07 Thread Shreepadma Venugopalan
/Hadoop23Shims.java 1975385 shims/src/common-secure/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge20S.java 777226f shims/src/common/java/org/apache/hadoop/hive/shims/HadoopShims.java b0f5077 Diff: https://reviews.apache.org/r/11705/diff/ Testing --- Thanks, Shreepadma

Re: Review Request: HIVE-4588: Support session level hooks for HiveServer2

2013-06-07 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11326/#review21599 --- LGTM! - Shreepadma Venugopalan On May 22, 2013, 6:41 a.m

Re: [ANNOUNCE] New Hive Committer - Brock Noland

2013-07-16 Thread Shreepadma Venugopalan
Many congrats, Brock! On Tue, Jul 16, 2013 at 7:33 AM, Ricky Saltzer ri...@cloudera.com wrote: Congrats!! On Tue, Jul 16, 2013 at 10:30 AM, Alexander Alten-Lorenz wget.n...@gmail.com wrote: Congratulations, Brock! On Jul 15, 2013, at 10:29 PM, Carl Steinbach c...@apache.org wrote:

Re: [ANNOUNCE] New Hive Committer - Thejas Nair

2013-08-20 Thread Shreepadma Venugopalan
Congrats Tejas! On Tue, Aug 20, 2013 at 9:32 AM, Eugene Koifman ekoif...@hortonworks.comwrote: Congrats Thejas! On Tue, Aug 20, 2013 at 3:31 AM, Carl Steinbach c...@apache.org wrote: The Apache Hive PMC has voted to make Thejas Nair a committer on the Apache Hive project. Please join

Review Request 14250: HIVE-4957: Restrict number of bit vectors, to prevent out of Java heap memory

2013-09-20 Thread Shreepadma Venugopalan
/queries/clientnegative/compute_stats_long.q PRE-CREATION ql/src/test/results/clientnegative/compute_stats_long.q.out PRE-CREATION Diff: https://reviews.apache.org/r/14250/diff/ Testing --- Adds a new negative test case. Thanks, Shreepadma Venugopalan

Review Request 14326: HIVE-4629. HS2 should support an API to retrieve query logs

2013-09-24 Thread Shreepadma Venugopalan
a new unit test to test log retrieval. Thanks, Shreepadma Venugopalan

Re: Review Request 14250: HIVE-4957: Restrict number of bit vectors, to prevent out of Java heap memory

2013-10-01 Thread Shreepadma Venugopalan
/#review26304 --- On Sept. 20, 2013, 8:02 p.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14250

Re: Review Request 14250: HIVE-4957: Restrict number of bit vectors, to prevent out of Java heap memory

2013-10-01 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14250/#review26313 --- On Sept. 20, 2013, 8:02 p.m., Shreepadma Venugopalan wrote

hive 0.10.0 doc

2013-01-28 Thread Shreepadma Venugopalan
All, Can someone point me to the apache docs for hive 0.10.0? Thanks. Shreepadma

Re: [VOTE] Amend Hive Bylaws + Add HCatalog Submodule

2013-01-29 Thread Shreepadma Venugopalan
Measure 1: +1 Measure 2: +1 Thanks. Shreepadma On Tue, Jan 29, 2013 at 1:50 PM, Arvind Prabhakar arv...@apache.org wrote: Measure 1: +1 Measure 2: +1 Regards, Arvind Prabhakar On Mon, Jan 28, 2013 at 11:47 AM, Carl Steinbach c...@apache.org wrote: I am calling a vote on the

Re: Review Request: HIVE-3179: HBase Handler doesn't handle NULLs properly

2013-02-07 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5542/#review16304 --- Ship it! Ship It! - Shreepadma Venugopalan On June 25, 2012, 5

Re: [ANNOUNCE] Kevin Wilfong elected to Hive PMC

2013-03-04 Thread Shreepadma Venugopalan
Congrats Kevin! On Mon, Mar 4, 2013 at 12:43 PM, Kevin Wilfong kevinwilf...@fb.com wrote: Thanks eveyone! From: Ricky Saltzer [ri...@cloudera.com] Sent: Monday, March 04, 2013 12:13 PM To: dev@hive.apache.org Cc: u...@hive.apache.org; Kevin Wilfong

Review Request: HIVE-4119: ANALYZE TABLE ... COMPUTE STATISTICS FOR COLUMNS fails with NPE if the table is empty

2013-03-14 Thread Shreepadma Venugopalan
/columnstats_tbllvl.q.out 3390ca0 ql/src/test/results/clientpositive/compute_stats_empty_table.q.out PRE-CREATION Diff: https://reviews.apache.org/r/9929/diff/ Testing --- Adds new q file tests which test column stats against an empty table. Thanks, Shreepadma Venugopalan

Review request: HIVE-4119

2013-03-21 Thread Shreepadma Venugopalan
https://issues.apache.org/jira/browse/HIVE-4119 Thanks. Shreepadma

Re: Review Request: HIVE-4119: ANALYZE TABLE ... COMPUTE STATISTICS FOR COLUMNS fails with NPE if the table is empty

2013-03-22 Thread Shreepadma Venugopalan
/GenericUDAFComputeStats.java https://reviews.apache.org/r/9929/#comment38517 done - Shreepadma Venugopalan On March 14, 2013, 8:53 p.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request: HIVE-4119: ANALYZE TABLE ... COMPUTE STATISTICS FOR COLUMNS fails with NPE if the table is empty

2013-03-22 Thread Shreepadma Venugopalan
file tests which test column stats against an empty table. Thanks, Shreepadma Venugopalan

Review Request: HIVE-4435: Column stats: Distinct value estimator should use hash functions that are pairwise independent

2013-04-29 Thread Shreepadma Venugopalan
--- The estimates are within the expected error after this fix. Tested on TPCH of varying sizes. Thanks, Shreepadma Venugopalan

Re: [ANNOUNCE] New Hive PMC Member - Harish Butani

2013-11-15 Thread Shreepadma Venugopalan
Congrats Harish! On Fri, Nov 15, 2013 at 1:32 PM, Thejas Nair the...@hortonworks.com wrote: Congrats Harish! On Fri, Nov 15, 2013 at 1:08 AM, Gunther Hagleitner ghagleit...@hortonworks.com wrote: Congratulations Harish! Very cool. On Thu, Nov 14, 2013 at 10:01 PM, Prasad Mujumdar

Re: [ANNOUNCE] New Hive Committers - Jitendra Nath Pandey and Eric Hanson

2013-11-21 Thread Shreepadma Venugopalan
Congrats guys! On Thu, Nov 21, 2013 at 3:37 PM, Vinod Kumar Vavilapalli vino...@apache.org wrote: Congratulations to both! Great job and keep up the good work! Thanks, +Vinod On Nov 21, 2013, at 3:29 PM, Carl Steinbach wrote: The Apache Hive PMC has voted to make Jitendra Nath Pandey

Review Request: HIVE-3443: Add serdeParamKey option to Hive Metatool

2012-09-07 Thread Shreepadma Venugopalan
in TestHiveMetaTool.java has been modified to use AvroSerDe instead of LazySimpleSerDe. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3443: Add serdeParamKey option to Hive Metatool

2012-09-10 Thread Shreepadma Venugopalan
AvroSerDe instead of LazySimpleSerDe. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3443: Add serdeParamKey option to Hive Metatool

2012-09-13 Thread Shreepadma Venugopalan
. Existing test case in TestHiveMetaTool.java has been modified to use AvroSerDe instead of LazySimpleSerDe. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3443: Add serdeParamKey option to Hive Metatool

2012-09-13 Thread Shreepadma Venugopalan
--- On Sept. 13, 2012, 4:50 p.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6962/ --- (Updated Sept. 13

Re: Review Request: HIVE-3443: Add serdeParamKey option to Hive Metatool

2012-09-18 Thread Shreepadma Venugopalan
AvroSerDe instead of LazySimpleSerDe. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-02 Thread Shreepadma Venugopalan
schema and Thrift API changes, * Tests to exercise compute_stats UDAF for all primitive types, * End to end test both at table and partition level for computing stats on multiple columns. Note that these tests use the extended syntax of the analyze command. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-02 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6878/#review11502 --- On Oct. 3, 2012, 3:10 a.m., Shreepadma Venugopalan wrote

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-03 Thread Shreepadma Venugopalan
/GenericUDAFComputeStats.java https://reviews.apache.org/r/6878/#comment25822 I'll replace LHS with generic java types. - Shreepadma Venugopalan On Oct. 3, 2012, 3:10 a.m., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-03 Thread Shreepadma Venugopalan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6878/#review12131 --- On Oct. 3, 2012, 3:10 a.m., Shreepadma Venugopalan wrote

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-03 Thread Shreepadma Venugopalan
of the analyze command. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-03 Thread Shreepadma Venugopalan
command. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-03 Thread Shreepadma Venugopalan
, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-22 Thread Shreepadma Venugopalan
for computing stats on multiple columns. Note that these tests use the extended syntax of the analyze command. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-22 Thread Shreepadma Venugopalan
Done ql/src/java/org/apache/hadoop/hive/ql/parse/StatsSemanticAnalyzer.java https://reviews.apache.org/r/6878/#comment25931 Done - Shreepadma Venugopalan On Oct. 4, 2012, 5:45 a.m., Shreepadma Venugopalan wrote

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-29 Thread Shreepadma Venugopalan
primitive types, * End to end test both at table and partition level for computing stats on multiple columns. Note that these tests use the extended syntax of the analyze command. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-1362: Support for column statistics in Hive

2012-10-30 Thread Shreepadma Venugopalan
primitive types, * End to end test both at table and partition level for computing stats on multiple columns. Note that these tests use the extended syntax of the analyze command. Thanks, Shreepadma Venugopalan

Re: hive 0.10 release

2012-11-07 Thread Shreepadma Venugopalan
+1. Sounds like a good idea. Shreepadma On Wed, Nov 7, 2012 at 4:50 PM, Ashutosh Chauhan hashut...@apache.orgwrote: Hi, Its been a while since we released 0.10 more than six months ago. All this while, lot of action has happened with various cool features landing in trunk. Additionally, I

Review Request: HIVE-3678. Provide schema upgrade scripts for schema changes introduced by the addition of Column Statistics support

2012-11-18 Thread Shreepadma Venugopalan
/8119/diff/ Testing --- Tested the schema upgrade scripts. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3678. Provide schema upgrade scripts for schema changes introduced by the addition of Column Statistics support

2012-11-18 Thread Shreepadma Venugopalan
metastore/src/model/package.jdo 5f91f97 Diff: https://reviews.apache.org/r/8119/diff/ Testing --- Tested the schema upgrade scripts. Thanks, Shreepadma Venugopalan

Review Request: HIVE-3004: RegexSerDe should support other column types in addition to STRING

2013-01-11 Thread Shreepadma Venugopalan
/clientpositive/serde_regex.q.out a8ce604 serde/src/java/org/apache/hadoop/hive/serde2/RegexSerDe.java e728244 Diff: https://reviews.apache.org/r/8931/diff/ Testing --- New test cases have been added and they pass. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3004: RegexSerDe should support other column types in addition to STRING

2013-01-11 Thread Shreepadma Venugopalan
/ Testing --- New test cases have been added and they pass. Thanks, Shreepadma Venugopalan

Re: Review Request: HIVE-3004: RegexSerDe should support other column types in addition to STRING

2013-01-14 Thread Shreepadma Venugopalan
., Shreepadma Venugopalan wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8931/ --- (Updated Jan. 12, 2013, 12:28 a.m

Re: Review Request: HIVE-3004: RegexSerDe should support other column types in addition to STRING

2013-01-14 Thread Shreepadma Venugopalan
/8931/diff/ Testing --- New test cases have been added and they pass. Thanks, Shreepadma Venugopalan

Review Request: HIVE-3886: WARNING: org.apache.hadoop.metrics.jvm.EventCounter is deprecated

2013-01-14 Thread Shreepadma Venugopalan
--- Thanks, Shreepadma Venugopalan

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-09 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Attachment: HIVE-1719.3.patch.txt This patch makes the following changes

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-10 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Attachment: HIVE-1719.patch Move RegexSerDe out of hive-contrib and over

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-10 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Status: Patch Available (was: Open) Move RegexSerDe out of hive-contrib

[jira] [Created] (HIVE-3023) Move runtime exception for incorrect number of matching groups in Regex SerDe to compile time

2012-05-14 Thread Shreepadma Venugopalan (JIRA)
Shreepadma Venugopalan created HIVE-3023: Summary: Move runtime exception for incorrect number of matching groups in Regex SerDe to compile time Key: HIVE-3023 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-15 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Attachment: HIVE-1719.D3249.1.patch Move RegexSerDe out of hive-contrib

[jira] [Updated] (HIVE-3004) RegexSerDe should support other column types in addition to STRING

2012-05-16 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3004: - Attachment: #HIVE-3004.patch# RegexSerDe should support other column types

[jira] [Updated] (HIVE-3004) RegexSerDe should support other column types in addition to STRING

2012-05-16 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3004: - Status: Patch Available (was: Open) RegexSerDe should support other column

[jira] [Updated] (HIVE-3004) RegexSerDe should support other column types in addition to STRING

2012-05-16 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3004: - Attachment: HIVE-3004-1.patch RegexSerDe should support other column types

[jira] [Updated] (HIVE-3004) RegexSerDe should support other column types in addition to STRING

2012-05-16 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3004: - Attachment: (was: #HIVE-3004.patch#) RegexSerDe should support other

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Attachment: HIVE-1719.3.patch Move RegexSerDe out of hive-contrib and over

[jira] [Created] (HIVE-3038) Query with order by clause fails during semantic analysis unless the column in the order by is referenced in the select list

2012-05-18 Thread Shreepadma Venugopalan (JIRA)
Shreepadma Venugopalan created HIVE-3038: Summary: Query with order by clause fails during semantic analysis unless the column in the order by is referenced in the select list Key: HIVE-3038 URL: https

[jira] [Updated] (HIVE-3038) Query with order by clause fails during semantic analysis when ordering column is not referenced in the select list

2012-05-18 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3038: - Summary: Query with order by clause fails during semantic analysis when ordering

[jira] [Updated] (HIVE-3004) RegexSerDe should support other column types in addition to STRING

2012-05-18 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3004: - Attachment: HIVE-3004.2.patch RegexSerDe should support other column types

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Attachment: (was: HIVE-1719.patch) Move RegexSerDe out of hive-contrib

[jira] [Updated] (HIVE-1719) Move RegexSerDe out of hive-contrib and over to hive-serde

2012-05-18 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-1719: - Attachment: (was: HIVE-1719.3.patch.txt) Move RegexSerDe out of hive

[jira] [Created] (HIVE-3241) GenericUDAF when packaged as a JAR raises IllegalAccessException unless the JAR is placed in lib dir

2012-07-06 Thread Shreepadma Venugopalan (JIRA)
Shreepadma Venugopalan created HIVE-3241: Summary: GenericUDAF when packaged as a JAR raises IllegalAccessException unless the JAR is placed in lib dir Key: HIVE-3241 URL: https://issues.apache.org/jira

[jira] [Updated] (HIVE-3241) GenericUDAF when packaged as a JAR raises IllegalAccessException unless the JAR is placed in lib dir

2012-07-06 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3241: - Description: GenericUDAFEvaluator has a member variable Mode which is protected

[jira] [Updated] (HIVE-3241) GenericUDAF when packaged as a JAR raises IllegalAccessException unless the JAR is placed in lib dir

2012-07-06 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3241: - Attachment: compute-stats.jar GenericUDAF when packaged as a JAR raises

[jira] [Commented] (HIVE-1653) Ability to enforce correct stats

2012-07-25 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13422486#comment-13422486 ] Shreepadma Venugopalan commented on HIVE-1653: -- @Namit: Added comments

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-20 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3056: - Assignee: Shreepadma Venugopalan (was: Carl Steinbach) Status: Patch

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-20 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3056: - Attachment: HIVE-3056.patch Ability to bulk update location field in Db

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-21 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3056: - Description: (was: ) Ability to bulk update location field in Db/Table

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-21 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3056: - Attachment: HIVE-3056.2.patch.txt Ability to bulk update location field

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-21 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13439265#comment-13439265 ] Shreepadma Venugopalan commented on HIVE-3056: -- @Namit: I've also posted

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-22 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13439354#comment-13439354 ] Shreepadma Venugopalan commented on HIVE-3056: -- Link to review board review

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-22 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13439784#comment-13439784 ] Shreepadma Venugopalan commented on HIVE-3056: -- @Namit: Responded to your

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-23 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3056: - Status: Patch Available (was: Open) Ability to bulk update location field

[jira] [Updated] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-23 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3056: - Attachment: HIVE-3056.3.patch.txt Ability to bulk update location field

[jira] [Commented] (HIVE-3056) Ability to bulk update location field in Db/Table/Partition records

2012-08-23 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13440616#comment-13440616 ] Shreepadma Venugopalan commented on HIVE-3056: -- Updated patch is available

[jira] [Assigned] (HIVE-3365) Upgrade Hive's Avro dependency to version 1.7

2012-08-23 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan reassigned HIVE-3365: Assignee: Shreepadma Venugopalan (was: Carl Steinbach) Upgrade Hive's

[jira] [Updated] (HIVE-3265) HiveHistory.printRowCount() throws NPE

2012-08-26 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-3265: - Status: Patch Available (was: Open) HiveHistory.printRowCount() throws NPE

  1   2   3   4   5   >