You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (Commented) (JIRA)" <ji...@apache.org> on 2012/03/06 05:17:06 UTC

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

    [ https://issues.apache.org/jira/browse/HIVE-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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