Skip to content

Commit

Permalink
Fix CI issues (#731)
Browse files Browse the repository at this point in the history
* update CI actions and reduce Linear dataset

Signed-off-by: minmingzhu <[email protected]>

* update spark.conf

Signed-off-by: minmingzhu <[email protected]>

* debug CI

Signed-off-by: minmingzhu <[email protected]>

* debug CI

Signed-off-by: minmingzhu <[email protected]>

* split benchmark list

Signed-off-by: minmingzhu <[email protected]>

* update setup-cluster.sh

Signed-off-by: minmingzhu <[email protected]>

* Move the files required by CI to the actions directory

Signed-off-by: minmingzhu <[email protected]>

* add benchmarks.lst

Signed-off-by: minmingzhu <[email protected]>

* debug CI

Signed-off-by: minmingzhu <[email protected]>

* update setup-cluster.sh

Signed-off-by: minmingzhu <[email protected]>

* update setup-cluster.sh

Signed-off-by: minmingzhu <[email protected]>

* update setup-cluster.sh

Signed-off-by: minmingzhu <[email protected]>

---------

Signed-off-by: minmingzhu <[email protected]>
  • Loading branch information
minmingzhu authored Jul 19, 2023
1 parent efc86df commit 03a9d63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions/test-cluster/setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ mkdir -p /tmp/run/hdfs/datanode
# hdfs format
$HADOOP_HOME/bin/hdfs namenode -format

if [ $HADOOP_VERSION = "3.2.1" ]
then
wget -P $HADOOP_HOME/share/hadoop/yarn/lib/ https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar
fi

# start hdfs and yarn
$HADOOP_HOME/sbin/start-dfs.sh
$HADOOP_HOME/sbin/start-yarn.sh
Expand Down

0 comments on commit 03a9d63

Please sign in to comment.