Spark Storage UI
Click on Storage in the top of the web page to see the Storage UI:
You will notice that there are no RDDs that show up for now since we have not persisted/cached an RDD to memory.
Later in this lab when you persist an RDD to memory, you will actually see an RDD listed on this page.