[jira] [Commented] (HIVE-3798) Can't escape reserved keywords used as table names

2015-01-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286335#comment-14286335 ] Jakob Homan commented on HIVE-3798: --- I don't currently have an Hive 0.14 instal

[jira] [Commented] (HIVE-9299) Reuse Configuration in AvroSerdeUtils

2015-01-07 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268442#comment-14268442 ] Jakob Homan commented on HIVE-9299: --- +1. This is a safe change since the modified

[jira] [Commented] (HIVE-5224) When creating table with AVRO serde, the "avro.schema.url" should be about to load serde schema from file system beside HDFS

2013-11-20 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828051#comment-13828051 ] Jakob Homan commented on HIVE-5224: --- So the goal is to use o.a.h.FileSystem to

[jira] [Commented] (HIVE-5850) Multiple table join error for avro

2013-11-20 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828055#comment-13828055 ] Jakob Homan commented on HIVE-5850: --- This has been a recurring problem. The cod

Re: Review Request 12480: HIVE-4732 Reduce or eliminate the expensive Schema equals() check for AvroSerde

2013-09-12 Thread Jakob Homan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12480/#review26066 --- Ship it! Ship It! - Jakob Homan On Aug. 30, 2013, 11:49 a.m

Re: Review Request 12480: HIVE-4732 Reduce or eliminate the expensive Schema equals() check for AvroSerde

2013-08-25 Thread Jakob Homan
ment49984> These should never be null, not even in testing. It's better to change the tests to correctly populate the data structure. serde/src/test/org/apache/hadoop/hive/serde2/avro/Utils.java <https://reviews.apache.org/r/12480/#comment49985> And this would indicate a bug.

Re: Review Request 11925: Hive-3159 Update AvroSerde to determine schema of new tables

2013-08-25 Thread Jakob Homan
> On July 29, 2013, 10:41 a.m., Jakob Homan wrote: > > There is still no text covering a map-reduce job on an already existing, > > non-Avro table into an avro table. ie, create a text table, populate it, > > run a CTAS to manipulate the data into an Avro table. >

[jira] [Commented] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-08-25 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13749836#comment-13749836 ] Jakob Homan commented on HIVE-4734: --- Reviewed last patch on RB. Everything looks

Re: Review Request 11925: Hive-3159 Update AvroSerde to determine schema of new tables

2013-07-29 Thread Jakob Homan
t; --- > > (Updated July 23, 2013, 2:51 a.m.) > > > Review request for hive, Ashutosh Chauhan and Jakob Homan. > > > Bugs: HIVE-3159 > https://issues.apache.org/jira/browse/HIVE-3159 > > > Reposi

Re: Review Request 11925: Hive-3159 Update AvroSerde to determine schema of new tables

2013-07-29 Thread Jakob Homan
nto an already existing table, but doesn't verify that the already existing, non-avro data is converted correctly. - Jakob Homan On July 23, 2013, 2:51 a.m., Mohammad Islam wrote: > > --- > This is an automatically genera

[jira] [Commented] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-07-29 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722675#comment-13722675 ] Jakob Homan commented on HIVE-4734: --- Added comments into the rb. &

[jira] [Commented] (HIVE-3264) Add support for binary dataype to AvroSerde

2013-07-29 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722674#comment-13722674 ] Jakob Homan commented on HIVE-3264: --- btw, Mark, once this goes through, please up

[jira] [Commented] (HIVE-3442) AvroSerDe WITH SERDEPROPERTIES 'schema.url' is not working when creating external table

2013-07-29 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722670#comment-13722670 ] Jakob Homan commented on HIVE-3442: --- The best place for this info would be in the

[jira] [Commented] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-07-29 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722637#comment-13722637 ] Jakob Homan commented on HIVE-4734: --- Sorry, above comment was for HIVE-3264. S

[jira] [Commented] (HIVE-3264) Add support for binary dataype to AvroSerde

