HBASE-15572 Adding optional timestamp semantics to HBase-Spark; ADDENDUM TO FIX DOC FORMATTING ISSUE (Misty)
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/36e4033d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/36e4033d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/36e4033d Branch: refs/heads/HBASE-14850 Commit: 36e4033dedfa3bf4f9ac5de35bb1c46334aa74c0 Parents: 106fe99 Author: stack <[email protected]> Authored: Fri Apr 22 14:06:30 2016 -0700 Committer: stack <[email protected]> Committed: Fri Apr 22 14:06:42 2016 -0700 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/spark.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/36e4033d/src/main/asciidoc/_chapters/spark.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/spark.adoc b/src/main/asciidoc/_chapters/spark.adoc index 22ed468..88918aa 100644 --- a/src/main/asciidoc/_chapters/spark.adoc +++ b/src/main/asciidoc/_chapters/spark.adoc @@ -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. -==== \ No newline at end of file +====
