dongjoon-hyun commented on pull request #29042: URL: https://github.com/apache/spark/pull/29042#issuecomment-655682053
4 failures in `org.apache.hadoop.io.nativeio.NativeIO$POSIX.stat`. It seems Hadoop 3.0 bug on Windows OS. ``` == testthat results =========================================================== 2086[ OK: 13 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ] 2087v | OK F W S | Context 2088v | 11 | binary functions [35.6 s] 2089x | 0 4 | functions on binary files [7.6 s] 2090-------------------------------------------------------------------------------- 2091test_binaryFile.R:34: error: saveAsObjectFile()/objectFile() following textFile() works 2092java.lang.UnsatisfiedLinkorg.apache.hadoop.io.nativeio.NativeIO$POSIX.stat(Ljava/lang/String;)Lorg/apache/hadoop/io/nativeio/NativeIO$POSIX$Stat; 2093 at org.apache.hadoop.io.nativeio.NativeIO$POSIX.stat(Native Method) 2094 at org.apache.hadoop.io.nativeio.NativeIO$POSIX.getStat(NativeIO.java:460) 2095 ``` ---------------------------------------------------------------- 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]
