Spark - Project - Apache log parsing - Find HTTP codes

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.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...