amplab / training

Training materials for Strata, AMP Camp, etc
150 stars 121 forks source link

"scala> pagecounts.count" does not take a while #199

Closed sbenthall closed 8 years ago

sbenthall commented 8 years ago

The instructions in "Data Exploration" warn that "Let’s see how many records in total are in this data set (this command will take a while, so read ahead while it is running)."

scala> pagecounts.count

For me this code executes quickly and does not take a while