mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
parent
3cc892769a
commit
4d20e187a3
14
bootstrap/bootstrap_storage.sh
Normal file → Executable file
14
bootstrap/bootstrap_storage.sh
Normal file → Executable file
@ -35,11 +35,15 @@ else
|
||||
fi
|
||||
|
||||
TABLE_INITIALIZER_MAIN_CLASS=org.openmetadata.catalog.util.TablesInitializer
|
||||
for file in "${BOOTSTRAP_DIR}"/../libs/*.jar;
|
||||
do
|
||||
CLASSPATH="$CLASSPATH":"$file"
|
||||
done
|
||||
|
||||
LIBS_DIR="${BOOTSTRAP_DIR}"/../libs/
|
||||
if [ -d "${LIBS_DIR}" ]; then
|
||||
for file in "${LIB_DIR}"*.jar;
|
||||
do
|
||||
CLASSPATH="$CLASSPATH":"$file"
|
||||
done
|
||||
else
|
||||
CLASSPATH=`mvn -pl catalog-rest-service -q exec:exec -Dexec.executable=echo -Dexec.args="%classpath"`
|
||||
fi
|
||||
|
||||
execute() {
|
||||
echo "Using Configuration file: ${CONFIG_FILE_PATH}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user