Skip to content

Commit

Permalink
Merge pull request StarRocks#3 from jaogoy/jaogoy-patch-external_table
Browse files Browse the repository at this point in the history
update external table definition
  • Loading branch information
Dshadowzh authored Sep 8, 2021
2 parents ea857e3 + 8888a14 commit bc8cbb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions quick_start/Deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,26 @@

```Plain Text
StarRocks-XX-1.0.0
├── be  # BE目录
│   ├── bin
│   │   ├── start_be.sh # BE启动命令
│   │   └── stop_be.sh  # BE关闭命令
│   ├── conf
│   │   └── be.conf     # BE配置文件
│   ├── lib
│   │   ├── starrocks_be  # BE可执行文件
│   │   └── meta_tool
│   └── www
├── fe  # FE目录
│   ├── bin
│   │   ├── start_fe.sh # FE启动命令
│   │   └── stop_fe.sh  # FE关闭命令
│   ├── conf
│   │   └── fe.conf     # FE配置文件
│   ├── lib
│   │   ├── starrocks-fe.jar  # FE jar包
│   │   └── *.jar           # FE 依赖的jar包
│   └── webroot
└── udf
```

Expand Down
2 changes: 1 addition & 1 deletion using_starrocks/External_table.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 外部表

StarRocks 支持以外部表的形式,接入其他数据源。外部表指的是保存在其他数据源中的数据表。目前 StarRocks 已支持的第三方数据源包括 MySQL、HDFS、ElasticSearch、Hive。对这几种种数据源,**现阶段只支持读取,还不支持写入**
StarRocks 支持以外部表的形式,接入其他数据源。外部表指的是保存在其他数据源中的数据表,而 StartRocks 只保存表对应的元数据,并直接向外部表所在数据源发起查询。目前 StarRocks 已支持的第三方数据源包括 MySQL、HDFS、ElasticSearch、Hive。对这几种种数据源,**现阶段只支持读取,还不支持写入**

<br/>

Expand Down

0 comments on commit bc8cbb8

Please sign in to comment.