Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootsongjc/spark-on-k8s
Spark on kubernetes 中文文档 - https://jimmysong.io/spark-on-k8s
https://github.com/rootsongjc/spark-on-k8s
kubernetes spark
Last synced: 3 months ago
JSON representation
Spark on kubernetes 中文文档 - https://jimmysong.io/spark-on-k8s
- Host: GitHub
- URL: https://github.com/rootsongjc/spark-on-k8s
- Owner: rootsongjc
- License: apache-2.0
- Created: 2017-09-22T03:20:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T02:39:52.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T23:55:03.847Z (4 months ago)
- Topics: kubernetes, spark
- Language: CSS
- Homepage: https://jimmysong.io/spark-on-k8s
- Size: 3.82 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Spark on Kubernetes
Spark on Kubernetes 中文文档 https://jimmysong.io/spark-on-k8s/**本文档使用 Jekyll 构建**
### 文档构建指南
#### 环境要求
在 `spark-on-k8s` 目录下执行:```bash
$ gem install bundle
$ bundle install
```软件依赖通过 `Gemfile` 和 `Gemfile.lock` 声明,使用 bundler 管理,该命令将安装 jekyll 和编译时需要用到的插件。
#### 生成文档
```bash
$ jekyll build
```
## 启动Server```bash
$ jekyll server
```#### 增加新文档
直接在根目录添加 markdown 文件,请 metadata 格式要求。
主页的文档是 `index.md`。