From c2f21d88981789fe3366f2c4040445aeff5bf083 Mon Sep 17 00:00:00 2001 From: Sasaki Toru Date: Thu, 11 Feb 2016 09:30:36 +0000 Subject: [SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.template In spark-env.sh.template, there are multi-byte characters, this PR will remove it. Author: Sasaki Toru Closes #11149 from sasakitoa/remove_multibyte_in_sparkenv. --- sql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/README.md') diff --git a/sql/README.md b/sql/README.md index a13bdab6d4..9ea271d33d 100644 --- a/sql/README.md +++ b/sql/README.md @@ -5,7 +5,7 @@ This module provides support for executing relational queries expressed in eithe Spark SQL is broken up into four subprojects: - Catalyst (sql/catalyst) - An implementation-agnostic framework for manipulating trees of relational operators and expressions. - - Execution (sql/core) - A query planner / execution engine for translating Catalyst’s logical query plans into Spark RDDs. This component also includes a new public interface, SQLContext, that allows users to execute SQL or LINQ statements against existing RDDs and Parquet files. + - Execution (sql/core) - A query planner / execution engine for translating Catalyst's logical query plans into Spark RDDs. This component also includes a new public interface, SQLContext, that allows users to execute SQL or LINQ statements against existing RDDs and Parquet files. - Hive Support (sql/hive) - Includes an extension of SQLContext called HiveContext that allows users to write queries using a subset of HiveQL and access data from a Hive Metastore using Hive SerDes. There are also wrappers that allows users to run queries that include Hive UDFs, UDAFs, and UDTFs. - HiveServer and CLI support (sql/hive-thriftserver) - Includes support for the SQL CLI (bin/spark-sql) and a HiveServer2 (for JDBC/ODBC) compatible server. -- cgit v1.2.3