Spark Project - Log Parsing

5 / 5

Problem 4 -

Write Spark code to find out unique HTTP codes returned by the server along with count (this information is helpful for DevOps team to find out how many requests are failing so that appropriate action can be taken to fix the issue)

Sample output -

    HTTP code - Count

    200 - 15400
    404 - 324

Note - If you are stuck, please take inspiration from this solution by one of our students.

Question - How many times HTTP code 403 is returned?


Note - Having trouble with the assessment engine? Follow the steps listed here


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...