From 89d4d3f69bbcb4765caceccf88a17f751fff2892 Mon Sep 17 00:00:00 2001 From: sourav-mazumder Date: Wed, 22 Nov 2017 10:05:11 -0800 Subject: [PATCH] Small change in build instrcution --- spark-datasource-rest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-datasource-rest/README.md b/spark-datasource-rest/README.md index 33c280f..2424ae7 100644 --- a/spark-datasource-rest/README.md +++ b/spark-datasource-rest/README.md @@ -17,7 +17,7 @@ This library depends on [scalaj_http](https://github.com/scalaj/scalaj-http) pac ## Building the jar file -Clone/Download this repository in your local system. Go the parent folder (the one which has 'spark-datasource-rest' as one of the sub folders). From the parent older run the command below. This command will create a 'target' folder under the folder 'spark-datasource-rest'. The 'target' folder would have the spark-datasource-rest_2.11-2.1.0-SNAPSHOT.jar which now you can use with any Spark cluster. +Clone/Download the master repository (Data-Science-Extensions) in your local system. Go the parent folder (the one which has 'spark-datasource-rest' as one of the sub folders). From the parent older run the command below. This command will create a 'target' folder under the folder 'spark-datasource-rest'. The 'target' folder would have the spark-datasource-rest_2.11-2.1.0-SNAPSHOT.jar which now you can use with any Spark cluster. ``` mvn clean install -pl spark-datasource-rest -DskipTests -Dscalastyle.skip=true