From 9cb2ba06ec692590d1d72b5ab777128f7e18c6bd Mon Sep 17 00:00:00 2001 From: Dhruve Ashar Date: Mon, 12 Nov 2018 10:36:35 -0600 Subject: [PATCH] [YSPARK-1108] Install shc-core in local repo for depenency resolution --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: ```