[ 
https://issues.apache.org/jira/browse/HADOOP-16832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mukund Thakur updated HADOOP-16832:
-----------------------------------
    Description: 
When I tried running the S3 guard tests using my IDE, they were getting skipped 
saying s3 guard is not enabled. To enable S3 guard test you have to configure 
the following property in auth-keys.xml

<property>
 <name>fs.s3a.s3guard.test.enabled</name>
 <value>true</value>
</property>

Once you have done this tests will still get skipped saying "Test only applies 
when DynamoDB is used for S3Guard Store"

To configure dynamo db you have  to set this property in auth-keys.xml

<property>
 <name>fs.s3a.s3guard.test.implementation</name>
 <value>dynamo</value>
</property>

 

> Add required parameters to be set in testing doc for S3Guard testing.
> ---------------------------------------------------------------------
>
>                 Key: HADOOP-16832
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16832
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs/s3
>    Affects Versions: 3.2.1
>            Reporter: Mukund Thakur
>            Priority: Major
>
> When I tried running the S3 guard tests using my IDE, they were getting 
> skipped saying s3 guard is not enabled. To enable S3 guard test you have to 
> configure the following property in auth-keys.xml
> <property>
>  <name>fs.s3a.s3guard.test.enabled</name>
>  <value>true</value>
> </property>
> Once you have done this tests will still get skipped saying "Test only 
> applies when DynamoDB is used for S3Guard Store"
> To configure dynamo db you have  to set this property in auth-keys.xml
> <property>
>  <name>fs.s3a.s3guard.test.implementation</name>
>  <value>dynamo</value>
> </property>
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to