diff --git a/README.md b/README.md index ad582d0ab9a4b..69d989db120d0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ spark-starter contains simple examples of using Spark. These simple examples sho #Running with Maven +Before creating a package: + +You will need to install the hortonworks Spark HBase Connector jar in your maven repository locally. + +``` + mvn install:install-file -Dfile=./lib/shc-core-1.1.2-2.2-s_2.11-SNAPSHOT.jar -DgroupId=com.hortonworks -DartifactId=shc-core -Dversion=1.0 -Dpackaging=jar +``` + To create a package: ```