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: run.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ export HADOOP_HOME
13
13
export LDBC_SNB_DATAGEN_HOME
14
14
15
15
mvn clean
16
-
mvn -DskipTests package
16
+
mvn -DskipTests assembly:assembly
17
17
18
-
$HADOOP_HOME/bin/hadoop jar $LDBC_SNB_DATAGEN_HOME/target/ldbc_snb_datagen-0.2.5.jar ldbc.snb.datagen.generator.LDBCDatagen$LDBC_SNB_DATAGEN_HOME/params.ini
18
+
$HADOOP_HOME/bin/hadoop jar $LDBC_SNB_DATAGEN_HOME/target/ldbc_snb_datagen-0.2.5-jar-with-dependencies.jar$LDBC_SNB_DATAGEN_HOME/params.ini
0 commit comments