dongjoon-hyun commented on pull request #29387:
URL: https://github.com/apache/spark/pull/29387#issuecomment-681046808


   Ur, sorry, @Udbhav30 . It seems that Hadoop 2.7 doesn't have `getTrashRoot` 
inside `FileSystem`.
   ```
   [error] 
/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.7-hive-1.2/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:3119:
 value getTrashRoot is not a member of org.apache.hadoop.fs.FileSystem
   [error]         val trashRoot = fs.getTrashRoot(tablePath)
   [error]                            ^
   [error] 
/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.7-hive-1.2/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:3147:
 value getTrashRoot is not a member of org.apache.hadoop.fs.FileSystem
   [error]         val trashRoot = fs.getTrashRoot(tablePath)
   [error]                            ^
   [error] 
/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.7-hive-1.2/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:3170:
 value getTrashRoot is not a member of org.apache.hadoop.fs.FileSystem
   [error]         val trashRoot = fs.getTrashRoot(tablePath)
   [error]                            ^
   [warn] 
/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.7-hive-1.2/sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala:706:
 a pure expression does nothing in statement position; multiline expressions 
might require enclosing parentheses
   [warn]       q1
   [warn]       ^
   [warn] one warning found
   [error] three errors found
   [error] (sql/test:compileIncremental) Compilation failed
   [error] Total time: 262 s, completed Aug 26, 2020 10:50:44 AM
   ```
   
   I'll revert this first to recover Jenkins.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to