You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/04/13 00:30:51 UTC

[jira] Created: (HIVE-1302) descrieb parse_url throws an error

descrieb parse_url throws an error
----------------------------------

                 Key: HIVE-1302
                 URL: https://issues.apache.org/jira/browse/HIVE-1302
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
             Fix For: 0.6.0


descHive history file=/tmp/njain/hive_job_log_njain_201004121528_1840617354.txt
hive> describe parse_url;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
hive> describe extended parse_url;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
hive> [njain@dev029 clientpositive]$ 

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

        

[jira] Commented: (HIVE-1302) describe parse_url throws an error

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856264#action_12856264 ] 

Carl Steinbach commented on HIVE-1302:
--------------------------------------

It works for me:

{code}
hive> describe function parse_url;
describe function parse_url;
OK
parse_url(url, partToExtract[, key]) - extracts a part from a URL
Time taken: 1.09 seconds
{code}

Is the point that "describe <tablename>" should return a friendlier error message
when <tablename> does not exist, e.g. "Table <tablename> does not exist"?




> describe parse_url throws an error
> ----------------------------------
>
>                 Key: HIVE-1302
>                 URL: https://issues.apache.org/jira/browse/HIVE-1302
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>             Fix For: 0.6.0
>
>
> descHive history file=/tmp/njain/hive_job_log_njain_201004121528_1840617354.txt
> hive> describe parse_url;
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
> hive> describe extended parse_url;
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
> hive> [njain@dev029 clientpositive]$ 

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

        

[jira] Updated: (HIVE-1302) describe parse_url throws an error

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-1302:
-----------------------------

    Summary: describe parse_url throws an error  (was: descrieb parse_url throws an error)

> describe parse_url throws an error
> ----------------------------------
>
>                 Key: HIVE-1302
>                 URL: https://issues.apache.org/jira/browse/HIVE-1302
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>             Fix For: 0.6.0
>
>
> descHive history file=/tmp/njain/hive_job_log_njain_201004121528_1840617354.txt
> hive> describe parse_url;
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
> hive> describe extended parse_url;
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
> hive> [njain@dev029 clientpositive]$ 

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