2013-07-29 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722636#comment-13722636 ] Jakob Homan commented on HIVE-3264: --- +1. Looks good. > Add supp

[jira] [Commented] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-07-29 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722635#comment-13722635 ] Jakob Homan commented on HIVE-4734: --- +1. Looks good. > Use

[jira] [Assigned] (HIVE-2482) Convenience UDFs for binary data type

2013-07-15 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-2482: - Assignee: Mark Wagner > Convenience UDFs for binary data t

Re: Review Request 12480: HIVE-4732 Reduce or eliminate the expensive Schema equals() check for AvroSerde

2013-07-12 Thread Jakob Homan
uuid too serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroGenericRecordWritable.java <https://reviews.apache.org/r/12480/#comment46959> Need to read in the uuid too - Jakob Homan On July 11, 2013, 3:31 p.m., Mohammad Islam wrote: > > --

Re: Review Request 11925: Hive-3159 Update AvroSerde to determine schema of new tables

2013-07-12 Thread Jakob Homan
Mohammad Islam wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/11925/ > --- > > (Updated July 12, 2013, 11:49 a.m.) > > > Review request for hive, Ashutosh Chauhan and

[jira] [Assigned] (HIVE-2302) Allow grant privileges on granting privileges.

2013-06-27 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-2302: - Assignee: Mohammad Kamrul Islam (was: Jakob Homan) > Allow grant privileges on grant

[jira] [Assigned] (HIVE-3095) Self-referencing Avro schema creates infinite loop on table creation

2013-06-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-3095: - Assignee: Mohammad Kamrul Islam (was: Jakob Homan) > Self-referencing Avro schema crea

[jira] [Assigned] (HIVE-2390) Expand support for union types

2013-05-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-2390: - Assignee: (was: Jakob Homan) > Expand support for union ty

[jira] [Assigned] (HIVE-3159) Update AvroSerde to determine schema of new tables

2013-05-22 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-3159: - Assignee: (was: Jakob Homan) > Update AvroSerde to determine schema of new tab

[jira] [Resolved] (HIVE-4309) Hive server2 for Hive HA?

2013-05-14 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan resolved HIVE-4309. --- Resolution: Invalid Fix Version/s: (was: 0.10.0) > Hive server2 for Hive

[jira] [Updated] (HIVE-3953) Reading of partitioned Avro data fails because of missing properties

2013-04-30 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-3953: -- Priority: Blocker (was: Major) Affects Version/s: 0.11.0 Fix Version/s: 0.11.0

[jira] [Commented] (HIVE-3308) Mixing avro and snappy gives null values

2013-02-03 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569879#comment-13569879 ] Jakob Homan commented on HIVE-3308: --- Will do. > Mixing avro and

[jira] [Updated] (HIVE-1694) Accelerate GROUP BY execution using indexes

2013-01-31 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-1694: -- Description: The index building patch (Hive-417) is checked into trunk, this JIRA issue tracks

[jira] [Commented] (HIVE-3833) object inspectors should be initialized based on partition metadata

2013-01-30 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566913#comment-13566913 ] Jakob Homan commented on HIVE-3833: --- This patch has broken Avro (and probably HBase

[jira] [Commented] (HIVE-3528) Avro SerDe doesn't handle serializing Nullable types that require access to a Schema

2013-01-25 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562871#comment-13562871 ] Jakob Homan commented on HIVE-3528: --- If there's a 10.1 release, it'd be go

[jira] [Commented] (HIVE-3528) Avro SerDe doesn't handle serializing Nullable types that require access to a Schema

2013-01-09 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548953#comment-13548953 ] Jakob Homan commented on HIVE-3528: --- Sean, can you attach the RB patch to the

[jira] [Commented] (HIVE-3528) Avro SerDe doesn't handle serializing Nullable types that require access to a Schema

2013-01-08 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547431#comment-13547431 ] Jakob Homan commented on HIVE-3528: --- Did a review on rb, but it doesn't s

