[
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> [nj...@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