mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 08:38:41 +00:00

* Rename web to wherehows-api and update README. * Rename backend-service to wherehows-backend * Rename metadata-etl to wherehows-etl * Rename hadoop-dataset-extractor-standalone to wherehows-hadoop
8 lines
140 B
Plaintext
Executable File
8 lines
140 B
Plaintext
Executable File
set -a
|
|
source application.env
|
|
set +a
|
|
|
|
export JAVA_OPTS="-Xms512m -Xmx2048m -Dhttp.port=19001"
|
|
|
|
build/stage/wherehows-backend/bin/playBinary
|