auctiondata.csv provided here contains the data related to the actions of few items. Here we are trying to get answers of following questions by using spark -
- What is first record of the RDD?
- What are first 5 record of the RDD?
- What is the total number of bids?
- What is the total number of distinct items that were auctioned?
- What is the total number of item types that were auctioned?
- What is the total number of bids per item type?
- What is the total number of bids per auction?
- Across all auctioned items, what is the max number of bids?
- Across all auctioned items, what is the minimum of bids?
- What is the average bid?