[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-24 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Resolution: Resolved
Status: Resolved  (was: Patch Available)

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20374.01.patch, HIVE-20374.02.patch, 
> HIVE-20374.03.patch, HIVE-20374.04.patch, HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-23 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Attachment: HIVE-20374.04.patch

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20374.01.patch, HIVE-20374.02.patch, 
> HIVE-20374.03.patch, HIVE-20374.04.patch, HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-22 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Attachment: HIVE-20374.03.patch

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20374.01.patch, HIVE-20374.02.patch, 
> HIVE-20374.03.patch, HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-22 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Attachment: HIVE-20374.02.patch

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20374.01.patch, HIVE-20374.02.patch, 
> HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-21 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Attachment: HIVE-20374.01.patch

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20374.01.patch, HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-21 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Fix Version/s: 4.0.0
   Status: Patch Available  (was: Open)

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-21 Thread Laszlo Pinter (JIRA)


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

Laszlo Pinter updated HIVE-20374:
-
Attachment: HIVE-20374.patch

> Write Hive version information to Parquet footer
> 
>
> Key: HIVE-20374
> URL: https://issues.apache.org/jira/browse/HIVE-20374
> Project: Hive
>  Issue Type: Improvement
>Reporter: Zoltan Ivanfi
>Assignee: Laszlo Pinter
>Priority: Major
> Attachments: HIVE-20374.patch
>
>
> PARQUET-352 added support for the "writer.model.name" property in the Parquet 
> metadata to identify the object model (application) that wrote the file.
> The easiest way to write this property is by overriding getName() of 
> org.apache.parquet.hadoop.api.WriteSupport. In Hive, this would mean adding 
> getName() to the 
> org.apache.hadoop.hive.ql.io.parquet.write.DataWritableWriteSupport class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)