Skip to content

Commit

Permalink
tispark: update user guide (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxGit authored Aug 28, 2018
1 parent 58d4905 commit 17e2bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tispark/tispark-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ category: tispark

# TiSpark 快速入门指南

为了让大家快速体验 [TiSpark](tispark-user-guide.md),通过 TiDB-Ansible 安装的 Pre-GA 或 master 版本 TiDB 集群中默认已集成 Spark、TiSpark jar 包及 TiSpark sample data。
为了让大家快速体验 [TiSpark](tispark-user-guide.md),通过 TiDB-Ansible 安装的 TiDB 集群中默认已集成 Spark、TiSpark jar 包及 TiSpark sample data。

## 部署信息
- Spark 默认部署在 TiDB 实例部署目录下 spark 目录中
- TiSpark jar 包默认部署在 Spark 部署目录 jars 文件夹下:

spark/jars/tispark-0.1.0-beta-SNAPSHOT-jar-with-dependencies.jar
spark/jars/tispark-SNAPSHOT-jar-with-dependencies.jar

- TiSpark sample data 及导入脚本默认部署在 TiDB-Ansible 目录下:

Expand Down Expand Up @@ -100,7 +100,7 @@ MySQL [TPCH_001]> show tables;

## 使用范例

假设您的 PD 节点 IP 为 192.168.0.2,端口 2379, 先进入 spark 部署目录启动 spark-shell:
进入 spark 部署目录启动 spark-shell:

```
$ cd spark
Expand Down

0 comments on commit 17e2bea

Please sign in to comment.