Re: Review Request: HIVE-3528

2013-01-08 Thread Jakob Homan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7431/#review15161 --- Ship it! +1. Looks great. - Jakob Homan On Jan. 2, 2013, 11:11

[jira] [Commented] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2013-01-08 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547233#comment-13547233 ] Jakob Homan commented on HIVE-3585: --- Expanding on what Sean said. Yes, there will

[jira] [Created] (HIVE-3860) Alter table location shouldn't required fully qualified URI

2013-01-04 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3860: - Summary: Alter table location shouldn't required fully qualified URI Key: HIVE-3860 URL: https://issues.apache.org/jira/browse/HIVE-3860 Project: Hive Issue

[jira] [Commented] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2013-01-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544237#comment-13544237 ] Jakob Homan commented on HIVE-3585: --- bq. Will Trevni but just another Serde/inputFo

[jira] [Commented] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2013-01-03 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543401#comment-13543401 ] Jakob Homan commented on HIVE-3585: --- yeah. bq. If it weren't for some subtle

[jira] [Commented] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2013-01-03 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543378#comment-13543378 ] Jakob Homan commented on HIVE-3585: --- But the Avro Serde wasn't added to

[jira] [Commented] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2013-01-03 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543314#comment-13543314 ] Jakob Homan commented on HIVE-3585: --- And we have active users and contributors to

[jira] [Commented] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2013-01-02 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542442#comment-13542442 ] Jakob Homan commented on HIVE-3585: --- Also, He, I'm assuming your -1 is not in

[jira] [Created] (HIVE-3798) Can't escape reserved keywords used as table names

2012-12-13 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3798: - Summary: Can't escape reserved keywords used as table names Key: HIVE-3798 URL: https://issues.apache.org/jira/browse/HIVE-3798 Project: Hive Issue Type

[jira] [Assigned] (HIVE-3585) Integrate Trevni as another columnar oriented file format

2012-11-07 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-3585: - Assignee: Jakob Homan > Integrate Trevni as another columnar oriented file for

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-11-05 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490998#comment-13490998 ] Jakob Homan commented on HIVE-895: -- The fixed version is 9.1, but at least in the JIR

[jira] [Commented] (HIVE-3528) Avro SerDe doesn't handle serializing Nullable types that require access to a Schema

2012-10-19 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480115#comment-13480115 ] Jakob Homan commented on HIVE-3528: --- Great. Happy to help either here or emai

[jira] [Commented] (HIVE-3528) Avro SerDe doesn't handle serializing Nullable types that require access to a Schema

2012-10-08 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472023#comment-13472023 ] Jakob Homan commented on HIVE-3528: --- Looks good. Added a couple comments to reviewb

Re: Review Request: HIVE-3528

2012-10-08 Thread Jakob Homan
ot to put it as the first check in the method and potentially save the trip to the AvroSerde methods? - Jakob Homan On Oct. 5, 2012, 8:39 a.m., Sean Busbey wrote: > > --- > This is an automatically generated e-mail. To

[jira] [Commented] (HIVE-3525) Avro Maps with Nullable Values fail with NPE

2012-10-08 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471953#comment-13471953 ] Jakob Homan commented on HIVE-3525: --- +1. Correct approach, good tests. veri

[jira] [Commented] (HIVE-3525) Avro Maps with Nullable Values fail with NPE

2012-10-05 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470640#comment-13470640 ] Jakob Homan commented on HIVE-3525: --- Reviewing... > Avro Ma

[jira] [Commented] (HIVE-3538) Avro SerDe can't handle Nullable Enums

2012-10-05 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470639#comment-13470639 ] Jakob Homan commented on HIVE-3538: --- Good catch. Let me take a

[jira] [Commented] (HIVE-3528) Avro SerDe doesn't handle serializing Nullable types that require access to a Schema

2012-10-05 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470635#comment-13470635 ] Jakob Homan commented on HIVE-3528: --- This looks good. Let me test the p

