Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-16832

S3Guard testing doc: Add required parameters for S3Guard testing in IDE

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.1
    • None
    • fs/s3
    • None

    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>

       

      Attachments

        Issue Links

          Activity

            People

              mukund-thakur Mukund Thakur
              mukund-thakur Mukund Thakur
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: