Skip to content

Commit

Permalink
Merge pull request apache#10 from dashar/fix/YSPARK-1108
Browse files Browse the repository at this point in the history
[YSPARK-1108] Install shc-core in local repo for depenency resolution
  • Loading branch information
Dhruve Ashar authored and GitHub Enterprise committed Nov 12, 2018
2 parents 5a159bc + 9cb2ba0 commit 9aea2ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 9aea2ac

Please sign in to comment.