apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

Why does it, which is known as the most powerful task scheduler on the planet, not even have a persistent document? #16408

Closed Alixxxxxxx closed 1 month ago

Alixxxxxxx commented 2 months ago

Search before asking

What happened

common:

Configmap

configmap:

-- The jvm options for dolphinscheduler, suitable for all servers

DOLPHINSCHEDULER_OPTS: ""
# -- User data directory path, self configuration, please make sure the directory exists and have read write permissions
DATA_BASEDIR_PATH: "/tmp/dolphinscheduler"

# -- Resource store on HDFS/S3 path, please make sure the directory exists on hdfs and have read write permissions
RESOURCE_UPLOAD_PATH: "/dolphinscheduler"

# dolphinscheduler env
# -- Set `HADOOP_HOME` for DolphinScheduler's task environment
HADOOP_HOME: "/opt/soft/hadoop"
# -- Set `HADOOP_CONF_DIR` for DolphinScheduler's task environment
HADOOP_CONF_DIR: "/opt/soft/hadoop/etc/hadoop"
# -- Set `SPARK_HOME` for DolphinScheduler's task environment
SPARK_HOME: "/opt/soft/spark"
# -- Set `PYTHON_LAUNCHER` for DolphinScheduler's task environment
PYTHON_LAUNCHER: "/usr/bin/python/bin/python3"
# -- Set `JAVA_HOME` for DolphinScheduler's task environment
JAVA_HOME: "/opt/java/openjdk"
# -- Set `HIVE_HOME` for DolphinScheduler's task environment
HIVE_HOME: "/opt/soft/hive"
# -- Set `FLINK_HOME` for DolphinScheduler's task environment
FLINK_HOME: "/opt/soft/flink"
# -- Set `DATAX_LAUNCHER` for DolphinScheduler's task environment
DATAX_LAUNCHER: "/opt/soft/datax/bin/datax.py"
RESOURCE_STORAGE_TYPE: "NONE"
FS_DEFAULT_FS: "file:///"

What you expected to happen

我想在k8s里面挂载一个在pv,还是不支持

How to reproduce

我也不晓得

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 2 months ago

Search before asking

What happened

common:

Configmap

configmap:

-- The jvm options for dolphinscheduler, suitable for all servers

DOLPHINSCHEDULER_OPTS: ""
# -- User data directory path, self configuration, please make sure the directory exists and have read write permissions
DATA_BASEDIR_PATH: "/tmp/dolphinscheduler"

# -- Resource store on HDFS/S3 path, please make sure the directory exists on hdfs and have read write permissions
RESOURCE_UPLOAD_PATH: "/dolphinscheduler"

# dolphinscheduler env
# -- Set `HADOOP_HOME` for DolphinScheduler's task environment
HADOOP_HOME: "/opt/soft/hadoop"
# -- Set `HADOOP_CONF_DIR` for DolphinScheduler's task environment
HADOOP_CONF_DIR: "/opt/soft/hadoop/etc/hadoop"
# -- Set `SPARK_HOME` for DolphinScheduler's task environment
SPARK_HOME: "/opt/soft/spark"
# -- Set `PYTHON_LAUNCHER` for DolphinScheduler's task environment
PYTHON_LAUNCHER: "/usr/bin/python/bin/python3"
# -- Set `JAVA_HOME` for DolphinScheduler's task environment
JAVA_HOME: "/opt/java/openjdk"
# -- Set `HIVE_HOME` for DolphinScheduler's task environment
HIVE_HOME: "/opt/soft/hive"
# -- Set `FLINK_HOME` for DolphinScheduler's task environment
FLINK_HOME: "/opt/soft/flink"
# -- Set `DATAX_LAUNCHER` for DolphinScheduler's task environment
DATAX_LAUNCHER: "/opt/soft/datax/bin/datax.py"
RESOURCE_STORAGE_TYPE: "NONE"
FS_DEFAULT_FS: "file:///"

What you expected to happen

我想在k8s里面挂载一个在pv,还是不支持

How to reproduce

我也不晓得

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct