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: ldbc_socialnet_dbgen/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,16 @@ You can download hadoop 1.0.3 from http://archive.apache.org/dist/hadoop/core/ha
17
17
18
18
## Compilation
19
19
20
-
The compilation uses Apache Maven to automatically detect and download the necessary dependencies. See: maven.apache.org.
20
+
The compilation uses Apache Maven to automatically detect and download the necessary dependencies. See: **[maven.apache.org](http://maven.apache.org).
21
21
22
22
Make sure you are in your ldbc_socialnet_bm/ldbc_socialnet_dbgen/ project folder.
23
23
To generate the jar containing all the dependencies the following maven instruction is used:
24
24
25
+
```
25
26
mvn assembly:assembly
27
+
```
26
28
27
-
This can lead to the generation of two jars in the target folder the default one called ldbc_socialnet_dbgen-<Version-Number>.jar or the one containing all the dependencies inside the jar called ldbc_socialnet_dbgen.jar.
29
+
This can lead to the generation of two jars in the target folder: the default one called ldbc_socialnet_dbgen-$Version-Number$.jar or the one containing all the dependencies inside the jar called ldbc_socialnet_dbgen.jar.
28
30
29
31
30
32
## Configuration
@@ -51,7 +53,9 @@ Terminology:
51
53
52
54
The execution instruction is:
53
55
56
+
```
54
57
$HADOOP_HOME/bin/hadoop jar $LDBC_SOCIALNET_DBGEN_HOME/ldbc_socialnet_dbgen.jar hadoop_input_folder hadoop_output_folder Num_machines_ldbc_will_use $LDBC_SOCIALNET_DBGEN_HOME/ Final_output_folder
58
+
```
55
59
56
60
You can refer to the run.sh script to see a clearer example of how to run it.
0 commit comments