[jira] [Commented] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-09-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13461542#comment-13461542 ] Jakob Homan commented on HIVE-3264: --- Actually, can we add to the .q file a describ

[jira] [Commented] (HIVE-3443) Hive Metatool should take serde_param_key from the user to allow for changes to avro serde's schema url key

2012-09-10 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452367#comment-13452367 ] Jakob Homan commented on HIVE-3443: --- {code}+if (key != null) { + LOG.

[jira] [Commented] (HIVE-3443) Hive Metatool should take serde_param_key from the user to allow for changes to avro serde's schema url key

2012-09-10 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452358#comment-13452358 ] Jakob Homan commented on HIVE-3443: --- You're attempting to introduce code de

[jira] [Updated] (HIVE-3443) Hive Metatool should take serde_param_key from the user to allow for changes to avro serde's schema url key

2012-09-10 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-3443: -- Priority: Minor (was: Critical) This is in no way a critical bug. > Hive Metat

[jira] [Commented] (HIVE-3443) Hive Metatool should take serde_param_key from the user to allow for changes to avro serde's schema url key

2012-09-10 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452326#comment-13452326 ] Jakob Homan commented on HIVE-3443: --- I don't believe Apache Hive is obligated t

[jira] [Commented] (HIVE-3447) Provide backward compatibility for AvroSerDe properties

2012-09-10 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452322#comment-13452322 ] Jakob Homan commented on HIVE-3447: --- bq. @Shreepadma: The AvroSerDe was added in

[jira] [Commented] (HIVE-3447) Provide backward compatibility for AvroSerDe properties

2012-09-07 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450986#comment-13450986 ] Jakob Homan commented on HIVE-3447: --- This is a bad idea for two reasons: (a) schema

[jira] [Commented] (HIVE-3442) AvroSerDe WITH SERDEPROPERTIES 'schema.url' is not working when creating external table

2012-09-06 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450217#comment-13450217 ] Jakob Homan commented on HIVE-3442: --- Sounds good. > AvroSer

[jira] [Commented] (HIVE-3442) AvroSerDe WITH SERDEPROPERTIES 'schema.url' is not working when creating external table

2012-09-06 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450209#comment-13450209 ] Jakob Homan commented on HIVE-3442: --- bq. 'avro.schema.literal'='

[jira] [Commented] (HIVE-3442) AvroSerDe WITH SERDEPROPERTIES 'schema.url' is not working when creating external table

2012-09-06 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450202#comment-13450202 ] Jakob Homan commented on HIVE-3442: --- updated the wiki. > AvroSer

[jira] [Commented] (HIVE-3442) AvroSerDe WITH SERDEPROPERTIES 'schema.url' is not working when creating external table

2012-09-06 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450198#comment-13450198 ] Jakob Homan commented on HIVE-3442: --- The docs are out of date (my fault). schema

[jira] [Commented] (HIVE-3323) ThriftSerde: Enable enum to string conversions

2012-09-04 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448155#comment-13448155 ] Jakob Homan commented on HIVE-3323: --- bq. MegaStruct eh? > Thri

[jira] [Commented] (HIVE-3323) ThriftSerde: Enable enum to string conversions

2012-08-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440821#comment-13440821 ] Jakob Homan commented on HIVE-3323: --- OK, but that sounds like a less frequently us

[jira] [Commented] (HIVE-3323) ThriftSerde: Enable enum to string conversions

2012-08-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440741#comment-13440741 ] Jakob Homan commented on HIVE-3323: --- Is the current Thrift behavior worth keeping ar

[jira] [Commented] (HIVE-3323) ThriftSerde: Enable enum to string conversions

2012-08-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440724#comment-13440724 ] Jakob Homan commented on HIVE-3323: --- Right, but AvroSerde already does this conver

[jira] [Updated] (HIVE-3323) ThriftSerde: Enable enum to string conversions

