You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,11 @@ The LDBC SNB Data Generator (Datagen) produces the datasets for the [LDBC Social
20
20
21
21
### Build the JAR
22
22
23
-
You can build the JAR with both Maven and SBT.
23
+
To assemble the JAR file with SBT, run:
24
24
25
-
* To assemble the JAR file with Maven, run:
26
-
27
-
```bash
28
-
./tools/build.sh
29
-
```
30
-
31
-
* For faster builds during development, consider using SBT. To assemble the JAR file with SBT, run:
32
-
33
-
```bash
34
-
sbt assembly
35
-
```
36
-
37
-
:warning: When using SBT, change the path of the JAR file in the instructions provided in the README (`target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar` ->`./target/scala-2.12/ldbc_snb_datagen-assembly-${DATAGEN_VERSION}.jar`).
25
+
```bash
26
+
sbt assembly
27
+
```
38
28
39
29
### Install Python tools
40
30
@@ -78,9 +68,9 @@ Both Java 8 and Java 11 are supported.
78
68
Once you have Spark in place and built the JAR file, run the generator as follows:
0 commit comments