change wiki link after code restructuring
This commit is contained in:
parent
ce2f8eace7
commit
27fa496c66
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -55,13 +55,13 @@ RDD[..] --transform-->RDD[ndarray, ndarray].map(Sample.from_ndarray(features, la
|
|||
|
||||
## Run python test
|
||||
* Package Scala code by: ```$BigDL_HOME/make-dist.sh```
|
||||
* Set SPARK_HOME and then run: ```$BigDL_HOME/dl/src/main/python/dev/run-all.sh```
|
||||
* Set SPARK_HOME and then run: ```$BigDL_HOME/pyspark/dev/run-all.sh```
|
||||
|
||||
## Installing on Ubuntu
|
||||
1. Build BigDL
|
||||
[Build Page](https://github.com/intel-analytics/BigDL/wiki/Build-Page)
|
||||
* With Spark1.6: ``` $BIGDL_HOME//make-dist.sh ```
|
||||
* With Spark2.0: ``` $BIGDL_HOME//make-dist.sh -P spark_2.0 ```
|
||||
* With Spark1.6: ``` $BIGDL_HOME/make-dist.sh ```
|
||||
* With Spark2.0: ``` $BIGDL_HOME/make-dist.sh -P spark_2.0 ```
|
||||
|
||||
2. Install python dependensies:
|
||||
* Installing Numpy:
|
||||
|
|
@ -90,12 +90,12 @@ RDD[..] --transform-->RDD[ndarray, ndarray].map(Sample.from_ndarray(features, la
|
|||
--executor-cores 10 \
|
||||
--executor-memory 20g \
|
||||
--conf spark.akka.frameSize=64 \
|
||||
--py-files ${PYTHON_API_ZIP_PATH},${BigDL_HOME}/dl/src/main/python/models/lenet/lenet5.py \
|
||||
--py-files ${PYTHON_API_ZIP_PATH},${BigDL_HOME}/pyspark/bigdl/models/lenet/lenet5.py \
|
||||
--properties-file ${BigDL_HOME}/dist/conf/spark-bigdl.conf \
|
||||
--jars ${BigDL_JAR_PATH} \
|
||||
--conf spark.driver.extraClassPath=${BigDL_JAR_PATH} \
|
||||
--conf spark.executor.extraClassPath=bigdl-0.1.0-SNAPSHOT-jar-with-dependencies.jar \
|
||||
${BigDL_HOME}/dl/src/main/python/models/lenet/lenet5.py
|
||||
${BigDL_HOME}/pyspark/bigdl/models/lenet/lenet5.py
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue