File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ using Maven by adding the following dependency information to your pom.xml file:
32
32
<dependency >
33
33
<groupId >amplab</groupId >
34
34
<artifactId >succinct-core</artifactId >
35
- <version >0.1.7 </version >
35
+ <version >0.1.8 </version >
36
36
</dependency >
37
37
```
38
38
@@ -55,7 +55,7 @@ library using Apache Maven by adding the following dependency information to you
55
55
<dependency >
56
56
<groupId >amplab</groupId >
57
57
<artifactId >succinct-spark</artifactId >
58
- <version >0.1.7 </version >
58
+ <version >0.1.8 </version >
59
59
</dependency >
60
60
```
61
61
@@ -67,13 +67,13 @@ for spark-submit and Maven instructions):
67
67
68
68
```
69
69
resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven"
70
- libraryDependencies += "amplab" % "succinct" % "0.1.7 "
70
+ libraryDependencies += "amplab" % "succinct" % "0.1.8 "
71
71
```
72
72
73
73
The succinct-spark jar file can also be added to a Spark shell using the
74
74
` --jars ` command line option. For example, to include it when starting the
75
75
spark shell:
76
76
77
77
```
78
- $ bin/spark-shell --jars succinct-0.1.7 .jar
78
+ $ bin/spark-shell --jars succinct-0.1.8 .jar
79
79
```
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ using Maven by adding the following dependency information to your pom.xml file:
17
17
<dependency >
18
18
<groupId >edu.berkeley.cs.succinct</groupId >
19
19
<artifactId >succinct-core</artifactId >
20
- <version >0.1.7 </version >
20
+ <version >0.1.8 </version >
21
21
</dependency >
22
22
```
23
23
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ library using Apache Maven by adding the following dependency information to you
21
21
<dependency >
22
22
<groupId >amplab</groupId >
23
23
<artifactId >succinct-spark</artifactId >
24
- <version >0.1.6 </version >
24
+ <version >0.1.8 </version >
25
25
</dependency >
26
26
```
27
27
@@ -33,15 +33,15 @@ for spark-submit and Maven instructions):
33
33
34
34
```
35
35
resolvers += "Spark Packages Repo" at "http://dl.bintray.com/spark-packages/maven"
36
- libraryDependencies += "amplab" % "succinct" % "0.1.7 "
36
+ libraryDependencies += "amplab" % "succinct" % "0.1.8 "
37
37
```
38
38
39
39
The succinct-spark jar file can also be added to a Spark shell using the
40
40
` --jars ` command line option. For example, to include it when starting the
41
41
spark shell:
42
42
43
43
```
44
- $ bin/spark-shell --jars succinct-0.1.7 .jar
44
+ $ bin/spark-shell --jars succinct-0.1.8 .jar
45
45
```
46
46
47
47
## Usage
You can’t perform that action at this time.
0 commit comments