This project has been developement on spark framework for analysis of youtube video data.
Given Youtube video data in the text file. You have to find out the answer of following question
-
List all the category from text file on which the Youtube video has been Uploaded. => Solution
-
Find Yout Top 10 rated Youtube videos. =>. => Solution
-
Find out the number of videos uploaded on each Category. => Solution
-
Number of uploaded video by each and every user. => Solution
-
Find out the Top 10 videos in each and every Category. => Solution
-
List of user who have uploaded the video on single and multiple Category. => Solution
Data has been saved in Youtube_Data.txt file. Each and every value has been seperated by tab ('\t'). The Description of the data is as follows.
Column 1: Video id of 11 characters.
Column 2: uploader of the video
Column 3: Interval between the day of establishment of Youtube and the date of uploading of the video.
Column 4: Category of the video.
Column 5: Length of the video.
Column 6: Number of views for the video.
Column 7: Rating on the video.
Column 8: Number of ratings given for the video
Column 9: Number of comments done on the videos.
Column 10: Related video ids with the uploaded video.