[ https://issues.apache.org/jira/browse/HIVE-14554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427358#comment-15427358 ]
Sergio Peña commented on HIVE-14554: ------------------------------------ The best solution is to switch to dependency model, but that is not a trivial task. We're working on that to make the move. Another quick solution is to add a checksum file to the spark assembly file. Then hive will download the checksum, and compare it against the local checksum file. If they're different, then it will download the spark-assembly, otherwise it just uses the local. I like this approach more. > Hive ptest should delete the itests/thirdparty directory everytime it builds > hive > --------------------------------------------------------------------------------- > > Key: HIVE-14554 > URL: https://issues.apache.org/jira/browse/HIVE-14554 > Project: Hive > Issue Type: Task > Components: Testing Infrastructure > Reporter: Sergio Peña > Assignee: Sergio Peña > > The {{itests/thridparty}} directory is created by hive on spark when > downloading the spark-assembly file. Hive ptest should delete this directory > everytime it runs a new set of tests to avoid conflicts when a new spark > tarball is submitted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)