[ 
https://issues.apache.org/jira/browse/PIG-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854740#action_12854740
 ] 

Ashutosh Chauhan commented on PIG-1229:
---------------------------------------

You  can get rid of this stack-trace by overriding 
relToAbsPathForStoreLocation() of StoreFunc which DBStorage extends and turning 
it into no-op. Since, DB location is always absolute, there is no need of 
default behavior which is there in StoreFunc.  

For DataType.find() I found even PigStorage does the same, so this patch is no 
worse then PigStorage in that way.

> allow pig to write output into a JDBC db
> ----------------------------------------
>
>                 Key: PIG-1229
>                 URL: https://issues.apache.org/jira/browse/PIG-1229
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>            Reporter: Ian Holsman
>            Assignee: Ankur
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: jira-1229-v2.patch
>
>
> UDF to store data into a DB

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to