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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,12 @@ ldbc_socialnet_dbgen is GPLv3 licensed, to see detailed information about this l
14
14
## Requirements
15
15
16
16
This software is build using Apache hadoop version 1.0.3 and we not guarantee compatibility with newer releases.
17
-
You can download hadoop 1.0.3 from [here](http://archive.apache.org/dist/hadoop/core/hadoop-1.0.3/)
17
+
You can download hadoop 1.0.3 from [here](http://archive.apache.org/dist/hadoop/core/hadoop-1.0.3/).
18
18
19
19
20
20
## Compilation
21
21
22
-
The compilation uses Apache Maven to automatically detect and download the necessary dependencies. See: [maven.apache.org](http://maven.apache.org).
23
-
24
-
Make sure you are in your ldbc_socialnet_bm/ldbc_socialnet_dbgen/ project folder.
22
+
The compilation uses [Apache Maven](http://maven.apache.org) to automatically detect and download the necessary dependencies. Make sure you are in your ldbc_socialnet_bm/ldbc_socialnet_dbgen/ project folder.
25
23
To generate the jar containing all the dependencies, type
26
24
27
25
```
@@ -33,9 +31,9 @@ This can lead to the generation of two jars in the target folder: the default on
33
31
34
32
## Configuration
35
33
36
-
*Configure your hadoop machine or cluster. For more information on how to do it, please refer its official page http://hadoop.apache.org/docs/stable/index.html
34
+
Configure your hadoop machine or cluster. For more information on how to do it, please visit [here](http://hadoop.apache.org/docs/stable/index.html)
37
35
38
-
*Configure the params.ini to your needs. This file contains:
36
+
Configure the ldbc\_socialnet\_bm/ldbc\_socialnet\_dbgen/_params.init_to meet your needs. This file has the following format.
39
37
40
38
```
41
39
numtotalUser: #The number of users the social network will have. It shoud be bigger than 1000.
0 commit comments