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

Ashutosh Chauhan commented on HIVE-5231:
----------------------------------------

I think reason for deletejar.q failing is earlier TestSerDe.jar was not in ant 
test classpath. In testcase add jar command was loading classes from jar in 
thread's classloader but not in default classloader. But now with TestSerDe in 
default classloader remove jar is not able to unload classes from classloader. 
I think fix will be to compile testSerde but don't add it in classpath.
                
> Remove TestSerDe.jar from data/files
> ------------------------------------
>
>                 Key: HIVE-5231
>                 URL: https://issues.apache.org/jira/browse/HIVE-5231
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.11.0
>            Reporter: Hari Sankar Sivarama Subramaniyan
>            Assignee: Hari Sankar Sivarama Subramaniyan
>         Attachments: HIVE-5231.1.patch.txt
>
>
> TestSerDe.jar should be removed from data/files. Even though, TestSerDe.java 
> is present in ql/src/test/org/apache/hadoop/hive/serde2/TestSerDe.java, this 
> is never compiled during build process. The jar file should be created as 
> part of build process for testing purpose rather than using a hard-coded jar 
> file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to