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

2013-06-19 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-3953:
---

   Resolution: Fixed
Fix Version/s: (was: 0.11.1)
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Mark!

> Reading of partitioned Avro data fails because of missing properties
> 
>
> Key: HIVE-3953
> URL: https://issues.apache.org/jira/browse/HIVE-3953
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.11.0, 0.11.1, 0.12.0
>Reporter: Mark Wagner
>Assignee: Mark Wagner
>Priority: Blocker
> Fix For: 0.12.0
>
> Attachments: avro_partition_test.q, HIVE-3953.1.patch
>
>
> After HIVE-3833, reading partitioned Avro data fails due to missing 
> properties. The "avro.schema.(url|literal)" properties are not making it all 
> the way to the SerDe. Non-partitioned data can still be read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-05-21 Thread Mark Wagner (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Wagner updated HIVE-3953:
--

Fix Version/s: 0.12.0
   0.11.1
Affects Version/s: 0.12.0
   0.11.1
   Status: Patch Available  (was: Open)

> Reading of partitioned Avro data fails because of missing properties
> 
>
> Key: HIVE-3953
> URL: https://issues.apache.org/jira/browse/HIVE-3953
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.11.0, 0.11.1, 0.12.0
>Reporter: Mark Wagner
>Assignee: Mark Wagner
>Priority: Blocker
> Fix For: 0.11.1, 0.12.0
>
> Attachments: avro_partition_test.q, HIVE-3953.1.patch
>
>
> After HIVE-3833, reading partitioned Avro data fails due to missing 
> properties. The "avro.schema.(url|literal)" properties are not making it all 
> the way to the SerDe. Non-partitioned data can still be read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-05-21 Thread Mark Wagner (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Wagner updated HIVE-3953:
--

Attachment: HIVE-3953.1.patch

I've made changes so that deserializers/object inspectors are initialized with 
the union of the table properties and partition properties, with partition 
properties overriding table properties. All the "partition_wise_fileformat*.q" 
tests have passed.

> Reading of partitioned Avro data fails because of missing properties
> 
>
> Key: HIVE-3953
> URL: https://issues.apache.org/jira/browse/HIVE-3953
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.11.0
>Reporter: Mark Wagner
>Assignee: Mark Wagner
>Priority: Blocker
> Attachments: avro_partition_test.q, HIVE-3953.1.patch
>
>
> After HIVE-3833, reading partitioned Avro data fails due to missing 
> properties. The "avro.schema.(url|literal)" properties are not making it all 
> the way to the SerDe. Non-partitioned data can still be read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-05-06 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HIVE-3953:


Fix Version/s: (was: 0.11.0)

> Reading of partitioned Avro data fails because of missing properties
> 
>
> Key: HIVE-3953
> URL: https://issues.apache.org/jira/browse/HIVE-3953
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.11.0
>Reporter: Mark Wagner
>Priority: Blocker
> Attachments: avro_partition_test.q
>
>
> After HIVE-3833, reading partitioned Avro data fails due to missing 
> properties. The "avro.schema.(url|literal)" properties are not making it all 
> the way to the SerDe. Non-partitioned data can still be read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[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

Changing status to blocker since this, if not fixed before release, will cause 
all kinds of havoc with Avro.

> Reading of partitioned Avro data fails because of missing properties
> 
>
> Key: HIVE-3953
> URL: https://issues.apache.org/jira/browse/HIVE-3953
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.11.0
>Reporter: Mark Wagner
>Priority: Blocker
> Fix For: 0.11.0
>
> Attachments: avro_partition_test.q
>
>
> After HIVE-3833, reading partitioned Avro data fails due to missing 
> properties. The "avro.schema.(url|literal)" properties are not making it all 
> the way to the SerDe. Non-partitioned data can still be read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-01-31 Thread Mark Wagner (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Wagner updated HIVE-3953:
--

Attachment: avro_partition_test.q

Attached a .q test.

> Reading of partitioned Avro data fails because of missing properties
> 
>
> Key: HIVE-3953
> URL: https://issues.apache.org/jira/browse/HIVE-3953
> Project: Hive
>  Issue Type: Bug
>Reporter: Mark Wagner
> Attachments: avro_partition_test.q
>
>
> After HIVE-3833, reading partitioned Avro data fails due to missing 
> properties. The "avro.schema.(url|literal)" properties are not making it all 
> the way to the SerDe. Non-partitioned data can still be read.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira