aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorRohit Agarwal <mindprince@gmail.com>2015-11-09 13:28:00 +0100
committerSean Owen <sowen@cloudera.com>2015-11-09 13:28:00 +0100
commitb541b31630b1b85b48d6096079d073ccf46a62e8 (patch)
tree2efb99acc5bccdf7bca639bdc11f6856adce39ea /docs/sql-programming-guide.md
parent9e48cdfbdecc9554a425ba35c0252910fd1e8faa (diff)
downloadspark-b541b31630b1b85b48d6096079d073ccf46a62e8.tar.gz
spark-b541b31630b1b85b48d6096079d073ccf46a62e8.tar.bz2
spark-b541b31630b1b85b48d6096079d073ccf46a62e8.zip
[DOC][MINOR][SQL] Fix internal link
It doesn't show up as a hyperlink currently. It will show up as a hyperlink after this change. Author: Rohit Agarwal <mindprince@gmail.com> Closes #9544 from mindprince/patch-2.
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 52e03b951f..ccd2690432 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -2287,7 +2287,7 @@ Several caching related features are not supported yet:
Spark SQL is designed to be compatible with the Hive Metastore, SerDes and UDFs.
Currently Hive SerDes and UDFs are based on Hive 1.2.1,
and Spark SQL can be connected to different versions of Hive Metastore
-(from 0.12.0 to 1.2.1. Also see http://spark.apache.org/docs/latest/sql-programming-guide.html#interacting-with-different-versions-of-hive-metastore).
+(from 0.12.0 to 1.2.1. Also see [Interacting with Different Versions of Hive Metastore] (#interacting-with-different-versions-of-hive-metastore)).
#### Deploying in Existing Hive Warehouses