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

Apache Spark commented on SPARK-6547:
-------------------------------------

User 'zzcclp' has created a pull request for this issue:
https://github.com/apache/spark/pull/5200

> Missing import Files in InsertIntoHiveTableSuite.scala
> ------------------------------------------------------
>
>                 Key: SPARK-6547
>                 URL: https://issues.apache.org/jira/browse/SPARK-6547
>             Project: Spark
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 1.4.0
>            Reporter: Zhichao  Zhang
>            Priority: Minor
>
> missing import Files, build error as follows:
> {quote}
> [error] 
> /opt/spark-master/sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala:201:
>  
> not found: value Files
> [error] val tmpDir = Files.createTempDir()
> {quote}
> use *val tmpDir = Utils.createTempDir()*.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to