HBASE-15572 Adding optional timestamp semantics to HBase-Spark; ADDENDUM TO FIX DOC FORMATTING ISSUE (Misty)

This commit is contained in:
stack 2016-04-22 14:06:30 -07:00
parent 106fe99a9a
commit 36e4033ded
1 changed files with 2 additions and 1 deletions

View File

@ -429,6 +429,7 @@ After loading df DataFrame, users can query data.
df.registerTempTable("table")
sqlContext.sql("select count(col1) from table").show
----
====
=== Predicate Push Down