steveloughran commented on pull request #2732: URL: https://github.com/apache/hadoop/pull/2732#issuecomment-799570184
And abfs ``` cureDistCp [ERROR] testDistCpWithIterator(org.apache.hadoop.fs.azurebfs.contract.ITestAbfsFileSystemContractSecureDistCp) Time elapsed: 504.938 s <<< ERROR! java.io.FileNotFoundException: Operation failed: "The specified path does not exist.", 404, GET, https://stevelukwest.dfs.core.windows.net/stevel-testing?upn=false&resource=filesystem&maxResults=5000&directory=Users/stevel/Hadoop/commit/apache-hadoop/hadoop-tools/hadoop-azure/target/test-dir/ITestAbfsFileSystemContractSecureDistCp/testDistCpWithIterator/local/dest&timeout=90&recursive=false, PathNotFound, "The specified path does not exist. RequestId:45fc14b7-f01f-002c-2db9-19d834000000 Time:2021-03-15T16:34:00.9374305Z" at org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.checkException(AzureBlobFileSystem.java:1177) at org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.listStatus(AzureBlobFileSystem.java:407) at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1971) at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:2013) at org.apache.hadoop.fs.FileSystem$4.<init>(FileSystem.java:2179) at org.apache.hadoop.fs.FileSystem.listLocatedStatus(FileSystem.java:2178) at org.apache.hadoop.fs.FileSystem.listLocatedStatus(FileSystem.java:2161) at org.apache.hadoop.fs.FileSystem$5.<init>(FileSystem.java:2287) at org.apache.hadoop.fs.FileSystem.listFiles(FileSystem.java:2284) at org.apache.hadoop.tools.contract.AbstractContractDistCpTest.testDistCpWithIterator(AbstractContractDistCpTest.java:622) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: Operation failed: "The specified path does not exist.", 404, GET, https://stevelukwest.dfs.core.windows.net/stevel-testing?upn=false&resource=filesystem&maxResults=5000&directory=Users/stevel/Hadoop/commit/apache-hadoop/hadoop-tools/hadoop-azure/target/test-dir/ITestAbfsFileSystemContractSecureDistCp/testDistCpWithIterator/local/dest&timeout=90&recursive=false, PathNotFound, "The specified path does not exist. RequestId:45fc14b7-f01f-002c-2db9-19d834000000 Time:2021-03-15T16:34:00.9374305Z" at org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation.execute(AbfsRestOperation.java:199) at org.apache.hadoop.fs.azurebfs.services.AbfsClient.listPath(AbfsClient.java:229) at org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.listStatus(AzureBlobFileSystemStore.java:907) at org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.listStatus(AzureBlobFileSystemStore.java:877) at org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.listStatus(AzureBlobFileSystemStore.java:859) at org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.listStatus(AzureBlobFileSystem.java:404) ... 24 more [INFO] [INFO] Results: ``` So -1 on the tests there. And ideally, it's time to see if you can sort out some AWS and/or azure credentials. Even testing against a minio docker image would be a good initial starting point ---------------------------------------------------------------- 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]
