[
https://issues.apache.org/jira/browse/HAWQ-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goden Yao closed HAWQ-102.
--------------------------
Assignee: Goden Yao (was: Noa Horn)
> Remove "GPHD" in error message
> ------------------------------
>
> Key: HAWQ-102
> URL: https://issues.apache.org/jira/browse/HAWQ-102
> Project: Apache HAWQ
> Issue Type: Task
> Components: PXF
> Reporter: Goden Yao
> Assignee: Goden Yao
> Priority: Minor
>
> source: src/backend/access/external/libchurl.c
> "GPHD" is legacy name and should not appear in user error message.
> {code:java}
> bool handle_special_error(long response)
> {
> switch (response)
> {
> case 404:
> elog(ERROR, "GPHD component not found");
> break;
> default:
> return false;
> }
> return true;
> }
> {code}
> *Proposed Error Message*
> "PXF API encountered a HTTP 404 error. Either the PXF service (tomcat) on
> data node was not started or PXF webapp was not started."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)