[jira] [Commented] (HIVE-2898) Add nicer helper functions for adding and reading metadata from RCFiles

2013-01-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547863#comment-13547863
 ] 

Hudson commented on HIVE-2898:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-2898: Add nicer helper functions for adding and reading metadata from 
RCFiles (Owen Omalley via Ashutosh Chauhan) (Revision 1306464)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1306464
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/io/TestRCFile.java


 Add nicer helper functions for adding and reading metadata from RCFiles
 ---

 Key: HIVE-2898
 URL: https://issues.apache.org/jira/browse/HIVE-2898
 Project: Hive
  Issue Type: New Feature
  Components: Serializers/Deserializers
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2898.D2433.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2898.D2433.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2898.D2433.3.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2898.D2433.4.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2898.D2433.5.patch


 Currently, to use the metadata in RCFile, you need to manipulate it using 
 SequenceFile.Metadata. I'd like to add two helper functions that make it more 
 convenient.

--
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] [Commented] (HIVE-2898) Add nicer helper functions for adding and reading metadata from RCFiles

2012-03-28 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13240907#comment-13240907
 ] 

Hudson commented on HIVE-2898:
--

Integrated in Hive-trunk-h0.21 #1338 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1338/])
HIVE-2898: Add nicer helper functions for adding and reading metadata from 
RCFiles (Owen Omalley via Ashutosh Chauhan) (Revision 1306464)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1306464
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/io/TestRCFile.java


 Add nicer helper functions for adding and reading metadata from RCFiles
 ---

 Key: HIVE-2898
 URL: https://issues.apache.org/jira/browse/HIVE-2898
 Project: Hive
  Issue Type: New Feature
  Components: Serializers/Deserializers
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Fix For: 0.9.0

 Attachments: HIVE-2898.D2433.1.patch, HIVE-2898.D2433.2.patch, 
 HIVE-2898.D2433.3.patch, HIVE-2898.D2433.4.patch, HIVE-2898.D2433.5.patch


 Currently, to use the metadata in RCFile, you need to manipulate it using 
 SequenceFile.Metadata. I'd like to add two helper functions that make it more 
 convenient.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2898) Add nicer helper functions for adding and reading metadata from RCFiles

2012-03-27 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13239210#comment-13239210
 ] 

Phabricator commented on HIVE-2898:
---

ashutoshc has requested changes to the revision HIVE-2898 [jira] Add nicer 
helper functions for adding and reading metadata from RCFiles.

INLINE COMMENTS
  ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java:545 Should this be named 
createMetaData()?
  ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java:1215 This is not 
returning string to string map, rather just Text.
  ql/src/java/org/apache/hadoop/hive/ql/io/RCFile.java:1219 Should this be 
named getMetadataValueOf() ?

REVISION DETAIL
  https://reviews.facebook.net/D2433

BRANCH
  h-2898


 Add nicer helper functions for adding and reading metadata from RCFiles
 ---

 Key: HIVE-2898
 URL: https://issues.apache.org/jira/browse/HIVE-2898
 Project: Hive
  Issue Type: New Feature
  Components: Serializers/Deserializers
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: HIVE-2898.D2433.1.patch, HIVE-2898.D2433.2.patch, 
 HIVE-2898.D2433.3.patch, HIVE-2898.D2433.4.patch


 Currently, to use the metadata in RCFile, you need to manipulate it using 
 SequenceFile.Metadata. I'd like to add two helper functions that make it more 
 convenient.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2898) Add nicer helper functions for adding and reading metadata from RCFiles

2012-03-27 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13239917#comment-13239917
 ] 

Phabricator commented on HIVE-2898:
---

ashutoshc has accepted the revision HIVE-2898 [jira] Add nicer helper 
functions for adding and reading metadata from RCFiles.

  +1

REVISION DETAIL
  https://reviews.facebook.net/D2433

BRANCH
  h-2898


 Add nicer helper functions for adding and reading metadata from RCFiles
 ---

 Key: HIVE-2898
 URL: https://issues.apache.org/jira/browse/HIVE-2898
 Project: Hive
  Issue Type: New Feature
  Components: Serializers/Deserializers
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: HIVE-2898.D2433.1.patch, HIVE-2898.D2433.2.patch, 
 HIVE-2898.D2433.3.patch, HIVE-2898.D2433.4.patch, HIVE-2898.D2433.5.patch


 Currently, to use the metadata in RCFile, you need to manipulate it using 
 SequenceFile.Metadata. I'd like to add two helper functions that make it more 
 convenient.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2898) Add nicer helper functions for adding and reading metadata from RCFiles

2012-03-23 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13236776#comment-13236776
 ] 

Phabricator commented on HIVE-2898:
---

omalley has abandoned the revision HIVE-2898 [jira] Add nicer helper functions 
for adding and reading metadata from RCFiles.

  This should have merged with the previous one.

REVISION DETAIL
  https://reviews.facebook.net/D2439


 Add nicer helper functions for adding and reading metadata from RCFiles
 ---

 Key: HIVE-2898
 URL: https://issues.apache.org/jira/browse/HIVE-2898
 Project: Hive
  Issue Type: New Feature
  Components: Serializers/Deserializers
Reporter: Owen O'Malley
Assignee: Owen O'Malley
 Attachments: HIVE-2898.D2433.1.patch, HIVE-2898.D2439.1.patch


 Currently, to use the metadata in RCFile, you need to manipulate it using 
 SequenceFile.Metadata. I'd like to add two helper functions that make it more 
 convenient.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira