You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/03/21 19:58:25 UTC

[jira] [Commented] (HIVE-11887) spark tests break the build on a shared machine

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

Sergey Shelukhin commented on HIVE-11887:
-----------------------------------------

This also breaks HiveQA occasionally:
{noformat}
     [exec] + sed '/package /d' /home/hiveptest/54.166.14.147-hiveptest-0/apache-github-source-source/itests/../contrib/src/java/org/apache/hadoop/hive/contrib/udf/example/UDFExampleAdd.java
     [exec] + javac -cp /home/hiveptest/54.166.14.147-hiveptest-0/maven/org/apache/hive/hive-exec/2.1.0-SNAPSHOT/hive-exec-2.1.0-SNAPSHOT.jar /tmp/UDFExampleAdd.java -d /tmp
     [exec] error: error reading /tmp/UDFExampleAdd.java; /tmp/UDFExampleAdd.java (No such file or directory)
     [exec] 1 error
     [exec] + jar -cf /tmp/udfexampleadd-1.0.jar -C /tmp UDFExampleAdd.class
     [exec] /tmp/UDFExampleAdd.class : no such file or directory
{noformat}
In some JIRA.
I am going to submit a patch to remove this jar for the time being, and disable tests that depend on it if it's not too many. It can be restored in some acceptable manner.

> spark tests break the build on a shared machine
> -----------------------------------------------
>
>                 Key: HIVE-11887
>                 URL: https://issues.apache.org/jira/browse/HIVE-11887
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-11887.patch
>
>
> Spark download creates UDFExampleAdd jar in /tmp; when building on a shared machine, someone else's jar from a build prevents this jar from being created (I have no permissions to this file because it was created by a different user) and the build fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)