[ 
https://issues.apache.org/jira/browse/HADOOP-18344?focusedWorklogId=795989&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-795989
 ]

ASF GitHub Bot logged work on HADOOP-18344:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jul/22 08:35
            Start Date: 28/Jul/22 08:35
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on code in PR #4637:
URL: https://github.com/apache/hadoop/pull/4637#discussion_r931937781


##########
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md:
##########
@@ -1274,6 +1282,21 @@ bin/hadoop s3guard markers -clean -verbose $BUCKET
 # expect success and exit code of 0
 bin/hadoop s3guard markers -audit -verbose $BUCKET
 
+# ---------------------------------------------------
+# Copy to from local
+# ---------------------------------------------------
+
+time bin/hadoop fs -copyFromLocal -t 10  share/hadoop/tools/lib/*aws*jar 
$BUCKET/
+
+# expect the iostatistics object_list_request value to be O(directories)
+bin/hadoop fs -ls -R $BUCKET/
+
+# expect the iostatistics object_list_request and op_get_content_summary 
values to be 1 

Review Comment:
   fixed that last night; will push and then merge





Issue Time Tracking
-------------------

    Worklog Id:     (was: 795989)
    Time Spent: 3h 20m  (was: 3h 10m)

> AWS SDK update to 1.12.262 to address jackson  CVE-2018-7489
> ------------------------------------------------------------
>
>                 Key: HADOOP-18344
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18344
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.4.0, 3.3.4
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
>  yet another jackson CVE in aws sdk
> https://github.com/apache/hadoop/pull/4491/commits/5496816b472473eb7a9c174b7d3e69b6eee1e271
> maybe we need to have a list of all shaded jackson's we get on the CP and 
> have a process of upgrading them all at the same time



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to