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

Rohini Palaniswamy commented on PIG-5317:
-----------------------------------------

{code}
dblocation = TMP_DIR + "batchtest";             
78              url = "jdbc:hsqldb:file:" + dblocation          
79                     + 
";hsqldb.default_table_type=cached;hsqldb.cache_rows=100";
{code}

Above dblocation which wrote to build/test is not used anymore and dbUrl is 
used. Where is the database now created? Need to ensure that it does not get 
created in the same directory as pig source and also it gets cleaned up at the 
end of the test or at least when ant clean is run like before. You might also 
want to keep the cached settings to make the test faster.

> Upgrade old dependencies: commons-lang, hsqldb, commons-logging
> ---------------------------------------------------------------
>
>                 Key: PIG-5317
>                 URL: https://issues.apache.org/jira/browse/PIG-5317
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Nandor Kollar
>            Assignee: Nandor Kollar
>            Priority: Minor
>         Attachments: PIG-5317_1.patch
>
>
> Pig depends on old version of commons-lang, hsqldb and commons-logging. It 
> would be nice to upgrade the version of these dependencies, for commons-lang 
> Pig should depend on commons-lang3 instead (which is already present in the 
> ivy.xml)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to