Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnudeepKonaboina authored Jul 30, 2021
1 parent 6ea56e2 commit d6c6a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can get started with spear using any of the below methods:

You can add spear-framework as dependency in your projects build.sbt file as show below
```commandline
libraryDependencies += "io.github.romans-weapon" % "spear-framework_2.12" % "3.1.1-1.0"
libraryDependencies += "io.github.romans-weapon" % "spear-framework_2.12" % "3.1.1-3.0"
```

Expand All @@ -74,15 +74,15 @@ Maven dependency for spear is shown below:
<dependency>
<groupId>io.github.romans-weapon</groupId>
<artifactId>spear-framework_2.12</artifactId>
<version>3.1.1-1.0</version>
<version>3.1.1-3.0</version>
</dependency>
```

### Spark shell package for Spear

You can also add it as a package while staring spark-shell along with other packages.
```commandline
spark-shell --packages "io.github.romans-weapon:spear-framework_2.12:3.1.1-1.0"
spark-shell --packages "io.github.romans-weapon:spear-framework_2.12:3.1.1-3.0"
```

### Docker container setup for Spear
Expand Down

0 comments on commit d6c6a84

Please sign in to comment.