2012-08-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-3323: -- Summary: ThriftSerde: Enable enum to string conversions (was: Enable enum to string conversions

[jira] [Commented] (HIVE-3323) ThriftSerde: Enable enum to string conversions

2012-08-23 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440713#comment-13440713 ] Jakob Homan commented on HIVE-3323: --- One comment I have: {nofo

[jira] [Commented] (HIVE-2702) listPartitionsByFilter only supports string partitions

2012-08-20 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438357#comment-13438357 ] Jakob Homan commented on HIVE-2702: --- This is very limiting for HCat as it means

[jira] [Commented] (HIVE-2965) Revert HIVE-2612

2012-08-17 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13437109#comment-13437109 ] Jakob Homan commented on HIVE-2965: --- bq. In 4/19 contrib meeting it was decide

Re: Possible patch to fix column comments with non-native SerDe

2012-08-16 Thread Jakob Homan
PM, Stephen Scaffid wrote: > > Thanks! I'll see how it goes! > > > > (better yet, this could be what it takes to convince the team to upgrade!) > > > > On Aug 6, 2012, at 6:47 PM, Jakob Homan wrote: > > > > > This was fixed in Hive 8 > > &

Re: Possible patch to fix column comments with non-native SerDe

2012-08-06 Thread Jakob Homan
This was fixed in Hive 8 (https://issues.apache.org/jira/browse/HIVE-2171). Can you just apply that patch? On Mon, Aug 6, 2012 at 2:15 PM, Stephen R. Scaffidi < sscaff...@tripadvisor.com> wrote: > My team and I have been trying, with limited success, to use the COMMENT > feature of hive columns

[jira] [Commented] (HIVE-3323) Enable enum to string conversions

2012-08-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426868#comment-13426868 ] Jakob Homan commented on HIVE-3323: --- Just as another data point, the AvroSerde alr

[jira] [Created] (HIVE-3264) Add support for binary dataype to AvroSerde

2012-07-17 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3264: - Summary: Add support for binary dataype to AvroSerde Key: HIVE-3264 URL: https://issues.apache.org/jira/browse/HIVE-3264 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-3017) HIVE-2646 added Serde classes to hive-exec jar, duplicating hive-serde

2012-07-05 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407529#comment-13407529 ] Jakob Homan commented on HIVE-3017: --- Something this bad should be fixed.

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-26 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401669#comment-13401669 ] Jakob Homan commented on HIVE-895: -- I've moved all the relevant info from the gi

[jira] [Created] (HIVE-3159) Update AvroSerde to determine schema of new tables

2012-06-19 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3159: - Summary: Update AvroSerde to determine schema of new tables Key: HIVE-3159 URL: https://issues.apache.org/jira/browse/HIVE-3159 Project: Hive Issue Type

[jira] [Created] (HIVE-3158) Update AvroSerde to take advantage of HIVE-2171

2012-06-19 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3158: - Summary: Update AvroSerde to take advantage of HIVE-2171 Key: HIVE-3158 URL: https://issues.apache.org/jira/browse/HIVE-3158 Project: Hive Issue Type: Improvement

[jira] [Assigned] (HIVE-3095) Self-referencing Avro schema creates infinite loop on table creation

2012-06-06 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan reassigned HIVE-3095: - Assignee: Jakob Homan > Self-referencing Avro schema creates infinite loop on table creat

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-06 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290073#comment-13290073 ] Jakob Homan commented on HIVE-895: -- bq. Could I please ask you to document this featur

[jira] [Created] (HIVE-3092) Hive tests should load Hive classes from build directory, not Ivy cache

2012-06-06 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3092: - Summary: Hive tests should load Hive classes from build directory, not Ivy cache Key: HIVE-3092 URL: https://issues.apache.org/jira/browse/HIVE-3092 Project: Hive

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287818#comment-13287818 ] Jakob Homan commented on HIVE-895: -- Yeah, that should get fixed, but the bigger proble

[jira] [Resolved] (HIVE-2172) Hive CLI should let you specify database on the command line

2012-06-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan resolved HIVE-2172. --- Resolution: Duplicate > Hive CLI should let you specify database on the command l

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-06-01 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287775#comment-13287775 ] Jakob Homan commented on HIVE-895: -- The problem is that the tests in ql load up the s

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-05-31 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286866#comment-13286866 ] Jakob Homan commented on HIVE-895: -- Did the tests pass? Anything else I can do to

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-25 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Status: Patch Available (was: In Progress) > Add SerDe for Avro serialized d

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Attachment: (was: HIVE-895.patch) > Add SerDe for Avro serialized d

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Attachment: (was: doctors.avro) > Add SerDe for Avro serialized d

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Attachment: (was: episodes.avro) > Add SerDe for Avro serialized d

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Attachment: HIVE-895.patch episodes.avro doctors.avro Forgot to grant ASF

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-21 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Attachment: doctors.avro episodes.avro HIVE-895.patch Final patch

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-05-15 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276107#comment-13276107 ] Jakob Homan commented on HIVE-895: -- btw, moving stuff to common doesn't work, so

[jira] [Created] (HIVE-3017) HIVE-2646 added Serde classes to hive-exec jar, duplicating hive-serde

2012-05-11 Thread Jakob Homan (JIRA)
Jakob Homan created HIVE-3017: - Summary: HIVE-2646 added Serde classes to hive-exec jar, duplicating hive-serde Key: HIVE-3017 URL: https://issues.apache.org/jira/browse/HIVE-3017 Project: Hive

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-05-07 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269914#comment-13269914 ] Jakob Homan commented on HIVE-895: -- bq. Do you think it's possible to move th

[jira] [Updated] (HIVE-895) Add SerDe for Avro serialized data

2012-05-02 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-895: - Attachment: HIVE-895-draft.patch Here's a first draft of the port to ASF. It corresponds t

[jira] [Work started] (HIVE-895) Add SerDe for Avro serialized data

2012-04-11 Thread Jakob Homan (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-895 started by Jakob Homan. > Add SerDe for Avro serialized data > -- > > Key: HIVE-895 >

[jira] [Commented] (HIVE-895) Add SerDe for Avro serialized data

2012-02-23 Thread Jakob Homan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214993#comment-13214993 ] Jakob Homan commented on HIVE-895: -- yes, I've set aside some time early next we

[jira] [Updated] (HIVE-2774) Message when trying to create a view from a view should give name of offending view

2012-02-01 Thread Jakob Homan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-2774: -- Status: Patch Available (was: Open) > Message when trying to create a view from a view should g

[jira] [Updated] (HIVE-2774) Message when trying to create a view from a view should give name of offending view

2012-02-01 Thread Jakob Homan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-2774: -- Attachment: HIVE-2774.patch Quick patch that adds the offending table name to the message. Not easily

[jira] [Created] (HIVE-2774) Message when trying to create a view from a view should give name of offending view

2012-02-01 Thread Jakob Homan (Created) (JIRA)
Issue Type: Improvement Components: Query Processor Affects Versions: 0.7.1 Reporter: Jakob Homan Assignee: Jakob Homan Fix For: 0.9.0 Attachments: HIVE-2774.patch Currently when trying to create a view that contains another

[jira] [Updated] (HIVE-2705) SemanticAnalyzer twice swallows an exception it shouldn't

2012-01-10 Thread Jakob Homan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-2705: -- Status: Patch Available (was: Open) > SemanticAnalyzer twice swallows an exception it should

[jira] [Updated] (HIVE-2705) SemanticAnalyzer twice swallows an exception it shouldn't

2012-01-10 Thread Jakob Homan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Homan updated HIVE-2705: -- Attachment: HIVE-2705.patch Simple patch fixes the two instances of this I found in SemanticAnalyzer

  1   2   >