本文将教大家怎样用10个步骤完成给Apache Spark贡献代码这个任务:)
到 Apache Spark 的github 页面内点击 fork 按钮 你的github帐户中会出现 spark 这个项目 本地电脑上, 使用 git clone [你的 spark repository 的 github 地址] 例如: git clone [email protected]:gchen/spark.git 本地得到一个叫 spark 的文件夹
| # fab tasks for creating a multi-node Cassandra cluster on a single machine. | |
| # | |
| # This script is very opinionated. It makes the following assumptions: | |
| # | |
| # - Your supervisor is systemd (this was tested on fedora-17) | |
| # - Cassandra is installed via the Datastax-supplied RPMs, which means there are | |
| # some naive assumptions about variables to be changed, such as paths. See below. | |
| # | |
| # Each instance consists of: | |
| # |
本文将教大家怎样用10个步骤完成给Apache Spark贡献代码这个任务:)
到 Apache Spark 的github 页面内点击 fork 按钮 你的github帐户中会出现 spark 这个项目 本地电脑上, 使用 git clone [你的 spark repository 的 github 地址] 例如: git clone [email protected]:gchen/spark.git 本地得到一个叫 spark 的文件夹