From 7d3c47dd63fe3cb09a74505d860bcf5bc3967c6c Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Tue, 26 Jul 2016 22:34:05 +0100 Subject: Sync markdown with generated HTML according to what latest jekyll outputs; fix some markdown problems along the way --- sql/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/index.md') diff --git a/sql/index.md b/sql/index.md index 19b28b041..6978863ac 100644 --- a/sql/index.md +++ b/sql/index.md @@ -28,7 +28,7 @@ subproject: SQL
context = HiveContext(sc)
results = context.sql(
  "SELECT * FROM people")
- names = results.map(lambda p: p.name)
+ names = results.map(lambda p: p.name)
Apply functions to results of SQL queries.
-- cgit v1.2.3