liuxiaocs7 commented on issue #7101:
URL: https://github.com/apache/iceberg/issues/7101#issuecomment-1467749278

   > The Iceberg build doesn't officially support Windows. However, coud you 
maybe show why the tests are failing?
   
   According to the logs, there are mainly three modules that fail, they are:
   - iceberg-hive-metastore:test
   - iceberg-aliyun:test
   - iceberg-nessie:test
   
   Hive metastore failed tests:
   
![image](https://user-images.githubusercontent.com/42756849/224959255-16e5d2a6-7921-491b-9fc4-b5fa2f2776f9.png)
   
   some wrong stack are:
   
   ```
   java.lang.NullPointerException
        at 
org.apache.iceberg.hive.HiveMetastoreTest.stopMetastore(HiveMetastoreTest.java:79)
   
   java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.iceberg.hive.TestHiveMetastore
        at 
org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:50)
        at 
org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:46)
   
   java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.iceberg.hive.TestHiveMetastore
        at 
org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:50)
        at 
org.apache.iceberg.hive.TestHiveCommitLocks.startMetastore(TestHiveCommitLocks.java:87)
   ```
   
   ---
   
   Aliyun failed tests:
   
![image](https://user-images.githubusercontent.com/42756849/224959347-0432e356-fd1d-4061-a755-114f0af5d062.png)
   
   
   log:
   
   ```shell
   com.aliyun.oss.OSSException: The bucket you tried to delete is not empty. 
   [ErrorCode]: BucketNotEmpty
   [RequestId]: null
   [HostId]: null
   [ResponseError]:
   ```
   
   ---
   
   Nessie failed tests:
   
![image](https://user-images.githubusercontent.com/42756849/224959456-0b818d21-943a-42f0-9632-d6a401e22d46.png)
   
   
   ```shell
   java.nio.file.InvalidPathException: Illegal character [:] in path at index 
4: 
///C:/Users/LIUXIA~1/AppData/Local/Temp/junit1820669570277894084//test-ns/table1_4da0d827-b94c-4073-900d-070e34024f79/data/initial-data.avro
        at sun.nio.fs.WindowsPathParser.nextSlash(WindowsPathParser.java:212)
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:111)
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   ```
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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