steveloughran commented on pull request #2480:
URL: https://github.com/apache/hadoop/pull/2480#issuecomment-731588242
3 checkstyles
```
./hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/InMemoryBlockBlobStore.java:29:import
static org.junit.Assert.assertNotNull;:15: Unused import -
org.junit.Assert.assertNotNull. [UnusedImports]
./hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/MockStorageInterface.java:29:import
java.net.URLEncoder;:8: Unused import - java.net.URLEncoder. [UnusedImports]
./hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/MockStorageInterface.java:41:import
org.apache.hadoop.fs.Path;:8: Unused import - org.apache.hadoop.fs.Path.
[UnusedImports]
```
Results from test with wasb set to require https were a failure -even for
the mock stuff. Won't worry about that here
```
[ERROR]
testDeleteSucceedsForParentDirectoryOwnerUserWithStickybit(org.apache.hadoop.fs.azure.TestNativeAzureFileSystemAuthorization)
Time elapsed: 0.025 s <<< ERROR!
com.microsoft.azure.storage.StorageException: The account being accessed
does not support http.
at
com.microsoft.azure.storage.StorageException.translateException(StorageException.java:87)
at
com.microsoft.azure.storage.core.StorageRequest.materializeException(StorageRequest.java:315)
at
com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:185)
```
----------------------------------------------------------------
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]