[jira] [Commented] (HIVE-2840) INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-2840:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-2840: INPUT__FILE__NAME virtual column returns unqualified paths on 
Hadoop 0.23 (Carl Steinbach via hashutosh) (Revision 1298042)

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


 INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23
 -

 Key: HIVE-2840
 URL: https://issues.apache.org/jira/browse/HIVE-2840
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Carl Steinbach
Assignee: Carl Steinbach
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2840.D2127.1.patch, 
 HIVE-2840.D2127.1.patch




--
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-2840) INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23

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

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

Phabricator commented on HIVE-2840:
---

ashutoshc has accepted the revision HIVE-2840 [jira] INPUT__FILE__NAME virtual 
column returns unqualified paths on Hadoop 0.23.

  +1. Will commit if tests pass.

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

BRANCH
  HIVE-2840-input-file-name


 INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23
 -

 Key: HIVE-2840
 URL: https://issues.apache.org/jira/browse/HIVE-2840
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Carl Steinbach
Assignee: Carl Steinbach
 Attachments: HIVE-2840.D2127.1.patch, HIVE-2840.D2127.1.patch




--
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-2840) INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23

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

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

Hudson commented on HIVE-2840:
--

Integrated in Hive-trunk-h0.21 #1297 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1297/])
HIVE-2840: INPUT__FILE__NAME virtual column returns unqualified paths on 
Hadoop 0.23 (Carl Steinbach via hashutosh) (Revision 1298042)

 Result = SUCCESS
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1298042
Files : 
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/HiveContextAwareRecordReader.java


 INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23
 -

 Key: HIVE-2840
 URL: https://issues.apache.org/jira/browse/HIVE-2840
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Carl Steinbach
Assignee: Carl Steinbach
 Fix For: 0.9.0

 Attachments: HIVE-2840.D2127.1.patch, HIVE-2840.D2127.1.patch




--
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-2840) INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23

2012-03-05 Thread Carl Steinbach (Commented) (JIRA)

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

Carl Steinbach commented on HIVE-2840:
--

On 0.20.1 the values generated by the INPUT__FILE__NAME virtual column are 
fully qualified:

{noformat}
hive SELECT INPUT__FILE__NAME FROM src LIMIT 1;
file:/user/hive/warehouse/src/kv1.txt
{noformat}

However, the same query on 0.23.1 produces unqualified results:

{noformat}
hive SELECT INPUT__FILE__NAME FROM src LIMIT 1;
/user/hive/warehouse/src/kv1.txt
{noformat}


 INPUT__FILE__NAME virtual column returns unqualified paths on Hadoop 0.23
 -

 Key: HIVE-2840
 URL: https://issues.apache.org/jira/browse/HIVE-2840
 Project: Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Carl Steinbach
Assignee: Carl Steinbach



--
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