GravityLabs / HPaste

HBase DSL for Scala with MapReduce support
http://www.gravity.com/technology/
Apache License 2.0
127 stars 32 forks source link

Data Retrieval Query example should use Query2 #10

Open jiminoc opened 11 years ago

jiminoc commented 11 years ago

in the wiki under Data Retreival it's using the Query class, I'm assuming this should be updated to Query2 since Query is deprecated?

val dayViewsRes = ExampleSchema.ExampleTable.query.withKey(key).withColumnFamily(_.viewCountsByDay).single()