[ 
https://issues.apache.org/jira/browse/HADOOP-16529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913420#comment-16913420
 ] 

Gabor Bota commented on HADOOP-16529:
-------------------------------------

Note: a possible fix for this could be to add 
{code:java}
    conf.setBoolean(AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION, 
false);
{code}
to the constructor of the test class which extends 
{{AbstractAbfsIntegrationTest}}

> Allow AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION to be set from 
> abfs.xml property
> -------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-16529
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16529
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.3.0
>            Reporter: Gabor Bota
>            Assignee: Gabor Bota
>            Priority: Major
>
> In 
> org.apache.hadoop.fs.azurebfs.AbstractAbfsIntegrationTest#AbstractAbfsIntegrationTest
>  we do a
> {code:java}
>     
> abfsConfig.setBoolean(AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION, 
> true);
> {code}
> which is not good for some testcases (eg. HADOOP-16138) where we want to test 
> against a container that is not exist.
> A property should be added to be able to override this.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to