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

Rui Li commented on HIVE-15165:
-------------------------------

The code throwing this exception is
{code}
        val newDir = new File(localDirs(dirId), "%02x".format(subDirId))
        if (!newDir.exists() && !newDir.mkdir()) {
          throw new IOException(s"Failed to create local dir in $newDir.")
        }
{code}
I suspect the reason is we run out of space under /tmp, or somehow we failed to 
clean up. [~spena], do you know how much space we have under /tmp?

> Flaky test: TestSparkNegativeCliDriver
> --------------------------------------
>
>                 Key: HIVE-15165
>                 URL: https://issues.apache.org/jira/browse/HIVE-15165
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to