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
@ -550,4 +551,4 @@ The last major point to note in the example is the `sqlContext.sql` function, wh
allows the user to ask their questions in SQL which will be pushed down to the
DefaultSource code in the HBase-Spark module. The result of this command will be
a DataFrame with the Schema of KEY_FIELD and B_FIELD.
====
====